Skip to content

Commit

Permalink
feat: add headercase to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jul 19, 2023
1 parent f64cbb8 commit 34b78a0
Show file tree
Hide file tree
Showing 26 changed files with 42 additions and 20 deletions.
1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/namespace/alias2pkg/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@ hasUTF16SurrogatePairAt,"@stdlib/assert/has-utf16-surrogate-pair-at"
hasWeakMapSupport,"@stdlib/assert/has-weakmap-support"
hasWeakSetSupport,"@stdlib/assert/has-weakset-support"
hasWebAssemblySupport,"@stdlib/assert/has-wasm-support"
headercase,"@stdlib/string/headercase"
HERNDON_VENUS_SEMIDIAMETERS,"@stdlib/datasets/herndon-venus-semidiameters"
homedir,"@stdlib/os/homedir"
HOURS_IN_DAY,"@stdlib/constants/time/hours-in-day"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@ hasUTF16SurrogatePairAt,""
hasWeakMapSupport,""
hasWeakSetSupport,""
hasWebAssemblySupport,""
headercase,"camelcase,kebabcase,pascalcase,snakecase"
HERNDON_VENUS_SEMIDIAMETERS,""
homedir,"configdir,tmpdir"
HOURS_IN_DAY,"HOURS_IN_WEEK"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@ hasUTF16SurrogatePairAt,"@stdlib/assert-has-utf16-surrogate-pair-at"
hasWeakMapSupport,"@stdlib/assert-has-weakmap-support"
hasWeakSetSupport,"@stdlib/assert-has-weakset-support"
hasWebAssemblySupport,"@stdlib/assert-has-wasm-support"
headercase,"@stdlib/string-headercase"
HERNDON_VENUS_SEMIDIAMETERS,"@stdlib/datasets-herndon-venus-semidiameters"
homedir,"@stdlib/os-homedir"
HOURS_IN_DAY,"@stdlib/constants-time-hours-in-day"
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/namespace/aliases/data/data.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/namespace/aliases/data/data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@ hasUTF16SurrogatePairAt
hasWeakMapSupport
hasWeakSetSupport
hasWebAssemblySupport
headercase
HERNDON_VENUS_SEMIDIAMETERS
homedir
HOURS_IN_DAY
Expand Down
13 changes: 13 additions & 0 deletions lib/node_modules/@stdlib/namespace/lib/namespace/h.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,19 @@ ns.push({
'related': []
});

ns.push({
'alias': 'headercase',
'path': '@stdlib/string/headercase',
'value': require( '@stdlib/string/headercase' ),
'type': 'Function',
'related': [
'@stdlib/string/camelcase',
'@stdlib/string/kebabcase',
'@stdlib/string/pascalcase',
'@stdlib/string/snakecase'
]
});

ns.push({
'alias': 'HERNDON_VENUS_SEMIDIAMETERS',
'path': '@stdlib/datasets/herndon-venus-semidiameters',
Expand Down
1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/namespace/pkg2alias/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@
"@stdlib/assert/has-weakmap-support",hasWeakMapSupport
"@stdlib/assert/has-weakset-support",hasWeakSetSupport
"@stdlib/assert/has-wasm-support",hasWebAssemblySupport
"@stdlib/string/headercase",headercase
"@stdlib/datasets/herndon-venus-semidiameters",HERNDON_VENUS_SEMIDIAMETERS
"@stdlib/os/homedir",homedir
"@stdlib/constants/time/hours-in-day",HOURS_IN_DAY
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@
"@stdlib/assert/has-weakmap-support",""
"@stdlib/assert/has-weakset-support",""
"@stdlib/assert/has-wasm-support",""
"@stdlib/string/headercase","@stdlib/string/camelcase,@stdlib/string/kebabcase,@stdlib/string/pascalcase,@stdlib/string/snakecase"
"@stdlib/datasets/herndon-venus-semidiameters",""
"@stdlib/os/homedir","@stdlib/os/configdir,@stdlib/os/tmpdir"
"@stdlib/constants/time/hours-in-day","@stdlib/constants/time/hours-in-week"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@
"@stdlib/assert/has-weakmap-support","@stdlib/assert-has-weakmap-support"
"@stdlib/assert/has-weakset-support","@stdlib/assert-has-weakset-support"
"@stdlib/assert/has-wasm-support","@stdlib/assert-has-wasm-support"
"@stdlib/string/headercase","@stdlib/string-headercase"
"@stdlib/datasets/herndon-venus-semidiameters","@stdlib/datasets-herndon-venus-semidiameters"
"@stdlib/os/homedir","@stdlib/os-homedir"
"@stdlib/constants/time/hours-in-day","@stdlib/constants-time-hours-in-day"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@
"@stdlib/assert-has-weakmap-support","@stdlib/assert/has-weakmap-support"
"@stdlib/assert-has-weakset-support","@stdlib/assert/has-weakset-support"
"@stdlib/assert-has-wasm-support","@stdlib/assert/has-wasm-support"
"@stdlib/string-headercase","@stdlib/string/headercase"
"@stdlib/datasets-herndon-venus-semidiameters","@stdlib/datasets/herndon-venus-semidiameters"
"@stdlib/os-homedir","@stdlib/os/homedir"
"@stdlib/constants-time-hours-in-day","@stdlib/constants/time/hours-in-day"
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/data/contributor.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["Ali Salesi","Amit Jimiwal","Athan Reines","Brendan Graetz","Bruno Fenzl","Christopher Dambamuromo","Dominik Moritz","Dorrin Sotoudeh","Frank Kovacs","Harshita Kalani","James Gelok","Jithin KS","Joey Reed","Jordan Gallivan","Joris Labie","Justin Dennison","Marcus Fantham","Matt Cochrane","Milan Raj","Momtchil Momtchev","Naresh Jagadeesan","Nithin Katta","Ognjen Jevremović","Philipp Burckhardt","Pranav Goswami","Ricky Reusser","Roman Stetsyk","Ryan Seal","Seyyed Parsa Neshaei","Shraddheya Shendre","Stephannie Jiménez Gacha","Yernar Yergaziyev","orimiles5","rei2hu"]
["Ali Salesi","Amit Jimiwal","Athan Reines","Brendan Graetz","Bruno Fenzl","Christopher Dambamuromo","Dan Rose","Dominik Moritz","Dorrin Sotoudeh","Frank Kovacs","Harshita Kalani","James Gelok","Jithin KS","Joey Reed","Jordan Gallivan","Joris Labie","Justin Dennison","Marcus Fantham","Matt Cochrane","Milan Raj","Momtchil Momtchev","Naresh Jagadeesan","Nithin Katta","Ognjen Jevremović","Philipp Burckhardt","Pranav Goswami","Ricky Reusser","Roman Stetsyk","Ryan Seal","Seyyed Parsa Neshaei","Shraddheya Shendre","Stephannie Jiménez Gacha","Yernar Yergaziyev","orimiles5","rei2hu"]
9 changes: 5 additions & 4 deletions lib/node_modules/@stdlib/repl/help/data/data.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/help/data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/info/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,7 @@ Float64Array.prototype.values,"\nFloat64Array.prototype.values()\n Returns an
forEach,"\nforEach( collection:Array|TypedArray|Object, fcn:Function[, thisArg:any] )\n Invokes a function for each element in a collection.\n"
forEachAsync,"\nforEachAsync( collection:Array|TypedArray|Object, [options:Object,] \n fcn:Function, done:Function )\n Invokes a function once for each element in a collection.\n"
forEachAsync.factory,"\nforEachAsync.factory( [options:Object,] fcn:Function )\n Returns a function which invokes a function once for each element in a\n collection.\n"
forEachChar,"\nforEachChar( str:string, clbk:Function[, thisArg:any] )\n Invokes a function for each character in a string.\n"
forEachChar,"\nforEachChar( str:string, [options:Object,] clbk:Function[, thisArg:any] )\n Invokes a function for each character in a string.\n"
forEachRight,"\nforEachRight( collection:Array|TypedArray|Object, fcn:Function[, thisArg:any] )\n Invokes a function for each element in a collection, iterating from right to\n left.\n"
forEachRightAsync,"\nforEachRightAsync( collection:Array|TypedArray|Object, [options:Object,] \n fcn:Function, done:Function )\n Invokes a function once for each element in a collection, iterating from\n right to left.\n"
forEachRightAsync.factory,"\nforEachRightAsync.factory( [options:Object,] fcn:Function )\n Returns a function which invokes a function once for each element in a\n collection, iterating from right to left.\n"
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/info/data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/signature/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2657,7 +2657,7 @@ Float64Array.prototype.values,"Float64Array.prototype.values()"
forEach,"forEach( collection, fcn[, thisArg] )"
forEachAsync,"forEachAsync( collection, [options,] fcn, done )"
forEachAsync.factory,"forEachAsync.factory( [options,] fcn )"
forEachChar,"forEachChar( str, clbk[, thisArg] )"
forEachChar,"forEachChar( str, [options,] clbk[, thisArg] )"
forEachRight,"forEachRight( collection, fcn[, thisArg] )"
forEachRightAsync,"forEachRightAsync( collection, [options,] fcn, done )"
forEachRightAsync.factory,"forEachRightAsync.factory( [options,] fcn )"
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/signature/data/data.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2657,7 +2657,7 @@ Float64Array.prototype.values,"Float64Array.prototype.values()"
forEach,"forEach( collection:Array|TypedArray|Object, fcn:Function[, thisArg:any] )"
forEachAsync,"forEachAsync( collection:Array|TypedArray|Object, [options:Object,] fcn:Function, done:Function )"
forEachAsync.factory,"forEachAsync.factory( [options:Object,] fcn:Function )"
forEachChar,"forEachChar( str:string, clbk:Function[, thisArg:any] )"
forEachChar,"forEachChar( str:string, [options:Object,] clbk:Function[, thisArg:any] )"
forEachRight,"forEachRight( collection:Array|TypedArray|Object, fcn:Function[, thisArg:any] )"
forEachRightAsync,"forEachRightAsync( collection:Array|TypedArray|Object, [options:Object,] fcn:Function, done:Function )"
forEachRightAsync.factory,"forEachRightAsync.factory( [options:Object,] fcn:Function )"
Expand Down

Large diffs are not rendered by default.

0 comments on commit 34b78a0

Please sign in to comment.