Skip to content

Commit 80d3d04

Browse files
committed
Update namespace
1 parent 73437b9 commit 80d3d04

File tree

27 files changed

+50
-15
lines changed

27 files changed

+50
-15
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,7 @@ copy,"@stdlib/utils/copy"
13441344
copyBuffer,"@stdlib/buffer/from-buffer"
13451345
countBy,"@stdlib/utils/count-by"
13461346
countByAsync,"@stdlib/utils/async/count-by"
1347+
currentYear,"@stdlib/time/current-year"
13471348
curry,"@stdlib/utils/curry"
13481349
curryRight,"@stdlib/utils/curry-right"
13491350
cwd,"@stdlib/process/cwd"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,7 @@ copy,"merge"
13441344
copyBuffer,"allocUnsafe,Buffer"
13451345
countBy,"group,groupBy"
13461346
countByAsync,"countBy,groupByAsync,tabulateByAsync"
1347+
currentYear,""
13471348
curry,"curryRight,uncurry,uncurryRight"
13481349
curryRight,"curry,uncurry,uncurryRight"
13491350
cwd,"chdir"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,7 @@ copy,"@stdlib/utils-copy"
13441344
copyBuffer,"@stdlib/buffer-from-buffer"
13451345
countBy,"@stdlib/utils-count-by"
13461346
countByAsync,"@stdlib/utils-async-count-by"
1347+
currentYear,"@stdlib/time-current-year"
13471348
curry,"@stdlib/utils-curry"
13481349
curryRight,"@stdlib/utils-curry-right"
13491350
cwd,"@stdlib/process-cwd"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,7 @@ copy
13451345
copyBuffer
13461346
countBy
13471347
countByAsync
1348+
currentYear
13481349
curry
13491350
curryRight
13501351
cwd

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,16 @@ ns.push({
563563
]
564564
});
565565

566+
ns.push({
567+
'alias': 'currentYear',
568+
'path': '@stdlib/time/current-year',
569+
'value': require( '@stdlib/time/current-year' ),
570+
'type': 'Function',
571+
'related': [
572+
'@stdlib/assert/is-current-year'
573+
]
574+
});
575+
566576
ns.push({
567577
'alias': 'curry',
568578
'path': '@stdlib/utils/curry',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,7 @@
13441344
"@stdlib/buffer/from-buffer",copyBuffer
13451345
"@stdlib/utils/count-by",countBy
13461346
"@stdlib/utils/async/count-by",countByAsync
1347+
"@stdlib/time/current-year",currentYear
13471348
"@stdlib/utils/curry",curry
13481349
"@stdlib/utils/curry-right",curryRight
13491350
"@stdlib/process/cwd",cwd

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,7 @@
13441344
"@stdlib/buffer/from-buffer","@stdlib/buffer/alloc-unsafe,@stdlib/buffer/ctor"
13451345
"@stdlib/utils/count-by","@stdlib/utils/group,@stdlib/utils/group-by"
13461346
"@stdlib/utils/async/count-by","@stdlib/utils/count-by,@stdlib/utils/async/group-by,@stdlib/utils/async/tabulate-by"
1347+
"@stdlib/time/current-year",""
13471348
"@stdlib/utils/curry","@stdlib/utils/curry-right,@stdlib/utils/uncurry,@stdlib/utils/uncurry-right"
13481349
"@stdlib/utils/curry-right","@stdlib/utils/curry,@stdlib/utils/uncurry,@stdlib/utils/uncurry-right"
13491350
"@stdlib/process/cwd","@stdlib/process/chdir"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,7 @@
13441344
"@stdlib/buffer/from-buffer","@stdlib/buffer-from-buffer"
13451345
"@stdlib/utils/count-by","@stdlib/utils-count-by"
13461346
"@stdlib/utils/async/count-by","@stdlib/utils-async-count-by"
1347+
"@stdlib/time/current-year","@stdlib/time-current-year"
13471348
"@stdlib/utils/curry","@stdlib/utils-curry"
13481349
"@stdlib/utils/curry-right","@stdlib/utils-curry-right"
13491350
"@stdlib/process/cwd","@stdlib/process-cwd"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,7 @@
13441344
"@stdlib/buffer-from-buffer","@stdlib/buffer/from-buffer"
13451345
"@stdlib/utils-count-by","@stdlib/utils/count-by"
13461346
"@stdlib/utils-async-count-by","@stdlib/utils/async/count-by"
1347+
"@stdlib/time-current-year","@stdlib/time/current-year"
13471348
"@stdlib/utils-curry","@stdlib/utils/curry"
13481349
"@stdlib/utils-curry-right","@stdlib/utils/curry-right"
13491350
"@stdlib/process-cwd","@stdlib/process/cwd"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3922,6 +3922,7 @@ reFilenameWindows.REGEXP,"var parts = reFilenameWindows.REGEXP.exec( 'C:\\foo\\b
39223922
reFromString,"var re = reFromString( '/beep/' )\nre = reFromString( '/beep' )\n"
39233923
reFunctionName,"var RE_FUNCTION_NAME = reFunctionName();\nfunction beep() { return 'boop'; };\nvar name = RE_FUNCTION_NAME.exec( beep.toString() )[ 1 ]\nname = RE_FUNCTION_NAME.exec( function () {} )[ 1 ]\n"
39243924
reFunctionName.REGEXP,"var str = reFunctionName.REGEXP.exec( Math.sqrt.toString() )[ 1 ]\n"
3925+
regexp2json,"var json = regexp2json( /ab+c/ )\n"
39253926
reim,"var z = new Complex128( 5.0, 3.0 );\nvar out = reim( z )\n"
39263927
reimf,"var z = new Complex64( 5.0, 3.0 );\nvar out = reimf( z )\n"
39273928
rejectArguments,"function foo( a, b ) { return [ a, b ]; };\nfunction predicate( v ) { return ( v === 2 ); };\nvar bar = rejectArguments( foo, predicate );\nvar out = bar( 1, 2, 3 )\n"
@@ -3940,6 +3941,8 @@ replace,"var out = replace( 'beep', 'e', 'o' )\nfunction replacer( match, p1 ) {
39403941
reRegExp,"var RE = reRegExp();\nvar bool = RE.test( '/^beep$/' )\nbool = RE.test( '/boop' )\nbool = RE.test( '/^\/([^\/]+)\/(.*)$/' )\nbool = RE.test( '/^\\/([^\\/]+)\\/(.*)$/' )\n"
39413942
reRegExp.REGEXP,"var bool = reRegExp.REGEXP.test( '/^beep$/' )\nbool = reRegExp.REGEXP.test( '/boop' )\n"
39423943
rescape,"var str = rescape( '[A-Z]*' )\n"
3944+
reSemVer,"var RE_SEMVER = reSemVer()\nvar bool = RE_SEMVER.test( '1.0.0' )\nbool = RE_SEMVER.test( '1.0.0-alpha.1' )\nbool = RE_SEMVER.test( 'abc' )\nbool = RE_SEMVER.test( '1.0.0-alpha.1+build.1' )\n"
3945+
reSemVer.REGEXP,"var bool = reSemVer.REGEXP.test( '1.0.0' )\nbool = reSemVer.REGEXP.test( '-1.0.0-alpha.1' )\n"
39433946
resolveParentPath,"function onPath( error, path ) {\n if ( error ) {\n console.error( error.message );\n } else {\n console.log( path );\n }\n };\nresolveParentPath( 'package.json', onPath );\n"
39443947
resolveParentPath.sync,"var out = resolveParentPath.sync( 'package.json' );\n"
39453948
resolveParentPathBy,"function predicate( path, next ) {\n setTimeout( onTimeout, path );\n function onTimeout() {\n console.log( path );\n next( null, false );\n }\n };\nfunction onPath( error, path ) {\n if ( error ) {\n console.error( error.message );\n } else {\n console.log( path );\n }\n };\nresolveParentPathBy( 'package.json', predicate, onPath );\n"
@@ -3958,6 +3961,7 @@ reviveComplex,"var str = '{\"type\":\"Complex128\",\"re\":5,\"im\":3}';\nvar z =
39583961
reviveComplex64,"var str = '{\"type\":\"Complex64\",\"re\":5,\"im\":3}';\nvar z = parseJSON( str, reviveComplex64 )\n"
39593962
reviveComplex128,"var str = '{\"type\":\"Complex128\",\"re\":5,\"im\":3}';\nvar z = parseJSON( str, reviveComplex128 )\n"
39603963
reviveError,"var str = '{\"type\":\"TypeError\",\"message\":\"beep\"}';\nvar err = JSON.parse( str, reviveError )\n"
3964+
reviveRegExp,"var str = '{\"type\":\"RegExp\",\"pattern\":\"ab+c\",\"flags\":\"\"}';\nvar v = parseJSON( str, reviveRegExp )\n"
39613965
reviveTypedArray,"var str = '{\"type\":\"Float64Array\",\"data\":[5,3]}';\nvar arr = parseJSON( str, reviveTypedArray )\n"
39623966
reWhitespace,"var RE = reWhitespace();\nvar bool = RE.test( '\n' )\nbool = RE.test( ' ' )\nbool = RE.test( 'a' )\n"
39633967
reWhitespace.REGEXP,"var RE = reWhitespace.REGEXP;\nvar bool = RE.test( '\n' )\nbool = RE.test( ' ' )\nbool = RE.test( 'a' )\n"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)