Skip to content

Commit 95fe2ef

Browse files
authored
Merge branch 'stdlib-js:develop' into dnansumkbn2-refactor
2 parents c663d74 + 78a7b34 commit 95fe2ef

File tree

410 files changed

+39003
-2226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

410 files changed

+39003
-2226
lines changed

deps/test/llvm/test_install.c

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/**
2+
* @license Apache-2.0
3+
*
4+
* Copyright (c) 2024 The Stdlib Authors.
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
*/
18+
19+
double add( double x, double y ) {
20+
return x + y;
21+
}

lib/node_modules/@stdlib/_tools/lint/filenames/lib/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
".md",
2828
".mjs",
2929
".mk",
30+
".ndjson",
3031
".png",
3132
".py",
3233
".R",

0 commit comments

Comments
 (0)