Skip to content

Commit c082e83

Browse files
committed
Update namespace
1 parent 38570d4 commit c082e83

File tree

27 files changed

+41
-17
lines changed

27 files changed

+41
-17
lines changed

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,7 @@ getPrototypeOf,"@stdlib/utils/get-prototype-of"
15001500
getuid,"@stdlib/process/getuid"
15011501
GLAISHER,"@stdlib/constants/float64/glaisher-kinkelin"
15021502
graphemeClusters2iterator,"@stdlib/string/to-grapheme-cluster-iterator"
1503+
graphemeClusters2iteratorRight,"@stdlib/string/to-grapheme-cluster-iterator-right"
15031504
group,"@stdlib/utils/group"
15041505
groupBy,"@stdlib/utils/group-by"
15051506
groupByAsync,"@stdlib/utils/async/group-by"

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2related/data/data.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,8 @@ getGlobal,""
14991499
getPrototypeOf,"isPrototypeOf"
15001500
getuid,"getegid,geteuid,getgid"
15011501
GLAISHER,""
1502-
graphemeClusters2iterator,"array2iterator"
1502+
graphemeClusters2iterator,"array2iterator,graphemeClusters2iteratorRight"
1503+
graphemeClusters2iteratorRight,"array2iteratorRight,graphemeClusters2iterator"
15031504
group,"bifurcate,countBy,groupBy"
15041505
groupBy,"bifurcateBy,countBy,group"
15051506
groupByAsync,"bifurcateByAsync,countByAsync,groupBy"

lib/node_modules/@stdlib/namespace/alias2related/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,7 @@ getPrototypeOf,"@stdlib/utils-get-prototype-of"
15001500
getuid,"@stdlib/process-getuid"
15011501
GLAISHER,"@stdlib/constants-float64-glaisher-kinkelin"
15021502
graphemeClusters2iterator,"@stdlib/string-to-grapheme-cluster-iterator"
1503+
graphemeClusters2iteratorRight,"@stdlib/string-to-grapheme-cluster-iterator-right"
15031504
group,"@stdlib/utils-group"
15041505
groupBy,"@stdlib/utils-group-by"
15051506
groupByAsync,"@stdlib/utils-async-group-by"

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/aliases/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/aliases/data/data.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,7 @@ getPrototypeOf
15011501
getuid
15021502
GLAISHER
15031503
graphemeClusters2iterator
1504+
graphemeClusters2iteratorRight
15041505
group
15051506
groupBy
15061507
groupByAsync

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

+13-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,19 @@ ns.push({
138138
'value': require( '@stdlib/string/to-grapheme-cluster-iterator' ),
139139
'type': 'Function',
140140
'related': [
141-
'@stdlib/array/to-iterator'
141+
'@stdlib/array/to-iterator',
142+
'@stdlib/string/to-grapheme-cluster-iterator-right'
143+
]
144+
});
145+
146+
ns.push({
147+
'alias': 'graphemeClusters2iteratorRight',
148+
'path': '@stdlib/string/to-grapheme-cluster-iterator-right',
149+
'value': require( '@stdlib/string/to-grapheme-cluster-iterator-right' ),
150+
'type': 'Function',
151+
'related': [
152+
'@stdlib/array/to-iterator-right',
153+
'@stdlib/string/to-grapheme-cluster-iterator'
142154
]
143155
});
144156

lib/node_modules/@stdlib/namespace/pkg2alias/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,7 @@
15001500
"@stdlib/process/getuid",getuid
15011501
"@stdlib/constants/float64/glaisher-kinkelin",GLAISHER
15021502
"@stdlib/string/to-grapheme-cluster-iterator",graphemeClusters2iterator
1503+
"@stdlib/string/to-grapheme-cluster-iterator-right",graphemeClusters2iteratorRight
15031504
"@stdlib/utils/group",group
15041505
"@stdlib/utils/group-by",groupBy
15051506
"@stdlib/utils/async/group-by",groupByAsync

lib/node_modules/@stdlib/namespace/pkg2alias/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/pkg2related/data/data.csv

+2-1
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,8 @@
14991499
"@stdlib/utils/get-prototype-of","@stdlib/assert/is-prototype-of"
15001500
"@stdlib/process/getuid","@stdlib/process/getegid,@stdlib/process/geteuid,@stdlib/process/getgid"
15011501
"@stdlib/constants/float64/glaisher-kinkelin",""
1502-
"@stdlib/string/to-grapheme-cluster-iterator","@stdlib/array/to-iterator"
1502+
"@stdlib/string/to-grapheme-cluster-iterator","@stdlib/array/to-iterator,@stdlib/string/to-grapheme-cluster-iterator-right"
1503+
"@stdlib/string/to-grapheme-cluster-iterator-right","@stdlib/array/to-iterator-right,@stdlib/string/to-grapheme-cluster-iterator"
15031504
"@stdlib/utils/group","@stdlib/utils/bifurcate,@stdlib/utils/count-by,@stdlib/utils/group-by"
15041505
"@stdlib/utils/group-by","@stdlib/utils/bifurcate-by,@stdlib/utils/count-by,@stdlib/utils/group"
15051506
"@stdlib/utils/async/group-by","@stdlib/utils/async/bifurcate-by,@stdlib/utils/async/count-by,@stdlib/utils/group-by"

lib/node_modules/@stdlib/namespace/pkg2related/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/pkg2standalone/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,7 @@
15001500
"@stdlib/process/getuid","@stdlib/process-getuid"
15011501
"@stdlib/constants/float64/glaisher-kinkelin","@stdlib/constants-float64-glaisher-kinkelin"
15021502
"@stdlib/string/to-grapheme-cluster-iterator","@stdlib/string-to-grapheme-cluster-iterator"
1503+
"@stdlib/string/to-grapheme-cluster-iterator-right","@stdlib/string-to-grapheme-cluster-iterator-right"
15031504
"@stdlib/utils/group","@stdlib/utils-group"
15041505
"@stdlib/utils/group-by","@stdlib/utils-group-by"
15051506
"@stdlib/utils/async/group-by","@stdlib/utils-async-group-by"

lib/node_modules/@stdlib/namespace/pkg2standalone/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/standalone2pkg/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,7 @@
15001500
"@stdlib/process-getuid","@stdlib/process/getuid"
15011501
"@stdlib/constants-float64-glaisher-kinkelin","@stdlib/constants/float64/glaisher-kinkelin"
15021502
"@stdlib/string-to-grapheme-cluster-iterator","@stdlib/string/to-grapheme-cluster-iterator"
1503+
"@stdlib/string-to-grapheme-cluster-iterator-right","@stdlib/string/to-grapheme-cluster-iterator-right"
15031504
"@stdlib/utils-group","@stdlib/utils/group"
15041505
"@stdlib/utils-group-by","@stdlib/utils/group-by"
15051506
"@stdlib/utils-async-group-by","@stdlib/utils/async/group-by"

lib/node_modules/@stdlib/namespace/standalone2pkg/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/code-blocks/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -3666,6 +3666,7 @@ pluck,"var arr = [\n { 'a': 1, 'b': 2 },\n { 'a': 0.5, 'b': 3 }\n ];\nvar out =
36663666
pop,"var arr = [ 1.0, 2.0, 3.0, 4.0, 5.0 ];\nvar out = pop( arr )\narr = new Float64Array( [ 1.0, 2.0 ] );\nout = pop( arr )\narr = { 'length': 2, '0': 1.0, '1': 2.0 };\nout = pop( arr )\n"
36673667
porterStemmer,"var out = porterStemmer( 'walking' )\nout = porterStemmer( 'walked' )\nout = porterStemmer( 'walks' )\nout = porterStemmer( '' )\n"
36683668
prepend,"var arr = [ 1.0, 2.0, 3.0, 4.0, 5.0 ];\narr = prepend( arr, [ 6.0, 7.0 ] )\narr = new Float64Array( [ 1.0, 2.0 ] );\narr = prepend( arr, [ 3.0, 4.0 ] )\narr = { 'length': 1, '0': 1.0 };\narr = prepend( arr, [ 2.0, 3.0 ] )\n"
3669+
prevGraphemeClusterBreak,"var out = prevGraphemeClusterBreak( 'last man standing', 4 )\nout = prevGraphemeClusterBreak( 'presidential election', 8 )\nout = prevGraphemeClusterBreak( 'अनुच्छेद', 2 )\nout = prevGraphemeClusterBreak( '🌷', 1 )\n"
36693670
PRIMES_100K,"var list = PRIMES_100K()\n"
36703671
properties,"function Foo() { this.beep = 'boop'; return this; };\nFoo.prototype.foo = 'bar';\nvar obj = new Foo();\nvar props = properties( obj )\n"
36713672
propertiesIn,"var props = propertiesIn( [] )\n"

lib/node_modules/@stdlib/repl/code-blocks/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/help/data/data.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -3595,7 +3595,7 @@ ndarraySafeCasts,"\nndarraySafeCasts( [dtype] )\n Returns a list of ndarray d
35953595
ndarraySameKindCasts,"\nndarraySameKindCasts( [dtype] )\n Returns a list of ndarray data types to which a provided ndarray data type\n can be safely cast or cast within the same \"kind\".\n\n If not provided an ndarray data type, the function returns a casting table.\n\n If provided an unrecognized ndarray data type, the function returns `null`.\n\n Parameters\n ----------\n dtype: any (optional)\n ndarray data type value.\n\n Returns\n -------\n out: Object|Array<string>|null\n ndarray data types to which a data type can be safely cast or cast\n within the same \"kind\".\n\n Examples\n --------\n > var out = ndarraySameKindCasts( 'float32' )\n <Array>\n\n See Also\n --------\n ndarrayCastingModes, ndarrayDataTypes, ndarraySafeCasts\n"
35963596
ndzeros,"\nndzeros( shape[, options] )\n Returns a zero-filled ndarray having a specified shape and data type.\n\n Parameters\n ----------\n shape: ArrayLikeObject<integer>|integer\n Array shape.\n\n options: Object (optional)\n Options.\n\n options.dtype: string (optional)\n Underlying data type. Default: 'float64'.\n\n options.order: string (optional)\n Specifies whether an array is row-major (C-style) or column-major\n (Fortran-style). Default: 'row-major'.\n\n Returns\n -------\n out: ndarray\n Output array.\n\n Examples\n --------\n > var arr = ndzeros( [ 2, 2 ] )\n <ndarray>\n > var sh = arr.shape\n [ 2, 2 ]\n > var dt = arr.dtype\n 'float64'\n\n See Also\n --------\n ndzerosLike\n"
35973597
ndzerosLike,"\nndzerosLike( x[, options] )\n Returns a zero-filled ndarray having the same shape and data type as a\n provided input ndarray.\n\n The function infers the following attributes from the input array:\n\n - shape: array shape.\n - dtype: underlying array data type.\n - order: whether the array order is row-major (C-style) or column-major\n (Fortran-style).\n\n Parameters\n ----------\n x: ndarray\n Input array.\n\n options: Object (optional)\n Options.\n\n options.shape: ArrayLikeObject<integer>|integer (optional)\n Array shape. Overrides the input array's inferred shape.\n\n options.dtype: string (optional)\n Array data type. Overrides the input array's inferred data type.\n\n options.order: string (optional)\n Array order (either 'row-major' (C-style) or 'column-major' (Fortran-\n style)). Overrides the input array's inferred order.\n\n Returns\n -------\n out: ndarray\n Output array.\n\n Examples\n --------\n > var x = base.ndzeros( 'float64', [ 2, 2 ], 'row-major' )\n <ndarray>\n > var sh = x.shape\n [ 2, 2 ]\n > var dt = x.dtype\n 'float64'\n > var y = ndzerosLike( x )\n <ndarray>\n > sh = y.shape\n [ 2, 2 ]\n > dt = y.dtype\n 'float64'\n\n See Also\n --------\n ndzeros\n"
3598-
nextGraphemeClusterBreak,"\nnextGraphemeClusterBreak( str[, fromIndex] )\n Returns the next extended grapheme cluster break in a string after a\n specified position.\n\n Parameters\n ----------\n str: string\n Input string.\n\n fromIndex: integer (optional)\n Position. Default: 0.\n\n Returns\n -------\n out: integer\n Next extended grapheme cluster break position.\n\n Examples\n --------\n > var out = nextGraphemeClusterBreak( 'last man standing', 4 )\n 5\n > out = nextGraphemeClusterBreak( 'presidential election', 8 )\n 9\n > out = nextGraphemeClusterBreak( 'अनुच्छेद', 1 )\n 3\n > out = nextGraphemeClusterBreak( '🌷' )\n -1\n\n See Also\n --------\n numGraphemeClusters"
3598+
nextGraphemeClusterBreak,"\nnextGraphemeClusterBreak( str[, fromIndex] )\n Returns the next extended grapheme cluster break in a string after a\n specified position.\n\n Parameters\n ----------\n str: string\n Input string.\n\n fromIndex: integer (optional)\n Position. Default: 0.\n\n Returns\n -------\n out: integer\n Next extended grapheme cluster break position.\n\n Examples\n --------\n > var out = nextGraphemeClusterBreak( 'last man standing', 4 )\n 5\n > out = nextGraphemeClusterBreak( 'presidential election', 8 )\n 9\n > out = nextGraphemeClusterBreak( 'अनुच्छेद', 1 )\n 3\n > out = nextGraphemeClusterBreak( '🌷' )\n -1\n\n See Also\n --------\n numGraphemeClusters, prevGraphemeClusterBreak"
35993599
nextTick,"\nnextTick( clbk[, ...args] )\n Adds a callback to the \"next tick queue\".\n\n The queue is fully drained after the current operation on the JavaScript\n stack runs to completion and before the event loop is allowed to continue.\n\n Parameters\n ----------\n clbk: Function\n Callback to invoke.\n\n ...args: any (optional)\n Arguments to provide to the callback upon invocation.\n\n Examples\n --------\n > function f() { console.log( 'beep' ); };\n > nextTick( f )\n\n"
36003600
NIGHTINGALES_ROSE,"\nNIGHTINGALES_ROSE()\n Returns data for Nightingale's famous polar area diagram.\n\n Returns\n -------\n out: Array<Object>\n Nightingale's data.\n\n Examples\n --------\n > var data = NIGHTINGALES_ROSE()\n [{...}, {...}, ...]\n\n References\n ----------\n - Nightingale, Florence. 1859. *A contribution to the sanitary history of\n the British army during the late war with Russia*. London, United Kingdom:\n John W. Parker and Son.<https://curiosity.lib.harvard.edu/contagion/\n catalog/36-990101646750203941>.\n\n"
36013601
NINF,"\nNINF\n Double-precision floating-point negative infinity.\n\n Examples\n --------\n > NINF\n -Infinity\n\n See Also\n --------\n FLOAT16_NINF, FLOAT32_NINF, PINF\n"

lib/node_modules/@stdlib/repl/help/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/info/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -3666,6 +3666,7 @@ pluck,"\npluck( arr:Array, prop:string[, options:Object] )\n Extracts a prope
36663666
pop,"\npop( collection:Array|TypedArray|Object )\n Removes and returns the last element of a collection.\n"
36673667
porterStemmer,"\nporterStemmer( word:string )\n Extracts the stem of a given word.\n"
36683668
prepend,"\nprepend( collection1:Array|TypedArray|Object, \n collection2:Array|TypedArray|Object )\n Adds the elements of one collection to the beginning of another collection.\n"
3669+
prevGraphemeClusterBreak,"\nprevGraphemeClusterBreak( str:string[, fromIndex:integer] )\n Returns the previous extended grapheme cluster break in a string before a\n specified position.\n"
36693670
PRIMES_100K,"\nPRIMES_100K()\n Returns an array containing the first 100,000 prime numbers.\n"
36703671
properties,"\nproperties( value:any )\n Returns an array of an object's own enumerable and non-enumerable property\n names and symbols.\n"
36713672
propertiesIn,"\npropertiesIn( value:any )\n Returns an array of an object's own and inherited property names and\n symbols.\n"

lib/node_modules/@stdlib/repl/info/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/signature/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -3703,6 +3703,7 @@ pluck,"pluck( arr, prop[, options] )"
37033703
pop,"pop( collection )"
37043704
porterStemmer,"porterStemmer( word )"
37053705
prepend,"prepend( collection1, collection2 )"
3706+
prevGraphemeClusterBreak,"prevGraphemeClusterBreak( str[, fromIndex] )"
37063707
PRIMES_100K,"PRIMES_100K()"
37073708
properties,"properties( value )"
37083709
propertiesIn,"propertiesIn( value )"

lib/node_modules/@stdlib/repl/signature/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/typed-signature/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -3703,6 +3703,7 @@ pluck,"pluck( arr:Array, prop:string[, options:Object] )"
37033703
pop,"pop( collection:Array|TypedArray|Object )"
37043704
porterStemmer,"porterStemmer( word:string )"
37053705
prepend,"prepend( collection1:Array|TypedArray|Object, collection2:Array|TypedArray|Object )"
3706+
prevGraphemeClusterBreak,"prevGraphemeClusterBreak( str:string[, fromIndex:integer] )"
37063707
PRIMES_100K,"PRIMES_100K()"
37073708
properties,"properties( value:any )"
37083709
propertiesIn,"propertiesIn( value:any )"

lib/node_modules/@stdlib/repl/typed-signature/data/data.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)