Skip to content

Commit 08d85a3

Browse files
committed
feat: add missing packages to REPL namespace
1 parent f652096 commit 08d85a3

File tree

6 files changed

+249
-2
lines changed

6 files changed

+249
-2
lines changed

lib/node_modules/@stdlib/namespace/lib/namespace/base/strided/d.js

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,6 +2203,46 @@ ns.push({
22032203
]
22042204
});
22052205

2206+
ns.push({
2207+
'alias': 'base.strided.dtypeEnum2Str',
2208+
'path': '@stdlib/strided/base/dtype-enum2str',
2209+
'value': require( '@stdlib/strided/base/dtype-enum2str' ),
2210+
'type': 'Function',
2211+
'related': [
2212+
'@stdlib/strided/base/dtype-str2enum'
2213+
]
2214+
});
2215+
2216+
ns.push({
2217+
'alias': 'base.strided.dtypeResolveEnum',
2218+
'path': '@stdlib/strided/base/dtype-resolve-enum',
2219+
'value': require( '@stdlib/strided/base/dtype-resolve-enum' ),
2220+
'type': 'Function',
2221+
'related': [
2222+
'@stdlib/strided/base/dtype-resolve-str'
2223+
]
2224+
});
2225+
2226+
ns.push({
2227+
'alias': 'base.strided.dtypeResolveStr',
2228+
'path': '@stdlib/strided/base/dtype-resolve-str',
2229+
'value': require( '@stdlib/strided/base/dtype-resolve-str' ),
2230+
'type': 'Function',
2231+
'related': [
2232+
'@stdlib/strided/base/dtype-resolve-enum'
2233+
]
2234+
});
2235+
2236+
ns.push({
2237+
'alias': 'base.strided.dtypeStr2Enum',
2238+
'path': '@stdlib/strided/base/dtype-str2enum',
2239+
'value': require( '@stdlib/strided/base/dtype-str2enum' ),
2240+
'type': 'Function',
2241+
'related': [
2242+
'@stdlib/strided/base/dtype-enum2str'
2243+
]
2244+
});
2245+
22062246
ns.push({
22072247
'alias': 'base.strided.dvariance',
22082248
'path': '@stdlib/stats/base/dvariance',

lib/node_modules/@stdlib/namespace/lib/namespace/base/strided/f.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626

2727
var ns = [];
2828

29+
ns.push({
30+
'alias': 'base.strided.functionObject',
31+
'path': '@stdlib/strided/base/function-object',
32+
'value': require( '@stdlib/strided/base/function-object' ),
33+
'type': 'Function',
34+
'related': []
35+
});
36+
2937

3038
// EXPORTS //
3139

lib/node_modules/@stdlib/namespace/lib/namespace/base/strided/m.js

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* eslint-disable max-lines */
20+
1921
'use strict';
2022

2123
// MAIN //
@@ -103,6 +105,14 @@ ns.push({
103105
]
104106
});
105107

108+
ns.push({
109+
'alias': 'base.strided.maxViewBufferIndex',
110+
'path': '@stdlib/strided/base/max-view-buffer-index',
111+
'value': require( '@stdlib/strided/base/max-view-buffer-index' ),
112+
'type': 'Function',
113+
'related': []
114+
});
115+
106116
ns.push({
107117
'alias': 'base.strided.mean',
108118
'path': '@stdlib/stats/base/mean',
@@ -207,6 +217,14 @@ ns.push({
207217
]
208218
});
209219

220+
ns.push({
221+
'alias': 'base.strided.metaDataProps',
222+
'path': '@stdlib/strided/base/meta-data-props',
223+
'value': require( '@stdlib/strided/base/meta-data-props' ),
224+
'type': 'Function',
225+
'related': []
226+
});
227+
210228
ns.push({
211229
'alias': 'base.strided.min',
212230
'path': '@stdlib/stats/base/min',
@@ -262,6 +280,16 @@ ns.push({
262280
]
263281
});
264282

283+
ns.push({
284+
'alias': 'base.strided.minViewBufferIndex',
285+
'path': '@stdlib/strided/base/min-view-buffer-index',
286+
'value': require( '@stdlib/strided/base/min-view-buffer-index' ),
287+
'type': 'Function',
288+
'related': [
289+
'@stdlib/strided/base/offset-view'
290+
]
291+
});
292+
265293
ns.push({
266294
'alias': 'base.strided.mskmax',
267295
'path': '@stdlib/stats/base/mskmax',

lib/node_modules/@stdlib/namespace/lib/namespace/base/strided/o.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@
2626

2727
var ns = [];
2828

29+
ns.push({
30+
'alias': 'base.strided.offsetView',
31+
'path': '@stdlib/strided/base/offset-view',
32+
'value': require( '@stdlib/strided/base/offset-view' ),
33+
'type': 'Function',
34+
'related': [
35+
'@stdlib/strided/base/min-view-buffer-index'
36+
]
37+
});
38+
2939

3040
// EXPORTS //
3141

lib/node_modules/@stdlib/namespace/lib/namespace/base/strided/r.js

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,39 @@ ns.push({
5555
]
5656
});
5757

58+
ns.push({
59+
'alias': 'base.strided.reinterpretComplex',
60+
'path': '@stdlib/strided/base/reinterpret-complex',
61+
'value': require( '@stdlib/strided/base/reinterpret-complex' ),
62+
'type': 'Function',
63+
'related': [
64+
'@stdlib/strided/base/reinterpret-complex128',
65+
'@stdlib/strided/base/reinterpret-complex64'
66+
]
67+
});
68+
69+
ns.push({
70+
'alias': 'base.strided.reinterpretComplex64',
71+
'path': '@stdlib/strided/base/reinterpret-complex64',
72+
'value': require( '@stdlib/strided/base/reinterpret-complex64' ),
73+
'type': 'Function',
74+
'related': [
75+
'@stdlib/strided/base/reinterpret-complex',
76+
'@stdlib/strided/base/reinterpret-complex128'
77+
]
78+
});
79+
80+
ns.push({
81+
'alias': 'base.strided.reinterpretComplex128',
82+
'path': '@stdlib/strided/base/reinterpret-complex128',
83+
'value': require( '@stdlib/strided/base/reinterpret-complex128' ),
84+
'type': 'Function',
85+
'related': [
86+
'@stdlib/strided/base/reinterpret-complex',
87+
'@stdlib/strided/base/reinterpret-complex64'
88+
]
89+
});
90+
5891

5992
// EXPORTS //
6093

lib/node_modules/@stdlib/namespace/lib/namespace/f.js

Lines changed: 130 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,19 @@ ns.push({
423423
]
424424
});
425425

426+
ns.push({
427+
'alias': 'FLOAT32_ABS_MASK',
428+
'path': '@stdlib/constants/float32/abs-mask',
429+
'value': require( '@stdlib/constants/float32/abs-mask' ),
430+
'type': 'number',
431+
'related': [
432+
'@stdlib/constants/float32/exponent-mask',
433+
'@stdlib/constants/float32/sign-mask',
434+
'@stdlib/constants/float32/significand-mask',
435+
'@stdlib/constants/float64/abs-mask'
436+
]
437+
});
438+
426439
ns.push({
427440
'alias': 'FLOAT32_CBRT_EPS',
428441
'path': '@stdlib/constants/float32/cbrt-eps',
@@ -456,6 +469,43 @@ ns.push({
456469
]
457470
});
458471

472+
ns.push({
473+
'alias': 'FLOAT32_EXPONENT_MASK',
474+
'path': '@stdlib/constants/float32/exponent-mask',
475+
'value': require( '@stdlib/constants/float32/exponent-mask' ),
476+
'type': 'number',
477+
'related': [
478+
'@stdlib/constants/float64/exponent-mask',
479+
'@stdlib/constants/float32/sign-mask',
480+
'@stdlib/constants/float32/significand-mask',
481+
'@stdlib/constants/float32/abs-mask'
482+
]
483+
});
484+
485+
ns.push({
486+
'alias': 'FLOAT32_FOURTH_PI',
487+
'path': '@stdlib/constants/float32/fourth-pi',
488+
'value': require( '@stdlib/constants/float32/fourth-pi' ),
489+
'type': 'number',
490+
'related': [
491+
'@stdlib/constants/float32/half-pi',
492+
'@stdlib/constants/float32/pi',
493+
'@stdlib/constants/float32/two-pi'
494+
]
495+
});
496+
497+
ns.push({
498+
'alias': 'FLOAT32_HALF_PI',
499+
'path': '@stdlib/constants/float32/half-pi',
500+
'value': require( '@stdlib/constants/float32/half-pi' ),
501+
'type': 'number',
502+
'related': [
503+
'@stdlib/constants/float32/fourth-pi',
504+
'@stdlib/constants/float32/pi',
505+
'@stdlib/constants/float32/two-pi'
506+
]
507+
});
508+
459509
ns.push({
460510
'alias': 'FLOAT32_MAX',
461511
'path': '@stdlib/constants/float32/max',
@@ -524,6 +574,18 @@ ns.push({
524574
]
525575
});
526576

577+
ns.push({
578+
'alias': 'FLOAT32_PI',
579+
'path': '@stdlib/constants/float32/pi',
580+
'value': require( '@stdlib/constants/float32/pi' ),
581+
'type': 'number',
582+
'related': [
583+
'@stdlib/constants/float32/fourth-pi',
584+
'@stdlib/constants/float32/half-pi',
585+
'@stdlib/constants/float32/two-pi'
586+
]
587+
});
588+
527589
ns.push({
528590
'alias': 'FLOAT32_PINF',
529591
'path': '@stdlib/constants/float32/pinf',
@@ -546,6 +608,32 @@ ns.push({
546608
]
547609
});
548610

611+
ns.push({
612+
'alias': 'FLOAT32_SIGN_MASK',
613+
'path': '@stdlib/constants/float32/sign-mask',
614+
'value': require( '@stdlib/constants/float32/sign-mask' ),
615+
'type': 'number',
616+
'related': [
617+
'@stdlib/constants/float32/exponent-mask',
618+
'@stdlib/constants/float32/significand-mask',
619+
'@stdlib/constants/float32/abs-mask',
620+
'@stdlib/constants/float64/sign-mask'
621+
]
622+
});
623+
624+
ns.push({
625+
'alias': 'FLOAT32_SIGNIFICAND_MASK',
626+
'path': '@stdlib/constants/float32/significand-mask',
627+
'value': require( '@stdlib/constants/float32/significand-mask' ),
628+
'type': 'number',
629+
'related': [
630+
'@stdlib/constants/float32/exponent-mask',
631+
'@stdlib/constants/float32/sign-mask',
632+
'@stdlib/constants/float32/abs-mask',
633+
'@stdlib/constants/float64/significand-mask'
634+
]
635+
});
636+
549637
ns.push({
550638
'alias': 'FLOAT32_SMALLEST_NORMAL',
551639
'path': '@stdlib/constants/float32/smallest-normal',
@@ -579,6 +667,18 @@ ns.push({
579667
]
580668
});
581669

670+
ns.push({
671+
'alias': 'FLOAT32_TWO_PI',
672+
'path': '@stdlib/constants/float32/two-pi',
673+
'value': require( '@stdlib/constants/float32/two-pi' ),
674+
'type': 'number',
675+
'related': [
676+
'@stdlib/constants/float32/fourth-pi',
677+
'@stdlib/constants/float32/half-pi',
678+
'@stdlib/constants/float32/pi'
679+
]
680+
});
681+
582682
ns.push({
583683
'alias': 'Float32Array',
584684
'path': '@stdlib/array/float32',
@@ -608,13 +708,39 @@ ns.push({
608708
]
609709
});
610710

711+
ns.push({
712+
'alias': 'FLOAT64_HIGH_WORD_ABS_MASK',
713+
'path': '@stdlib/constants/float64/high-word-abs-mask',
714+
'value': require( '@stdlib/constants/float64/high-word-abs-mask' ),
715+
'type': 'number',
716+
'related': [
717+
'@stdlib/constants/float64/high-word-sign-mask',
718+
'@stdlib/constants/float64/high-word-exponent-mask',
719+
'@stdlib/constants/float64/high-word-significand-mask'
720+
]
721+
});
722+
611723
ns.push({
612724
'alias': 'FLOAT64_HIGH_WORD_EXPONENT_MASK',
613725
'path': '@stdlib/constants/float64/high-word-exponent-mask',
614726
'value': require( '@stdlib/constants/float64/high-word-exponent-mask' ),
615727
'type': 'number',
616728
'related': [
617-
'@stdlib/constants/float64/high-word-significand-mask'
729+
'@stdlib/constants/float64/high-word-significand-mask',
730+
'@stdlib/constants/float64/high-word-sign-mask',
731+
'@stdlib/constants/float64/high-word-abs-mask'
732+
]
733+
});
734+
735+
ns.push({
736+
'alias': 'FLOAT64_HIGH_WORD_SIGN_MASK',
737+
'path': '@stdlib/constants/float64/high-word-sign-mask',
738+
'value': require( '@stdlib/constants/float64/high-word-sign-mask' ),
739+
'type': 'number',
740+
'related': [
741+
'@stdlib/constants/float64/high-word-exponent-mask',
742+
'@stdlib/constants/float64/high-word-significand-mask',
743+
'@stdlib/constants/float64/high-word-abs-mask'
618744
]
619745
});
620746

@@ -624,7 +750,9 @@ ns.push({
624750
'value': require( '@stdlib/constants/float64/high-word-significand-mask' ),
625751
'type': 'number',
626752
'related': [
627-
'@stdlib/constants/float64/high-word-exponent-mask'
753+
'@stdlib/constants/float64/high-word-exponent-mask',
754+
'@stdlib/constants/float64/high-word-sign-mask',
755+
'@stdlib/constants/float64/high-word-abs-mask'
628756
]
629757
});
630758

0 commit comments

Comments
 (0)