Skip to content

Commit 07c4b80

Browse files
committed
Rename directory
1 parent 4788d47 commit 07c4b80

162 files changed

Lines changed: 436 additions & 436 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -157,18 +157,18 @@ ns.push({
157157

158158
ns.push({
159159
'alias': 'Float32Array',
160-
'path': '@stdlib/types/typed-array/float32',
161-
'value': require( '@stdlib/types/typed-array/float32' ),
160+
'path': '@stdlib/types/array/float32',
161+
'value': require( '@stdlib/types/array/float32' ),
162162
'type': 'Function',
163163
'related': [
164-
'@stdlib/types/typed-array/float64',
165-
'@stdlib/types/typed-array/int16',
166-
'@stdlib/types/typed-array/int32',
167-
'@stdlib/types/typed-array/int8',
168-
'@stdlib/types/typed-array/uint16',
169-
'@stdlib/types/typed-array/uint32',
170-
'@stdlib/types/typed-array/uint8',
171-
'@stdlib/types/typed-array/uint8c'
164+
'@stdlib/types/array/float64',
165+
'@stdlib/types/array/int16',
166+
'@stdlib/types/array/int32',
167+
'@stdlib/types/array/int8',
168+
'@stdlib/types/array/uint16',
169+
'@stdlib/types/array/uint32',
170+
'@stdlib/types/array/uint8',
171+
'@stdlib/types/array/uint8c'
172172
]
173173
});
174174

@@ -287,18 +287,18 @@ ns.push({
287287

288288
ns.push({
289289
'alias': 'Float64Array',
290-
'path': '@stdlib/types/typed-array/float64',
291-
'value': require( '@stdlib/types/typed-array/float64' ),
290+
'path': '@stdlib/types/array/float64',
291+
'value': require( '@stdlib/types/array/float64' ),
292292
'type': 'Function',
293293
'related': [
294-
'@stdlib/types/typed-array/float32',
295-
'@stdlib/types/typed-array/int16',
296-
'@stdlib/types/typed-array/int32',
297-
'@stdlib/types/typed-array/int8',
298-
'@stdlib/types/typed-array/uint16',
299-
'@stdlib/types/typed-array/uint32',
300-
'@stdlib/types/typed-array/uint8',
301-
'@stdlib/types/typed-array/uint8c'
294+
'@stdlib/types/array/float32',
295+
'@stdlib/types/array/int16',
296+
'@stdlib/types/array/int32',
297+
'@stdlib/types/array/int8',
298+
'@stdlib/types/array/uint16',
299+
'@stdlib/types/array/uint32',
300+
'@stdlib/types/array/uint8',
301+
'@stdlib/types/array/uint8c'
302302
]
303303
});
304304

lib/node_modules/@stdlib/repl/lib/namespace/i.js

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,18 @@ ns.push({
108108

109109
ns.push({
110110
'alias': 'Int16Array',
111-
'path': '@stdlib/types/typed-array/int16',
112-
'value': require( '@stdlib/types/typed-array/int16' ),
111+
'path': '@stdlib/types/array/int16',
112+
'value': require( '@stdlib/types/array/int16' ),
113113
'type': 'Function',
114114
'related': [
115-
'@stdlib/types/typed-array/float32',
116-
'@stdlib/types/typed-array/float64',
117-
'@stdlib/types/typed-array/int32',
118-
'@stdlib/types/typed-array/int8',
119-
'@stdlib/types/typed-array/uint16',
120-
'@stdlib/types/typed-array/uint32',
121-
'@stdlib/types/typed-array/uint8',
122-
'@stdlib/types/typed-array/uint8c'
115+
'@stdlib/types/array/float32',
116+
'@stdlib/types/array/float64',
117+
'@stdlib/types/array/int32',
118+
'@stdlib/types/array/int8',
119+
'@stdlib/types/array/uint16',
120+
'@stdlib/types/array/uint32',
121+
'@stdlib/types/array/uint8',
122+
'@stdlib/types/array/uint8c'
123123
]
124124
});
125125

@@ -145,18 +145,18 @@ ns.push({
145145

146146
ns.push({
147147
'alias': 'Int32Array',
148-
'path': '@stdlib/types/typed-array/int32',
149-
'value': require( '@stdlib/types/typed-array/int32' ),
148+
'path': '@stdlib/types/array/int32',
149+
'value': require( '@stdlib/types/array/int32' ),
150150
'type': 'Function',
151151
'related': [
152-
'@stdlib/types/typed-array/float32',
153-
'@stdlib/types/typed-array/float64',
154-
'@stdlib/types/typed-array/int16',
155-
'@stdlib/types/typed-array/int8',
156-
'@stdlib/types/typed-array/uint16',
157-
'@stdlib/types/typed-array/uint32',
158-
'@stdlib/types/typed-array/uint8',
159-
'@stdlib/types/typed-array/uint8c'
152+
'@stdlib/types/array/float32',
153+
'@stdlib/types/array/float64',
154+
'@stdlib/types/array/int16',
155+
'@stdlib/types/array/int8',
156+
'@stdlib/types/array/uint16',
157+
'@stdlib/types/array/uint32',
158+
'@stdlib/types/array/uint8',
159+
'@stdlib/types/array/uint8c'
160160
]
161161
});
162162

@@ -182,18 +182,18 @@ ns.push({
182182

183183
ns.push({
184184
'alias': 'Int8Array',
185-
'path': '@stdlib/types/typed-array/int8',
186-
'value': require( '@stdlib/types/typed-array/int8' ),
187-
'type': 'Function',
188-
'related': [
189-
'@stdlib/types/typed-array/float32',
190-
'@stdlib/types/typed-array/float64',
191-
'@stdlib/types/typed-array/int16',
192-
'@stdlib/types/typed-array/int32',
193-
'@stdlib/types/typed-array/uint16',
194-
'@stdlib/types/typed-array/uint32',
195-
'@stdlib/types/typed-array/uint8',
196-
'@stdlib/types/typed-array/uint8c'
185+
'path': '@stdlib/types/array/int8',
186+
'value': require( '@stdlib/types/array/int8' ),
187+
'type': 'Function',
188+
'related': [
189+
'@stdlib/types/array/float32',
190+
'@stdlib/types/array/float64',
191+
'@stdlib/types/array/int16',
192+
'@stdlib/types/array/int32',
193+
'@stdlib/types/array/uint16',
194+
'@stdlib/types/array/uint32',
195+
'@stdlib/types/array/uint8',
196+
'@stdlib/types/array/uint8c'
197197
]
198198
});
199199

lib/node_modules/@stdlib/repl/lib/namespace/r.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,11 @@ ns.push({
276276

277277
ns.push({
278278
'alias': 'reviveTypedArray',
279-
'path': '@stdlib/types/typed-array/utils/reviver',
280-
'value': require( '@stdlib/types/typed-array/utils/reviver' ),
279+
'path': '@stdlib/types/array/utils/reviver',
280+
'value': require( '@stdlib/types/array/utils/reviver' ),
281281
'type': 'Function',
282282
'related': [
283-
'@stdlib/types/typed-array/utils/to-json'
283+
'@stdlib/types/array/utils/to-json'
284284
]
285285
});
286286

lib/node_modules/@stdlib/repl/lib/namespace/t.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -141,29 +141,29 @@ ns.push({
141141

142142
ns.push({
143143
'alias': 'typedarray2json',
144-
'path': '@stdlib/types/typed-array/utils/to-json',
145-
'value': require( '@stdlib/types/typed-array/utils/to-json' ),
144+
'path': '@stdlib/types/array/utils/to-json',
145+
'value': require( '@stdlib/types/array/utils/to-json' ),
146146
'type': 'Function',
147147
'related': [
148-
'@stdlib/types/typed-array/utils/reviver'
148+
'@stdlib/types/array/utils/reviver'
149149
]
150150
});
151151

152152
ns.push({
153153
'alias': 'typedarray',
154-
'path': '@stdlib/types/typed-array/factory',
155-
'value': require( '@stdlib/types/typed-array/factory' ),
154+
'path': '@stdlib/types/array/factory',
155+
'value': require( '@stdlib/types/array/factory' ),
156156
'type': 'Function',
157157
'related': [
158-
'@stdlib/types/typed-array/float64',
159-
'@stdlib/types/typed-array/float32',
160-
'@stdlib/types/typed-array/int32',
161-
'@stdlib/types/typed-array/uint32',
162-
'@stdlib/types/typed-array/int16',
163-
'@stdlib/types/typed-array/uint16',
164-
'@stdlib/types/typed-array/int8',
165-
'@stdlib/types/typed-array/uint8',
166-
'@stdlib/types/typed-array/uint8c'
158+
'@stdlib/types/array/float64',
159+
'@stdlib/types/array/float32',
160+
'@stdlib/types/array/int32',
161+
'@stdlib/types/array/uint32',
162+
'@stdlib/types/array/int16',
163+
'@stdlib/types/array/uint16',
164+
'@stdlib/types/array/int8',
165+
'@stdlib/types/array/uint8',
166+
'@stdlib/types/array/uint8c'
167167
]
168168
});
169169

lib/node_modules/@stdlib/repl/lib/namespace/u.js

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ var ns = [];
88

99
ns.push({
1010
'alias': 'Uint16Array',
11-
'path': '@stdlib/types/typed-array/uint16',
12-
'value': require( '@stdlib/types/typed-array/uint16' ),
11+
'path': '@stdlib/types/array/uint16',
12+
'value': require( '@stdlib/types/array/uint16' ),
1313
'type': 'Function',
1414
'related': [
15-
'@stdlib/types/typed-array/float32',
16-
'@stdlib/types/typed-array/float64',
17-
'@stdlib/types/typed-array/int16',
18-
'@stdlib/types/typed-array/int32',
19-
'@stdlib/types/typed-array/int8',
20-
'@stdlib/types/typed-array/uint32',
21-
'@stdlib/types/typed-array/uint8',
22-
'@stdlib/types/typed-array/uint8c'
15+
'@stdlib/types/array/float32',
16+
'@stdlib/types/array/float64',
17+
'@stdlib/types/array/int16',
18+
'@stdlib/types/array/int32',
19+
'@stdlib/types/array/int8',
20+
'@stdlib/types/array/uint32',
21+
'@stdlib/types/array/uint8',
22+
'@stdlib/types/array/uint8c'
2323
]
2424
});
2525

@@ -35,18 +35,18 @@ ns.push({
3535

3636
ns.push({
3737
'alias': 'Uint32Array',
38-
'path': '@stdlib/types/typed-array/uint32',
39-
'value': require( '@stdlib/types/typed-array/uint32' ),
38+
'path': '@stdlib/types/array/uint32',
39+
'value': require( '@stdlib/types/array/uint32' ),
4040
'type': 'Function',
4141
'related': [
42-
'@stdlib/types/typed-array/float32',
43-
'@stdlib/types/typed-array/float64',
44-
'@stdlib/types/typed-array/int16',
45-
'@stdlib/types/typed-array/int32',
46-
'@stdlib/types/typed-array/int8',
47-
'@stdlib/types/typed-array/uint16',
48-
'@stdlib/types/typed-array/uint8',
49-
'@stdlib/types/typed-array/uint8c'
42+
'@stdlib/types/array/float32',
43+
'@stdlib/types/array/float64',
44+
'@stdlib/types/array/int16',
45+
'@stdlib/types/array/int32',
46+
'@stdlib/types/array/int8',
47+
'@stdlib/types/array/uint16',
48+
'@stdlib/types/array/uint8',
49+
'@stdlib/types/array/uint8c'
5050
]
5151
});
5252

@@ -62,35 +62,35 @@ ns.push({
6262

6363
ns.push({
6464
'alias': 'Uint8Array',
65-
'path': '@stdlib/types/typed-array/uint8',
66-
'value': require( '@stdlib/types/typed-array/uint8' ),
65+
'path': '@stdlib/types/array/uint8',
66+
'value': require( '@stdlib/types/array/uint8' ),
6767
'type': 'Function',
6868
'related': [
69-
'@stdlib/types/typed-array/float32',
70-
'@stdlib/types/typed-array/float64',
71-
'@stdlib/types/typed-array/int16',
72-
'@stdlib/types/typed-array/int32',
73-
'@stdlib/types/typed-array/int8',
74-
'@stdlib/types/typed-array/uint16',
75-
'@stdlib/types/typed-array/uint32',
76-
'@stdlib/types/typed-array/uint8c'
69+
'@stdlib/types/array/float32',
70+
'@stdlib/types/array/float64',
71+
'@stdlib/types/array/int16',
72+
'@stdlib/types/array/int32',
73+
'@stdlib/types/array/int8',
74+
'@stdlib/types/array/uint16',
75+
'@stdlib/types/array/uint32',
76+
'@stdlib/types/array/uint8c'
7777
]
7878
});
7979

8080
ns.push({
8181
'alias': 'Uint8ClampedArray',
82-
'path': '@stdlib/types/typed-array/uint8c',
83-
'value': require( '@stdlib/types/typed-array/uint8c' ),
82+
'path': '@stdlib/types/array/uint8c',
83+
'value': require( '@stdlib/types/array/uint8c' ),
8484
'type': 'Function',
8585
'related': [
86-
'@stdlib/types/typed-array/float32',
87-
'@stdlib/types/typed-array/float64',
88-
'@stdlib/types/typed-array/int16',
89-
'@stdlib/types/typed-array/int32',
90-
'@stdlib/types/typed-array/int8',
91-
'@stdlib/types/typed-array/uint16',
92-
'@stdlib/types/typed-array/uint32',
93-
'@stdlib/types/typed-array/uint8'
86+
'@stdlib/types/array/float32',
87+
'@stdlib/types/array/float64',
88+
'@stdlib/types/array/int16',
89+
'@stdlib/types/array/int32',
90+
'@stdlib/types/array/int8',
91+
'@stdlib/types/array/uint16',
92+
'@stdlib/types/array/uint32',
93+
'@stdlib/types/array/uint8'
9494
]
9595
});
9696

File renamed without changes.

lib/node_modules/@stdlib/types/typed-array/examples/index.js renamed to lib/node_modules/@stdlib/types/array/examples/index.js

File renamed without changes.

lib/node_modules/@stdlib/types/typed-array/factory/README.md renamed to lib/node_modules/@stdlib/types/array/factory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## Usage
1919

2020
``` javascript
21-
var typedarray = require( '@stdlib/types/typed-array/factory' );
21+
var typedarray = require( '@stdlib/types/array/factory' );
2222
```
2323

2424
#### typedarray( \[dtype\] )
@@ -137,7 +137,7 @@ var arr6 = typedarray( buf, 10, 4, 'int16' );
137137

138138
``` javascript
139139
var randu = require( '@stdlib/math/base/random/randu' );
140-
var typedarray = require( '@stdlib/types/typed-array/factory' );
140+
var typedarray = require( '@stdlib/types/array/factory' );
141141

142142
var arr;
143143
var i;

lib/node_modules/@stdlib/types/typed-array/factory/benchmark/benchmark.js renamed to lib/node_modules/@stdlib/types/array/factory/benchmark/benchmark.js

File renamed without changes.

lib/node_modules/@stdlib/types/typed-array/factory/benchmark/benchmark.length.float32.js renamed to lib/node_modules/@stdlib/types/array/factory/benchmark/benchmark.length.float32.js

File renamed without changes.

0 commit comments

Comments
 (0)