Skip to content

Commit 87fdfa1

Browse files
committed
refactor: update paths
Ref: #2260
1 parent 76a2524 commit 87fdfa1

File tree

18 files changed

+34
-34
lines changed

18 files changed

+34
-34
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/valid.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ test = {
106106
'* @memberof ns',
107107
'* @readonly',
108108
'* @type {Function}',
109-
'* @see {@link module:@stdlib/complex/conj}',
109+
'* @see {@link module:@stdlib/complex/float64/conj}',
110110
'*/',
111-
'setReadOnly( ns, \'conj\', require( \'@stdlib/complex/conj\' ) );',
111+
'setReadOnly( ns, \'conj\', require( \'@stdlib/complex/float64/conj\' ) );',
112112
'',
113113
'/**',
114114
'* @name Complex64',

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-index-order/test/fixtures/invalid.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ test = {
204204
'* @memberof ns',
205205
'* @readonly',
206206
'* @type {Function}',
207-
'* @see {@link module:@stdlib/complex/conj}',
207+
'* @see {@link module:@stdlib/complex/float64/conj}',
208208
'*/',
209-
'setReadOnly( ns, \'conj\', require( \'@stdlib/complex/conj\' ) );',
209+
'setReadOnly( ns, \'conj\', require( \'@stdlib/complex/float64/conj\' ) );',
210210
'',
211211
'/**',
212212
'* @name Complex128',

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-index-order/test/fixtures/valid.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ test = {
188188
'* @memberof ns',
189189
'* @readonly',
190190
'* @type {Function}',
191-
'* @see {@link module:@stdlib/complex/conj}',
191+
'* @see {@link module:@stdlib/complex/float64/conj}',
192192
'*/',
193-
'setReadOnly( ns, \'conj\', require( \'@stdlib/complex/conj\' ) );',
193+
'setReadOnly( ns, \'conj\', require( \'@stdlib/complex/float64/conj\' ) );',
194194
'',
195195
'/**',
196196
'* @name Complex64',

lib/node_modules/@stdlib/complex/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In addition, the namespace contains the following functions:
7676

7777
<div class="namespace-toc">
7878

79-
- <span class="signature">[`conj( z )`][@stdlib/complex/conj]</span><span class="delimiter">: </span><span class="description">return the complex conjugate of a double-precision complex floating-point number.</span>
79+
- <span class="signature">[`conj( z )`][@stdlib/complex/float64/conj]</span><span class="delimiter">: </span><span class="description">return the complex conjugate of a double-precision complex floating-point number.</span>
8080
- <span class="signature">[`conjf( z )`][@stdlib/complex/float32/conj]</span><span class="delimiter">: </span><span class="description">return the complex conjugate of a single-precision complex floating-point number.</span>
8181
- <span class="signature">[`imag( z )`][@stdlib/complex/imag]</span><span class="delimiter">: </span><span class="description">return the imaginary component of a double-precision complex floating-point number.</span>
8282
- <span class="signature">[`imagf( z )`][@stdlib/complex/imagf]</span><span class="delimiter">: </span><span class="description">return the imaginary component of a single-precision complex floating-point number.</span>
@@ -137,7 +137,7 @@ console.log( objectKeys( ns ) );
137137

138138
<!-- <toc-links> -->
139139

140-
[@stdlib/complex/conj]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/conj
140+
[@stdlib/complex/float64/conj]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float64/conj
141141

142142
[@stdlib/complex/float32/conj]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float32/conj
143143

lib/node_modules/@stdlib/complex/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
import base = require( '@stdlib/complex/base' );
2424
import complex = require( '@stdlib/complex/cmplx' );
25-
import conj = require( '@stdlib/complex/conj' );
25+
import conj = require( '@stdlib/complex/float64/conj' );
2626
import conjf = require( '@stdlib/complex/float32/conj' );
2727
import complexCtors = require( '@stdlib/complex/ctors' );
2828
import complexDataType = require( '@stdlib/complex/dtype' );

lib/node_modules/@stdlib/complex/float32/conj/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ int main( void ) {
229229

230230
## See Also
231231

232-
- <span class="package-name">[`@stdlib/complex/conj`][@stdlib/complex/conj]</span><span class="delimiter">: </span><span class="description">return the complex conjugate of a double-precision complex floating-point number.</span>
232+
- <span class="package-name">[`@stdlib/complex/float64/conj`][@stdlib/complex/float64/conj]</span><span class="delimiter">: </span><span class="description">return the complex conjugate of a double-precision complex floating-point number.</span>
233233
- <span class="package-name">[`@stdlib/complex/imagf`][@stdlib/complex/imagf]</span><span class="delimiter">: </span><span class="description">return the imaginary component of a single-precision complex floating-point number.</span>
234234
- <span class="package-name">[`@stdlib/complex/realf`][@stdlib/complex/realf]</span><span class="delimiter">: </span><span class="description">return the real component of a single-precision complex floating-point number.</span>
235235
- <span class="package-name">[`@stdlib/complex/reimf`][@stdlib/complex/reimf]</span><span class="delimiter">: </span><span class="description">return the real and imaginary components of a single-precision complex floating-point number.</span>
@@ -246,7 +246,7 @@ int main( void ) {
246246

247247
<!-- <related-links> -->
248248

249-
[@stdlib/complex/conj]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/conj
249+
[@stdlib/complex/float64/conj]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float64/conj
250250

251251
[@stdlib/complex/imagf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/imagf
252252

lib/node_modules/@stdlib/complex/lib/index.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ setReadOnly( ns, 'base', require( '@stdlib/complex/base' ) );
5454
*/
5555
setReadOnly( ns, 'complex', require( '@stdlib/complex/cmplx' ) );
5656

57-
/**
58-
* @name conj
59-
* @memberof ns
60-
* @readonly
61-
* @type {Function}
62-
* @see {@link module:@stdlib/complex/conj}
63-
*/
64-
setReadOnly( ns, 'conj', require( '@stdlib/complex/conj' ) );
65-
6657
/**
6758
* @name complexCtors
6859
* @memberof ns
@@ -117,6 +108,15 @@ setReadOnly( ns, 'Complex64', require( '@stdlib/complex/float32/ctor' ) );
117108
*/
118109
setReadOnly( ns, 'reviveComplex64', require( '@stdlib/complex/float32/reviver' ) );
119110

111+
/**
112+
* @name conj
113+
* @memberof ns
114+
* @readonly
115+
* @type {Function}
116+
* @see {@link module:@stdlib/complex/float64/conj}
117+
*/
118+
setReadOnly( ns, 'conj', require( '@stdlib/complex/float64/conj' ) );
119+
120120
/**
121121
* @name Complex128
122122
* @memberof ns

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ complexPromotionRules,"@stdlib/complex/promotion-rules"
15461546
compose,"@stdlib/utils/compose"
15471547
composeAsync,"@stdlib/utils/async/compose"
15481548
configdir,"@stdlib/os/configdir"
1549-
conj,"@stdlib/complex/conj"
1549+
conj,"@stdlib/complex/float64/conj"
15501550
conjf,"@stdlib/complex/float32/conj"
15511551
constantcase,"@stdlib/string/constantcase"
15521552
constantFunction,"@stdlib/utils/constant-function"

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/lib/namespace/c.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ ns.push({
453453

454454
ns.push({
455455
'alias': 'conj',
456-
'path': '@stdlib/complex/conj',
457-
'value': require( '@stdlib/complex/conj' ),
456+
'path': '@stdlib/complex/float64/conj',
457+
'value': require( '@stdlib/complex/float64/conj' ),
458458
'type': 'Function',
459459
'related': [
460460
'@stdlib/complex/imag',
@@ -469,7 +469,7 @@ ns.push({
469469
'value': require( '@stdlib/complex/float32/conj' ),
470470
'type': 'Function',
471471
'related': [
472-
'@stdlib/complex/conj',
472+
'@stdlib/complex/float64/conj',
473473
'@stdlib/complex/imagf',
474474
'@stdlib/complex/realf',
475475
'@stdlib/complex/reimf'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@
15461546
"@stdlib/utils/compose",compose
15471547
"@stdlib/utils/async/compose",composeAsync
15481548
"@stdlib/os/configdir",configdir
1549-
"@stdlib/complex/conj",conj
1549+
"@stdlib/complex/float64/conj",conj
15501550
"@stdlib/complex/float32/conj",conjf
15511551
"@stdlib/string/constantcase",constantcase
15521552
"@stdlib/utils/constant-function",constantFunction

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,8 +1546,8 @@
15461546
"@stdlib/utils/compose","@stdlib/utils/async/compose"
15471547
"@stdlib/utils/async/compose","@stdlib/utils/compose"
15481548
"@stdlib/os/configdir","@stdlib/os/homedir,@stdlib/os/tmpdir"
1549-
"@stdlib/complex/conj","@stdlib/complex/imag,@stdlib/complex/real,@stdlib/complex/reim"
1550-
"@stdlib/complex/float32/conj","@stdlib/complex/conj,@stdlib/complex/imagf,@stdlib/complex/realf,@stdlib/complex/reimf"
1549+
"@stdlib/complex/float64/conj","@stdlib/complex/imag,@stdlib/complex/real,@stdlib/complex/reim"
1550+
"@stdlib/complex/float32/conj","@stdlib/complex/float64/conj,@stdlib/complex/imagf,@stdlib/complex/realf,@stdlib/complex/reimf"
15511551
"@stdlib/string/constantcase","@stdlib/string/camelcase,@stdlib/string/kebabcase,@stdlib/string/pascalcase,@stdlib/string/snakecase"
15521552
"@stdlib/utils/constant-function","@stdlib/utils/argument-function,@stdlib/utils/identity-function"
15531553
"@stdlib/streams/node/from-constant","@stdlib/streams/node/from-array,@stdlib/streams/node/from-iterator"

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@
15461546
"@stdlib/utils/compose","@stdlib/utils-compose"
15471547
"@stdlib/utils/async/compose","@stdlib/utils-async-compose"
15481548
"@stdlib/os/configdir","@stdlib/os-configdir"
1549-
"@stdlib/complex/conj","@stdlib/complex-conj"
1549+
"@stdlib/complex/float64/conj","@stdlib/complex-conj"
15501550
"@stdlib/complex/float32/conj","@stdlib/complex-conjf"
15511551
"@stdlib/string/constantcase","@stdlib/string-constantcase"
15521552
"@stdlib/utils/constant-function","@stdlib/utils-constant-function"

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@
15461546
"@stdlib/utils-compose","@stdlib/utils/compose"
15471547
"@stdlib/utils-async-compose","@stdlib/utils/async/compose"
15481548
"@stdlib/os-configdir","@stdlib/os/configdir"
1549-
"@stdlib/complex-conj","@stdlib/complex/conj"
1549+
"@stdlib/complex-conj","@stdlib/complex/float64/conj"
15501550
"@stdlib/complex-conjf","@stdlib/complex/float32/conj"
15511551
"@stdlib/string-constantcase","@stdlib/string/constantcase"
15521552
"@stdlib/utils-constant-function","@stdlib/utils/constant-function"

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

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

0 commit comments

Comments
 (0)