From f671436bc81d8e1797562150be4b9ba40afa1adb Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Wed, 17 Apr 2024 06:42:58 +0000 Subject: [PATCH] Update artifacts --- napi/argv-complex128/browser.js.html | 2 +- napi/argv-complex128/coverage.ndjson | 1 + napi/argv-complex128/index.html | 2 +- napi/argv-complex128/index.js.html | 2 +- napi/argv-complex128/main.js.html | 2 +- napi/argv-complex128/native.js.html | 2 +- napi/argv-complex64/browser.js.html | 169 ++++++++++++++++++++ napi/argv-complex64/coverage.ndjson | 1 + napi/argv-complex64/index.html | 161 +++++++++++++++++++ napi/argv-complex64/index.js.html | 202 ++++++++++++++++++++++++ napi/argv-complex64/main.js.html | 184 ++++++++++++++++++++++ napi/argv-complex64/native.js.html | 226 +++++++++++++++++++++++++++ napi/browser.js.html | 169 ++++++++++++++++++++ napi/coverage.ndjson | 1 + napi/index.html | 146 +++++++++++++++++ napi/index.js.html | 202 ++++++++++++++++++++++++ napi/main.js.html | 205 ++++++++++++++++++++++++ 17 files changed, 1672 insertions(+), 5 deletions(-) create mode 100644 napi/argv-complex64/browser.js.html create mode 100644 napi/argv-complex64/coverage.ndjson create mode 100644 napi/argv-complex64/index.html create mode 100644 napi/argv-complex64/index.js.html create mode 100644 napi/argv-complex64/main.js.html create mode 100644 napi/argv-complex64/native.js.html create mode 100644 napi/browser.js.html create mode 100644 napi/coverage.ndjson create mode 100644 napi/index.html create mode 100644 napi/index.js.html create mode 100644 napi/main.js.html diff --git a/napi/argv-complex128/browser.js.html b/napi/argv-complex128/browser.js.html index e3021936d..f9f2a3e7c 100644 --- a/napi/argv-complex128/browser.js.html +++ b/napi/argv-complex128/browser.js.html @@ -154,7 +154,7 @@

All files / napi/argv + + + + + + \ No newline at end of file diff --git a/napi/argv-complex64/coverage.ndjson b/napi/argv-complex64/coverage.ndjson new file mode 100644 index 000000000..172da6d98 --- /dev/null +++ b/napi/argv-complex64/coverage.ndjson @@ -0,0 +1 @@ +[147,147,100,5,5,100,1,1,100,147,147,100,"1fb4994e369f396c81b96787e89cb379c015ab29","2024-04-16 23:39:30 -0700"] diff --git a/napi/argv-complex64/index.html b/napi/argv-complex64/index.html new file mode 100644 index 000000000..08a6dea15 --- /dev/null +++ b/napi/argv-complex64/index.html @@ -0,0 +1,161 @@ + + + + + + Code coverage report for napi/argv-complex64/lib + + + + + + + + + +
+
+

All files napi/argv-complex64/lib

+
+ +
+ 100% + Statements + 147/147 +
+ + +
+ 100% + Branches + 5/5 +
+ + +
+ 100% + Functions + 1/1 +
+ + +
+ 100% + Lines + 147/147 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
browser.js +
+
100%28/28100%1/1100%0/0100%28/28
index.js +
+
100%39/39100%1/1100%0/0100%39/39
main.js +
+
100%33/33100%1/1100%0/0100%33/33
native.js +
+
100%47/47100%2/2100%1/1100%47/47
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/napi/argv-complex64/index.js.html b/napi/argv-complex64/index.js.html new file mode 100644 index 000000000..afc21c6e2 --- /dev/null +++ b/napi/argv-complex64/index.js.html @@ -0,0 +1,202 @@ + + + + + + Code coverage report for napi/argv-complex64/lib/index.js + + + + + + + + + +
+
+

All files / napi/argv-complex64/lib index.js

+
+ +
+ 100% + Statements + 39/39 +
+ + +
+ 100% + Branches + 1/1 +
+ + +
+ 100% + Functions + 0/0 +
+ + +
+ 100% + Lines + 39/39 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +401x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2024 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+/**
+* Absolute file path for the directory containing header files for C APIs.
+*
+* @module @stdlib/napi/argv-complex64
+*
+* @example
+* var headerDir = require( '@stdlib/napi/argv-complex64' );
+*
+* console.log( headerDir );
+*/
+ 
+// MODULES //
+ 
+var main = require( './main.js' );
+ 
+ 
+// EXPORTS //
+ 
+module.exports = main;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/napi/argv-complex64/main.js.html b/napi/argv-complex64/main.js.html new file mode 100644 index 000000000..2a812a3f6 --- /dev/null +++ b/napi/argv-complex64/main.js.html @@ -0,0 +1,184 @@ + + + + + + Code coverage report for napi/argv-complex64/lib/main.js + + + + + + + + + +
+
+

All files / napi/argv-complex64/lib main.js

+
+ +
+ 100% + Statements + 33/33 +
+ + +
+ 100% + Branches + 1/1 +
+ + +
+ 100% + Functions + 0/0 +
+ + +
+ 100% + Lines + 33/33 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +341x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2024 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+// MODULES //
+ 
+var resolve = require( 'path' ).resolve;
+ 
+ 
+// MAIN //
+ 
+var dir = resolve( __dirname, '..', 'include' );
+ 
+ 
+// EXPORTS //
+ 
+module.exports = dir;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/napi/argv-complex64/native.js.html b/napi/argv-complex64/native.js.html new file mode 100644 index 000000000..434fd044d --- /dev/null +++ b/napi/argv-complex64/native.js.html @@ -0,0 +1,226 @@ + + + + + + Code coverage report for napi/argv-complex64/lib/native.js + + + + + + + + + +
+
+

All files / napi/argv-complex64/lib native.js

+
+ +
+ 100% + Statements + 47/47 +
+ + +
+ 100% + Branches + 2/2 +
+ + +
+ 100% + Functions + 1/1 +
+ + +
+ 100% + Lines + 47/47 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +481x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +10x +10x +10x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2024 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+// MODULES //
+ 
+var addon = require( './../src/addon.node' );
+ 
+ 
+// MAIN //
+ 
+/**
+* Wrapper function exposing the C API to JavaScript.
+*
+* @private
+* @param {Complex64} v - input value
+*
+* @example
+* var Complex64 = require( '@stdlib/complex/float32' );
+*
+* var x = new Complex64( 5.0, 3.0 );
+* wrapper( x );
+*/
+function wrapper( v ) {
+	addon( v );
+}
+ 
+ 
+// EXPORTS //
+ 
+module.exports = wrapper;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/napi/browser.js.html b/napi/browser.js.html new file mode 100644 index 000000000..6d2e21f59 --- /dev/null +++ b/napi/browser.js.html @@ -0,0 +1,169 @@ + + + + + + Code coverage report for napi/lib/browser.js + + + + + + + + + +
+
+

All files / napi/lib browser.js

+
+ +
+ 100% + Statements + 28/28 +
+ + +
+ 100% + Branches + 1/1 +
+ + +
+ 100% + Functions + 0/0 +
+ + +
+ 100% + Lines + 28/28 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +291x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2022 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+// MAIN //
+ 
+var headerDir = null;
+ 
+ 
+// EXPORTS //
+ 
+module.exports = headerDir;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/napi/coverage.ndjson b/napi/coverage.ndjson new file mode 100644 index 000000000..29c6310de --- /dev/null +++ b/napi/coverage.ndjson @@ -0,0 +1 @@ +[107,107,100,3,3,100,0,0,100,107,107,100,"1fb4994e369f396c81b96787e89cb379c015ab29","2024-04-16 23:39:30 -0700"] diff --git a/napi/index.html b/napi/index.html new file mode 100644 index 000000000..70a7aa0ad --- /dev/null +++ b/napi/index.html @@ -0,0 +1,146 @@ + + + + + + Code coverage report for napi/lib + + + + + + + + + +
+
+

All files napi/lib

+
+ +
+ 100% + Statements + 107/107 +
+ + +
+ 100% + Branches + 3/3 +
+ + +
+ 100% + Functions + 0/0 +
+ + +
+ 100% + Lines + 107/107 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
browser.js +
+
100%28/28100%1/1100%0/0100%28/28
index.js +
+
100%39/39100%1/1100%0/0100%39/39
main.js +
+
100%40/40100%1/1100%0/0100%40/40
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/napi/index.js.html b/napi/index.js.html new file mode 100644 index 000000000..5bc7b2e27 --- /dev/null +++ b/napi/index.js.html @@ -0,0 +1,202 @@ + + + + + + Code coverage report for napi/lib/index.js + + + + + + + + + +
+
+

All files / napi/lib index.js

+
+ +
+ 100% + Statements + 39/39 +
+ + +
+ 100% + Branches + 1/1 +
+ + +
+ 100% + Functions + 0/0 +
+ + +
+ 100% + Lines + 39/39 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +401x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2022 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+/**
+* Absolute file path for the directory containing header files for C APIs.
+*
+* @module @stdlib/napi
+*
+* @example
+* var headerDir = require( '@stdlib/napi' );
+*
+* console.log( headerDir );
+*/
+ 
+// MODULES //
+ 
+var main = require( './main.js' );
+ 
+ 
+// EXPORTS //
+ 
+module.exports = main;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/napi/main.js.html b/napi/main.js.html new file mode 100644 index 000000000..f2665ba4e --- /dev/null +++ b/napi/main.js.html @@ -0,0 +1,205 @@ + + + + + + Code coverage report for napi/lib/main.js + + + + + + + + + +
+
+

All files / napi/lib main.js

+
+ +
+ 100% + Statements + 40/40 +
+ + +
+ 100% + Branches + 1/1 +
+ + +
+ 100% + Functions + 0/0 +
+ + +
+ 100% + Lines + 40/40 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +411x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2022 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+// MODULES //
+ 
+var resolve = require( 'path' ).resolve;
+ 
+ 
+// MAIN //
+ 
+/**
+* Absolute file path for the directory containing header files for C APIs.
+*
+* @name headerDir
+* @constant
+* @type {string}
+*/
+var headerDir = resolve( __dirname, '..', 'include' );
+ 
+ 
+// EXPORTS //
+ 
+module.exports = headerDir;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file