@nudojs/core 1.0.1 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -5
- package/dist/check-report-AtnAfY9U.d.ts +661 -0
- package/dist/chunk-CDH7QCGQ.js +15066 -0
- package/dist/chunk-US532PZA.js +0 -0
- package/dist/chunk-V2I7VXFZ.js +4923 -0
- package/dist/exec.d.ts +2 -1
- package/dist/exec.js +170 -15
- package/dist/hof-types-tAeoYvzY.d.ts +368 -0
- package/dist/index-B7Lb8FU6.d.ts +726 -0
- package/dist/index.d.ts +648 -1019
- package/dist/index.js +1851 -4875
- package/dist/internal.d.ts +550 -0
- package/dist/internal.js +587 -0
- package/package.json +13 -8
- package/dist/chunk-P3G2TODS.js +0 -7680
- package/dist/index-FITqyJ8v.d.ts +0 -761
package/dist/exec.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export { $ as $add,
|
|
1
|
+
export { $ as $add, a as $arguments, b as $arr, c as $arrMutContainer, d as $arrRest, e as $arrWithHoles, f as $assignRecord, g as $async, h as $asyncReturn, i as $await, j as $bitand, k as $bitnot, l as $bitor, m as $bitxor, n as $call, o as $callNamed, p as $catchVal, q as $class, r as $classExpr, s as $collectionForEach, t as $concat, u as $copy, v as $del, w as $delRes, x as $div, y as $dynamicImport, z as $elems, B as $eq, C as $eqLoose, D as $fnVal, E as $for, F as $forInKeys, G as $forIter, H as $forOf, I as $fork, J as $ge, K as $gen, L as $get, M as $gt, N as $idx, O as $idxSet, P as $importMeta, Q as $in, S as $instanceof, T as $instanceofNonIdent, U as $invoke, V as $invokeSuper, W as $isBreakTo, X as $isForkExit, Y as $join, Z as $le, _ as $len, a0 as $lit, a1 as $loopBreak, a2 as $loopContinue, a3 as $loopReturn, a4 as $lt, a5 as $mod, a6 as $mul, a7 as $ne, a8 as $neLoose, a9 as $neg, aa as $new, ab as $not, ac as $nullishTest, ad as $obj, ae as $objAccessor, af as $objRest, ag as $optionalGet, ah as $optionalInvoke, ai as $orDefault, aj as $pow, ak as $pushLoopExit, al as $rawThis, am as $reStateCall, an as $recordBinding, ao as $regex, ap as $rethrowIfNudoReturn, aq as $set, ar as $setKey, as as $shl, at as $shr, au as $spread, av as $staticInvoke, aw as $sub, ax as $super, ay as $switch, az as $thisGet, aA as $thisSet, aB as $throw, aC as $toNumber, aD as $tryCurrentMark, aE as $tryDetachSoftCatch, aF as $tryDigestSoftCatch, aG as $tryDiscardSoft, aH as $tryMark, aI as $tryOrphanSoft, aJ as $tryPopMark, aK as $tryReleaseSoftCatch, aL as $tryReleaseSoftOut, aM as $tryTakeSince, aN as $typeof, aO as $unknown, aP as $ushr, aQ as $while, aR as $whileSeq, aS as $yield, aT as BAbsAssignRecord, aU as BCallRecord, aV as BClassSpec, aW as BPathFallback, aX as DEFAULT_MAX_LOOP_ITERS, aY as MAX_B_CALL_DEPTH, aZ as MAX_B_TOTAL_CALLS, a_ as NudoLoopSignal, a$ as NudoReturn, b0 as NudoThrow, b1 as NudoUnsupportedError, b2 as RUNTIME_IMPORT_RE, R as RunTranspiledOptions, b3 as TranspileOptions, b4 as TranspiledCallResult, b5 as asAbsVal, b7 as bindingsOf, b8 as callAtFunctionBoundary, b9 as callTranspiledExport, ba as callTranspiledExportFull, bb as clearBClasses, bc as clearStaleTermPred, be as currentExecPhi, bf as evalExprAbs, bg as fillTuple, bh as foldRequireSpecArg, bi as foldStaticStringExpr, bj as getBCallCollector, bk as getBClass, bl as isArrMutator, bm as isDefinitelyFalse, bn as isDefinitelyTrue, bo as isNudoBreak, bp as isNudoContinue, bq as isNudoReturn, br as isNudoThrow, bs as litTruth, bt as lookupObjAccessor, bu as namespaceNameOf, bv as noteBCallRecord, bw as noteBPathFallback, bx as pushLoopExit, by as pushThrowExit, bz as registerBClass, bA as resetBCallBudget, bB as runTranspiled, bC as runTranspiledOptionsMemoKey, bD as runWithLoopExits, bE as runtimeImportOf, bF as setBAssignCollector, bG as setBBindingSink, bH as setBCallCollector, bI as setBPathFallbackCollector, bJ as takeLoopExits, bK as takeThrowExits, bL as transpile, bM as transpileBodyNode, bN as transpileExpression, bO as transpileFile, bP as transpileSource, bQ as tryRunTranspiled, bR as withExecPhi } from './index-B7Lb8FU6.js';
|
|
2
|
+
import './hof-types-tAeoYvzY.js';
|
|
2
3
|
import '@babel/types';
|
package/dist/exec.js
CHANGED
|
@@ -1,19 +1,37 @@
|
|
|
1
|
+
import "./chunk-US532PZA.js";
|
|
1
2
|
import {
|
|
2
3
|
$add,
|
|
4
|
+
$arguments,
|
|
3
5
|
$arr,
|
|
6
|
+
$arrMutContainer,
|
|
7
|
+
$arrRest,
|
|
8
|
+
$arrWithHoles,
|
|
9
|
+
$assignRecord,
|
|
4
10
|
$async,
|
|
5
11
|
$asyncReturn,
|
|
6
12
|
$await,
|
|
13
|
+
$bitand,
|
|
14
|
+
$bitnot,
|
|
15
|
+
$bitor,
|
|
16
|
+
$bitxor,
|
|
7
17
|
$call,
|
|
8
18
|
$callNamed,
|
|
9
19
|
$catchVal,
|
|
10
20
|
$class,
|
|
21
|
+
$classExpr,
|
|
22
|
+
$collectionForEach,
|
|
11
23
|
$concat,
|
|
24
|
+
$copy,
|
|
25
|
+
$del,
|
|
26
|
+
$delRes,
|
|
12
27
|
$div,
|
|
28
|
+
$dynamicImport,
|
|
13
29
|
$elems,
|
|
14
30
|
$eq,
|
|
31
|
+
$eqLoose,
|
|
15
32
|
$fnVal,
|
|
16
33
|
$for,
|
|
34
|
+
$forInKeys,
|
|
17
35
|
$forIter,
|
|
18
36
|
$forOf,
|
|
19
37
|
$fork,
|
|
@@ -23,26 +41,47 @@ import {
|
|
|
23
41
|
$gt,
|
|
24
42
|
$idx,
|
|
25
43
|
$idxSet,
|
|
44
|
+
$importMeta,
|
|
45
|
+
$in,
|
|
46
|
+
$instanceof,
|
|
47
|
+
$instanceofNonIdent,
|
|
26
48
|
$invoke,
|
|
27
49
|
$invokeSuper,
|
|
50
|
+
$isBreakTo,
|
|
51
|
+
$isForkExit,
|
|
28
52
|
$join,
|
|
29
53
|
$le,
|
|
30
54
|
$len,
|
|
31
55
|
$lit,
|
|
56
|
+
$loopBreak,
|
|
57
|
+
$loopContinue,
|
|
58
|
+
$loopReturn,
|
|
32
59
|
$lt,
|
|
33
60
|
$mod,
|
|
34
61
|
$mul,
|
|
35
62
|
$ne,
|
|
63
|
+
$neLoose,
|
|
36
64
|
$neg,
|
|
37
65
|
$new,
|
|
38
66
|
$not,
|
|
67
|
+
$nullishTest,
|
|
39
68
|
$obj,
|
|
69
|
+
$objAccessor,
|
|
70
|
+
$objRest,
|
|
40
71
|
$optionalGet,
|
|
41
72
|
$optionalInvoke,
|
|
42
73
|
$orDefault,
|
|
74
|
+
$pow,
|
|
75
|
+
$pushLoopExit,
|
|
76
|
+
$rawThis,
|
|
77
|
+
$reStateCall,
|
|
78
|
+
$recordBinding,
|
|
43
79
|
$regex,
|
|
80
|
+
$rethrowIfNudoReturn,
|
|
44
81
|
$set,
|
|
45
82
|
$setKey,
|
|
83
|
+
$shl,
|
|
84
|
+
$shr,
|
|
46
85
|
$spread,
|
|
47
86
|
$staticInvoke,
|
|
48
87
|
$sub,
|
|
@@ -51,56 +90,112 @@ import {
|
|
|
51
90
|
$thisGet,
|
|
52
91
|
$thisSet,
|
|
53
92
|
$throw,
|
|
93
|
+
$toNumber,
|
|
94
|
+
$tryCurrentMark,
|
|
95
|
+
$tryDetachSoftCatch,
|
|
96
|
+
$tryDigestSoftCatch,
|
|
97
|
+
$tryDiscardSoft,
|
|
98
|
+
$tryMark,
|
|
99
|
+
$tryOrphanSoft,
|
|
100
|
+
$tryPopMark,
|
|
101
|
+
$tryReleaseSoftCatch,
|
|
102
|
+
$tryReleaseSoftOut,
|
|
103
|
+
$tryTakeSince,
|
|
54
104
|
$typeof,
|
|
105
|
+
$unknown,
|
|
106
|
+
$ushr,
|
|
55
107
|
$while,
|
|
56
108
|
$whileSeq,
|
|
57
109
|
$yield,
|
|
58
110
|
DEFAULT_MAX_LOOP_ITERS,
|
|
111
|
+
MAX_B_CALL_DEPTH,
|
|
112
|
+
MAX_B_TOTAL_CALLS,
|
|
113
|
+
NudoLoopSignal,
|
|
114
|
+
NudoReturn,
|
|
59
115
|
NudoThrow,
|
|
116
|
+
NudoUnsupportedError,
|
|
117
|
+
RUNTIME_IMPORT_RE,
|
|
60
118
|
asAbsVal,
|
|
119
|
+
bindingsOf,
|
|
120
|
+
callAtFunctionBoundary,
|
|
61
121
|
callTranspiledExport,
|
|
62
122
|
callTranspiledExportFull,
|
|
63
123
|
clearBClasses,
|
|
124
|
+
clearStaleTermPred,
|
|
64
125
|
currentExecPhi,
|
|
65
|
-
|
|
126
|
+
evalExprAbs,
|
|
127
|
+
fillTuple,
|
|
128
|
+
foldRequireSpecArg,
|
|
129
|
+
foldStaticStringExpr,
|
|
66
130
|
getBCallCollector,
|
|
67
131
|
getBClass,
|
|
132
|
+
isArrMutator,
|
|
68
133
|
isDefinitelyFalse,
|
|
69
134
|
isDefinitelyTrue,
|
|
135
|
+
isNudoBreak,
|
|
136
|
+
isNudoContinue,
|
|
137
|
+
isNudoReturn,
|
|
70
138
|
isNudoThrow,
|
|
71
139
|
litTruth,
|
|
140
|
+
lookupObjAccessor,
|
|
72
141
|
namespaceNameOf,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
142
|
+
noteBCallRecord,
|
|
143
|
+
noteBPathFallback,
|
|
144
|
+
pushLoopExit,
|
|
145
|
+
pushThrowExit,
|
|
77
146
|
registerBClass,
|
|
147
|
+
resetBCallBudget,
|
|
78
148
|
runTranspiled,
|
|
149
|
+
runTranspiledOptionsMemoKey,
|
|
150
|
+
runWithLoopExits,
|
|
151
|
+
runtimeImportOf,
|
|
152
|
+
setBAssignCollector,
|
|
153
|
+
setBBindingSink,
|
|
79
154
|
setBCallCollector,
|
|
80
|
-
|
|
81
|
-
|
|
155
|
+
setBPathFallbackCollector,
|
|
156
|
+
takeLoopExits,
|
|
157
|
+
takeThrowExits,
|
|
82
158
|
transpile,
|
|
159
|
+
transpileBodyNode,
|
|
83
160
|
transpileExpression,
|
|
84
161
|
transpileFile,
|
|
85
162
|
transpileSource,
|
|
163
|
+
tryRunTranspiled,
|
|
86
164
|
withExecPhi
|
|
87
|
-
} from "./chunk-
|
|
165
|
+
} from "./chunk-CDH7QCGQ.js";
|
|
88
166
|
export {
|
|
89
167
|
$add,
|
|
168
|
+
$arguments,
|
|
90
169
|
$arr,
|
|
170
|
+
$arrMutContainer,
|
|
171
|
+
$arrRest,
|
|
172
|
+
$arrWithHoles,
|
|
173
|
+
$assignRecord,
|
|
91
174
|
$async,
|
|
92
175
|
$asyncReturn,
|
|
93
176
|
$await,
|
|
177
|
+
$bitand,
|
|
178
|
+
$bitnot,
|
|
179
|
+
$bitor,
|
|
180
|
+
$bitxor,
|
|
94
181
|
$call,
|
|
95
182
|
$callNamed,
|
|
96
183
|
$catchVal,
|
|
97
184
|
$class,
|
|
185
|
+
$classExpr,
|
|
186
|
+
$collectionForEach,
|
|
98
187
|
$concat,
|
|
188
|
+
$copy,
|
|
189
|
+
$del,
|
|
190
|
+
$delRes,
|
|
99
191
|
$div,
|
|
192
|
+
$dynamicImport,
|
|
100
193
|
$elems,
|
|
101
194
|
$eq,
|
|
195
|
+
$eqLoose,
|
|
102
196
|
$fnVal,
|
|
103
197
|
$for,
|
|
198
|
+
$forInKeys,
|
|
104
199
|
$forIter,
|
|
105
200
|
$forOf,
|
|
106
201
|
$fork,
|
|
@@ -110,26 +205,47 @@ export {
|
|
|
110
205
|
$gt,
|
|
111
206
|
$idx,
|
|
112
207
|
$idxSet,
|
|
208
|
+
$importMeta,
|
|
209
|
+
$in,
|
|
210
|
+
$instanceof,
|
|
211
|
+
$instanceofNonIdent,
|
|
113
212
|
$invoke,
|
|
114
213
|
$invokeSuper,
|
|
214
|
+
$isBreakTo,
|
|
215
|
+
$isForkExit,
|
|
115
216
|
$join,
|
|
116
217
|
$le,
|
|
117
218
|
$len,
|
|
118
219
|
$lit,
|
|
220
|
+
$loopBreak,
|
|
221
|
+
$loopContinue,
|
|
222
|
+
$loopReturn,
|
|
119
223
|
$lt,
|
|
120
224
|
$mod,
|
|
121
225
|
$mul,
|
|
122
226
|
$ne,
|
|
227
|
+
$neLoose,
|
|
123
228
|
$neg,
|
|
124
229
|
$new,
|
|
125
230
|
$not,
|
|
231
|
+
$nullishTest,
|
|
126
232
|
$obj,
|
|
233
|
+
$objAccessor,
|
|
234
|
+
$objRest,
|
|
127
235
|
$optionalGet,
|
|
128
236
|
$optionalInvoke,
|
|
129
237
|
$orDefault,
|
|
238
|
+
$pow,
|
|
239
|
+
$pushLoopExit,
|
|
240
|
+
$rawThis,
|
|
241
|
+
$reStateCall,
|
|
242
|
+
$recordBinding,
|
|
130
243
|
$regex,
|
|
244
|
+
$rethrowIfNudoReturn,
|
|
131
245
|
$set,
|
|
132
246
|
$setKey,
|
|
247
|
+
$shl,
|
|
248
|
+
$shr,
|
|
133
249
|
$spread,
|
|
134
250
|
$staticInvoke,
|
|
135
251
|
$sub,
|
|
@@ -138,37 +254,76 @@ export {
|
|
|
138
254
|
$thisGet,
|
|
139
255
|
$thisSet,
|
|
140
256
|
$throw,
|
|
257
|
+
$toNumber,
|
|
258
|
+
$tryCurrentMark,
|
|
259
|
+
$tryDetachSoftCatch,
|
|
260
|
+
$tryDigestSoftCatch,
|
|
261
|
+
$tryDiscardSoft,
|
|
262
|
+
$tryMark,
|
|
263
|
+
$tryOrphanSoft,
|
|
264
|
+
$tryPopMark,
|
|
265
|
+
$tryReleaseSoftCatch,
|
|
266
|
+
$tryReleaseSoftOut,
|
|
267
|
+
$tryTakeSince,
|
|
141
268
|
$typeof,
|
|
269
|
+
$unknown,
|
|
270
|
+
$ushr,
|
|
142
271
|
$while,
|
|
143
272
|
$whileSeq,
|
|
144
273
|
$yield,
|
|
145
274
|
DEFAULT_MAX_LOOP_ITERS,
|
|
275
|
+
MAX_B_CALL_DEPTH,
|
|
276
|
+
MAX_B_TOTAL_CALLS,
|
|
277
|
+
NudoLoopSignal,
|
|
278
|
+
NudoReturn,
|
|
146
279
|
NudoThrow,
|
|
280
|
+
NudoUnsupportedError,
|
|
281
|
+
RUNTIME_IMPORT_RE,
|
|
147
282
|
asAbsVal,
|
|
283
|
+
bindingsOf,
|
|
284
|
+
callAtFunctionBoundary,
|
|
148
285
|
callTranspiledExport,
|
|
149
286
|
callTranspiledExportFull,
|
|
150
287
|
clearBClasses,
|
|
288
|
+
clearStaleTermPred,
|
|
151
289
|
currentExecPhi,
|
|
152
|
-
|
|
290
|
+
evalExprAbs,
|
|
291
|
+
fillTuple,
|
|
292
|
+
foldRequireSpecArg,
|
|
293
|
+
foldStaticStringExpr,
|
|
153
294
|
getBCallCollector,
|
|
154
295
|
getBClass,
|
|
296
|
+
isArrMutator,
|
|
155
297
|
isDefinitelyFalse,
|
|
156
298
|
isDefinitelyTrue,
|
|
299
|
+
isNudoBreak,
|
|
300
|
+
isNudoContinue,
|
|
301
|
+
isNudoReturn,
|
|
157
302
|
isNudoThrow,
|
|
158
303
|
litTruth,
|
|
304
|
+
lookupObjAccessor,
|
|
159
305
|
namespaceNameOf,
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
306
|
+
noteBCallRecord,
|
|
307
|
+
noteBPathFallback,
|
|
308
|
+
pushLoopExit,
|
|
309
|
+
pushThrowExit,
|
|
164
310
|
registerBClass,
|
|
311
|
+
resetBCallBudget,
|
|
165
312
|
runTranspiled,
|
|
313
|
+
runTranspiledOptionsMemoKey,
|
|
314
|
+
runWithLoopExits,
|
|
315
|
+
runtimeImportOf,
|
|
316
|
+
setBAssignCollector,
|
|
317
|
+
setBBindingSink,
|
|
166
318
|
setBCallCollector,
|
|
167
|
-
|
|
168
|
-
|
|
319
|
+
setBPathFallbackCollector,
|
|
320
|
+
takeLoopExits,
|
|
321
|
+
takeThrowExits,
|
|
169
322
|
transpile,
|
|
323
|
+
transpileBodyNode,
|
|
170
324
|
transpileExpression,
|
|
171
325
|
transpileFile,
|
|
172
326
|
transpileSource,
|
|
327
|
+
tryRunTranspiled,
|
|
173
328
|
withExecPhi
|
|
174
329
|
};
|