oxc-parser 0.105.0 → 0.106.0
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/package.json +27 -17
- package/src-js/bindings.js +52 -52
- package/src-js/generated/deserialize/js.js +49 -34
- package/src-js/generated/deserialize/js_range.js +58 -43
- package/src-js/generated/deserialize/ts.js +141 -64
- package/src-js/generated/deserialize/ts_range.js +159 -58
- package/src-js/generated/lazy/constructors.js +56 -73
- package/src-js/generated/lazy/walk.js +32 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oxc-parser",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.106.0",
|
|
4
4
|
"description": "Oxc Parser Node API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oxc",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"registry": "https://registry.npmjs.org/"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@oxc-project/types": "^0.
|
|
58
|
+
"@oxc-project/types": "^0.106.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@codspeed/vitest-plugin": "^5.0.0",
|
|
@@ -82,8 +82,13 @@
|
|
|
82
82
|
"aarch64-unknown-linux-gnu",
|
|
83
83
|
"aarch64-unknown-linux-musl",
|
|
84
84
|
"aarch64-unknown-linux-ohos",
|
|
85
|
+
"armv7-linux-androideabi",
|
|
85
86
|
"armv7-unknown-linux-gnueabihf",
|
|
87
|
+
"armv7-unknown-linux-musleabihf",
|
|
88
|
+
"i686-pc-windows-msvc",
|
|
89
|
+
"powerpc64le-unknown-linux-gnu",
|
|
86
90
|
"riscv64gc-unknown-linux-gnu",
|
|
91
|
+
"riscv64gc-unknown-linux-musl",
|
|
87
92
|
"s390x-unknown-linux-gnu",
|
|
88
93
|
"wasm32-wasip1-threads",
|
|
89
94
|
"x86_64-apple-darwin",
|
|
@@ -102,21 +107,26 @@
|
|
|
102
107
|
"node": "^20.19.0 || >=22.12.0"
|
|
103
108
|
},
|
|
104
109
|
"optionalDependencies": {
|
|
105
|
-
"@oxc-parser/binding-darwin-arm64": "0.
|
|
106
|
-
"@oxc-parser/binding-android-arm64": "0.
|
|
107
|
-
"@oxc-parser/binding-win32-arm64-msvc": "0.
|
|
108
|
-
"@oxc-parser/binding-linux-arm64-gnu": "0.
|
|
109
|
-
"@oxc-parser/binding-linux-arm64-musl": "0.
|
|
110
|
-
"@oxc-parser/binding-openharmony-arm64": "0.
|
|
111
|
-
"@oxc-parser/binding-
|
|
112
|
-
"@oxc-parser/binding-linux-
|
|
113
|
-
"@oxc-parser/binding-linux-
|
|
114
|
-
"@oxc-parser/binding-
|
|
115
|
-
"@oxc-parser/binding-
|
|
116
|
-
"@oxc-parser/binding-
|
|
117
|
-
"@oxc-parser/binding-
|
|
118
|
-
"@oxc-parser/binding-linux-
|
|
119
|
-
"@oxc-parser/binding-
|
|
110
|
+
"@oxc-parser/binding-darwin-arm64": "0.106.0",
|
|
111
|
+
"@oxc-parser/binding-android-arm64": "0.106.0",
|
|
112
|
+
"@oxc-parser/binding-win32-arm64-msvc": "0.106.0",
|
|
113
|
+
"@oxc-parser/binding-linux-arm64-gnu": "0.106.0",
|
|
114
|
+
"@oxc-parser/binding-linux-arm64-musl": "0.106.0",
|
|
115
|
+
"@oxc-parser/binding-openharmony-arm64": "0.106.0",
|
|
116
|
+
"@oxc-parser/binding-android-arm-eabi": "0.106.0",
|
|
117
|
+
"@oxc-parser/binding-linux-arm-gnueabihf": "0.106.0",
|
|
118
|
+
"@oxc-parser/binding-linux-arm-musleabihf": "0.106.0",
|
|
119
|
+
"@oxc-parser/binding-win32-ia32-msvc": "0.106.0",
|
|
120
|
+
"@oxc-parser/binding-linux-ppc64-gnu": "0.106.0",
|
|
121
|
+
"@oxc-parser/binding-linux-riscv64-gnu": "0.106.0",
|
|
122
|
+
"@oxc-parser/binding-linux-riscv64-musl": "0.106.0",
|
|
123
|
+
"@oxc-parser/binding-linux-s390x-gnu": "0.106.0",
|
|
124
|
+
"@oxc-parser/binding-wasm32-wasi": "0.106.0",
|
|
125
|
+
"@oxc-parser/binding-darwin-x64": "0.106.0",
|
|
126
|
+
"@oxc-parser/binding-win32-x64-msvc": "0.106.0",
|
|
127
|
+
"@oxc-parser/binding-freebsd-x64": "0.106.0",
|
|
128
|
+
"@oxc-parser/binding-linux-x64-gnu": "0.106.0",
|
|
129
|
+
"@oxc-parser/binding-linux-x64-musl": "0.106.0"
|
|
120
130
|
},
|
|
121
131
|
"scripts": {
|
|
122
132
|
"build-dev": "napi build --esm --platform --js bindings.js --dts index.d.ts --output-dir src-js",
|
package/src-js/bindings.js
CHANGED
|
@@ -81,8 +81,8 @@ function requireNative() {
|
|
|
81
81
|
try {
|
|
82
82
|
const binding = require('@oxc-parser/binding-android-arm64')
|
|
83
83
|
const bindingPackageVersion = require('@oxc-parser/binding-android-arm64/package.json').version
|
|
84
|
-
if (bindingPackageVersion !== '0.
|
|
85
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
84
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
85
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
86
86
|
}
|
|
87
87
|
return binding
|
|
88
88
|
} catch (e) {
|
|
@@ -97,8 +97,8 @@ function requireNative() {
|
|
|
97
97
|
try {
|
|
98
98
|
const binding = require('@oxc-parser/binding-android-arm-eabi')
|
|
99
99
|
const bindingPackageVersion = require('@oxc-parser/binding-android-arm-eabi/package.json').version
|
|
100
|
-
if (bindingPackageVersion !== '0.
|
|
101
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
100
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
101
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
102
102
|
}
|
|
103
103
|
return binding
|
|
104
104
|
} catch (e) {
|
|
@@ -118,8 +118,8 @@ function requireNative() {
|
|
|
118
118
|
try {
|
|
119
119
|
const binding = require('@oxc-parser/binding-win32-x64-gnu')
|
|
120
120
|
const bindingPackageVersion = require('@oxc-parser/binding-win32-x64-gnu/package.json').version
|
|
121
|
-
if (bindingPackageVersion !== '0.
|
|
122
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
121
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
122
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
123
123
|
}
|
|
124
124
|
return binding
|
|
125
125
|
} catch (e) {
|
|
@@ -134,8 +134,8 @@ function requireNative() {
|
|
|
134
134
|
try {
|
|
135
135
|
const binding = require('@oxc-parser/binding-win32-x64-msvc')
|
|
136
136
|
const bindingPackageVersion = require('@oxc-parser/binding-win32-x64-msvc/package.json').version
|
|
137
|
-
if (bindingPackageVersion !== '0.
|
|
138
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
137
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
138
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
139
139
|
}
|
|
140
140
|
return binding
|
|
141
141
|
} catch (e) {
|
|
@@ -151,8 +151,8 @@ function requireNative() {
|
|
|
151
151
|
try {
|
|
152
152
|
const binding = require('@oxc-parser/binding-win32-ia32-msvc')
|
|
153
153
|
const bindingPackageVersion = require('@oxc-parser/binding-win32-ia32-msvc/package.json').version
|
|
154
|
-
if (bindingPackageVersion !== '0.
|
|
155
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
154
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
155
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
156
156
|
}
|
|
157
157
|
return binding
|
|
158
158
|
} catch (e) {
|
|
@@ -167,8 +167,8 @@ function requireNative() {
|
|
|
167
167
|
try {
|
|
168
168
|
const binding = require('@oxc-parser/binding-win32-arm64-msvc')
|
|
169
169
|
const bindingPackageVersion = require('@oxc-parser/binding-win32-arm64-msvc/package.json').version
|
|
170
|
-
if (bindingPackageVersion !== '0.
|
|
171
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
170
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
171
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
172
172
|
}
|
|
173
173
|
return binding
|
|
174
174
|
} catch (e) {
|
|
@@ -186,8 +186,8 @@ function requireNative() {
|
|
|
186
186
|
try {
|
|
187
187
|
const binding = require('@oxc-parser/binding-darwin-universal')
|
|
188
188
|
const bindingPackageVersion = require('@oxc-parser/binding-darwin-universal/package.json').version
|
|
189
|
-
if (bindingPackageVersion !== '0.
|
|
190
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
189
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
190
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
191
191
|
}
|
|
192
192
|
return binding
|
|
193
193
|
} catch (e) {
|
|
@@ -202,8 +202,8 @@ function requireNative() {
|
|
|
202
202
|
try {
|
|
203
203
|
const binding = require('@oxc-parser/binding-darwin-x64')
|
|
204
204
|
const bindingPackageVersion = require('@oxc-parser/binding-darwin-x64/package.json').version
|
|
205
|
-
if (bindingPackageVersion !== '0.
|
|
206
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
205
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
206
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
207
207
|
}
|
|
208
208
|
return binding
|
|
209
209
|
} catch (e) {
|
|
@@ -218,8 +218,8 @@ function requireNative() {
|
|
|
218
218
|
try {
|
|
219
219
|
const binding = require('@oxc-parser/binding-darwin-arm64')
|
|
220
220
|
const bindingPackageVersion = require('@oxc-parser/binding-darwin-arm64/package.json').version
|
|
221
|
-
if (bindingPackageVersion !== '0.
|
|
222
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
221
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
222
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
223
223
|
}
|
|
224
224
|
return binding
|
|
225
225
|
} catch (e) {
|
|
@@ -238,8 +238,8 @@ function requireNative() {
|
|
|
238
238
|
try {
|
|
239
239
|
const binding = require('@oxc-parser/binding-freebsd-x64')
|
|
240
240
|
const bindingPackageVersion = require('@oxc-parser/binding-freebsd-x64/package.json').version
|
|
241
|
-
if (bindingPackageVersion !== '0.
|
|
242
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
241
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
242
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
243
243
|
}
|
|
244
244
|
return binding
|
|
245
245
|
} catch (e) {
|
|
@@ -254,8 +254,8 @@ function requireNative() {
|
|
|
254
254
|
try {
|
|
255
255
|
const binding = require('@oxc-parser/binding-freebsd-arm64')
|
|
256
256
|
const bindingPackageVersion = require('@oxc-parser/binding-freebsd-arm64/package.json').version
|
|
257
|
-
if (bindingPackageVersion !== '0.
|
|
258
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
257
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
258
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
259
259
|
}
|
|
260
260
|
return binding
|
|
261
261
|
} catch (e) {
|
|
@@ -275,8 +275,8 @@ function requireNative() {
|
|
|
275
275
|
try {
|
|
276
276
|
const binding = require('@oxc-parser/binding-linux-x64-musl')
|
|
277
277
|
const bindingPackageVersion = require('@oxc-parser/binding-linux-x64-musl/package.json').version
|
|
278
|
-
if (bindingPackageVersion !== '0.
|
|
279
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
278
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
279
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
280
280
|
}
|
|
281
281
|
return binding
|
|
282
282
|
} catch (e) {
|
|
@@ -291,8 +291,8 @@ function requireNative() {
|
|
|
291
291
|
try {
|
|
292
292
|
const binding = require('@oxc-parser/binding-linux-x64-gnu')
|
|
293
293
|
const bindingPackageVersion = require('@oxc-parser/binding-linux-x64-gnu/package.json').version
|
|
294
|
-
if (bindingPackageVersion !== '0.
|
|
295
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
294
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
295
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
296
296
|
}
|
|
297
297
|
return binding
|
|
298
298
|
} catch (e) {
|
|
@@ -309,8 +309,8 @@ function requireNative() {
|
|
|
309
309
|
try {
|
|
310
310
|
const binding = require('@oxc-parser/binding-linux-arm64-musl')
|
|
311
311
|
const bindingPackageVersion = require('@oxc-parser/binding-linux-arm64-musl/package.json').version
|
|
312
|
-
if (bindingPackageVersion !== '0.
|
|
313
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
312
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
313
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
314
314
|
}
|
|
315
315
|
return binding
|
|
316
316
|
} catch (e) {
|
|
@@ -325,8 +325,8 @@ function requireNative() {
|
|
|
325
325
|
try {
|
|
326
326
|
const binding = require('@oxc-parser/binding-linux-arm64-gnu')
|
|
327
327
|
const bindingPackageVersion = require('@oxc-parser/binding-linux-arm64-gnu/package.json').version
|
|
328
|
-
if (bindingPackageVersion !== '0.
|
|
329
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
328
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
329
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
330
330
|
}
|
|
331
331
|
return binding
|
|
332
332
|
} catch (e) {
|
|
@@ -343,8 +343,8 @@ function requireNative() {
|
|
|
343
343
|
try {
|
|
344
344
|
const binding = require('@oxc-parser/binding-linux-arm-musleabihf')
|
|
345
345
|
const bindingPackageVersion = require('@oxc-parser/binding-linux-arm-musleabihf/package.json').version
|
|
346
|
-
if (bindingPackageVersion !== '0.
|
|
347
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
346
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
347
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
348
348
|
}
|
|
349
349
|
return binding
|
|
350
350
|
} catch (e) {
|
|
@@ -359,8 +359,8 @@ function requireNative() {
|
|
|
359
359
|
try {
|
|
360
360
|
const binding = require('@oxc-parser/binding-linux-arm-gnueabihf')
|
|
361
361
|
const bindingPackageVersion = require('@oxc-parser/binding-linux-arm-gnueabihf/package.json').version
|
|
362
|
-
if (bindingPackageVersion !== '0.
|
|
363
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
362
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
363
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
364
364
|
}
|
|
365
365
|
return binding
|
|
366
366
|
} catch (e) {
|
|
@@ -377,8 +377,8 @@ function requireNative() {
|
|
|
377
377
|
try {
|
|
378
378
|
const binding = require('@oxc-parser/binding-linux-loong64-musl')
|
|
379
379
|
const bindingPackageVersion = require('@oxc-parser/binding-linux-loong64-musl/package.json').version
|
|
380
|
-
if (bindingPackageVersion !== '0.
|
|
381
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
380
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
381
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
382
382
|
}
|
|
383
383
|
return binding
|
|
384
384
|
} catch (e) {
|
|
@@ -393,8 +393,8 @@ function requireNative() {
|
|
|
393
393
|
try {
|
|
394
394
|
const binding = require('@oxc-parser/binding-linux-loong64-gnu')
|
|
395
395
|
const bindingPackageVersion = require('@oxc-parser/binding-linux-loong64-gnu/package.json').version
|
|
396
|
-
if (bindingPackageVersion !== '0.
|
|
397
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
396
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
397
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
398
398
|
}
|
|
399
399
|
return binding
|
|
400
400
|
} catch (e) {
|
|
@@ -411,8 +411,8 @@ function requireNative() {
|
|
|
411
411
|
try {
|
|
412
412
|
const binding = require('@oxc-parser/binding-linux-riscv64-musl')
|
|
413
413
|
const bindingPackageVersion = require('@oxc-parser/binding-linux-riscv64-musl/package.json').version
|
|
414
|
-
if (bindingPackageVersion !== '0.
|
|
415
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
414
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
415
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
416
416
|
}
|
|
417
417
|
return binding
|
|
418
418
|
} catch (e) {
|
|
@@ -427,8 +427,8 @@ function requireNative() {
|
|
|
427
427
|
try {
|
|
428
428
|
const binding = require('@oxc-parser/binding-linux-riscv64-gnu')
|
|
429
429
|
const bindingPackageVersion = require('@oxc-parser/binding-linux-riscv64-gnu/package.json').version
|
|
430
|
-
if (bindingPackageVersion !== '0.
|
|
431
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
430
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
431
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
432
432
|
}
|
|
433
433
|
return binding
|
|
434
434
|
} catch (e) {
|
|
@@ -444,8 +444,8 @@ function requireNative() {
|
|
|
444
444
|
try {
|
|
445
445
|
const binding = require('@oxc-parser/binding-linux-ppc64-gnu')
|
|
446
446
|
const bindingPackageVersion = require('@oxc-parser/binding-linux-ppc64-gnu/package.json').version
|
|
447
|
-
if (bindingPackageVersion !== '0.
|
|
448
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
447
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
448
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
449
449
|
}
|
|
450
450
|
return binding
|
|
451
451
|
} catch (e) {
|
|
@@ -460,8 +460,8 @@ function requireNative() {
|
|
|
460
460
|
try {
|
|
461
461
|
const binding = require('@oxc-parser/binding-linux-s390x-gnu')
|
|
462
462
|
const bindingPackageVersion = require('@oxc-parser/binding-linux-s390x-gnu/package.json').version
|
|
463
|
-
if (bindingPackageVersion !== '0.
|
|
464
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
463
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
464
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
465
465
|
}
|
|
466
466
|
return binding
|
|
467
467
|
} catch (e) {
|
|
@@ -480,8 +480,8 @@ function requireNative() {
|
|
|
480
480
|
try {
|
|
481
481
|
const binding = require('@oxc-parser/binding-openharmony-arm64')
|
|
482
482
|
const bindingPackageVersion = require('@oxc-parser/binding-openharmony-arm64/package.json').version
|
|
483
|
-
if (bindingPackageVersion !== '0.
|
|
484
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
483
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
484
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
485
485
|
}
|
|
486
486
|
return binding
|
|
487
487
|
} catch (e) {
|
|
@@ -496,8 +496,8 @@ function requireNative() {
|
|
|
496
496
|
try {
|
|
497
497
|
const binding = require('@oxc-parser/binding-openharmony-x64')
|
|
498
498
|
const bindingPackageVersion = require('@oxc-parser/binding-openharmony-x64/package.json').version
|
|
499
|
-
if (bindingPackageVersion !== '0.
|
|
500
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
499
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
500
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
501
501
|
}
|
|
502
502
|
return binding
|
|
503
503
|
} catch (e) {
|
|
@@ -512,8 +512,8 @@ function requireNative() {
|
|
|
512
512
|
try {
|
|
513
513
|
const binding = require('@oxc-parser/binding-openharmony-arm')
|
|
514
514
|
const bindingPackageVersion = require('@oxc-parser/binding-openharmony-arm/package.json').version
|
|
515
|
-
if (bindingPackageVersion !== '0.
|
|
516
|
-
throw new Error(`Native binding package version mismatch, expected 0.
|
|
515
|
+
if (bindingPackageVersion !== '0.106.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
|
|
516
|
+
throw new Error(`Native binding package version mismatch, expected 0.106.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
|
|
517
517
|
}
|
|
518
518
|
return binding
|
|
519
519
|
} catch (e) {
|
|
@@ -1254,16 +1254,16 @@ function deserializeVariableDeclarationKind(pos) {
|
|
|
1254
1254
|
}
|
|
1255
1255
|
|
|
1256
1256
|
function deserializeVariableDeclarator(pos) {
|
|
1257
|
-
let
|
|
1257
|
+
let variableDeclarator = {
|
|
1258
1258
|
type: "VariableDeclarator",
|
|
1259
1259
|
id: null,
|
|
1260
1260
|
init: null,
|
|
1261
1261
|
start: deserializeU32(pos),
|
|
1262
1262
|
end: deserializeU32(pos + 4),
|
|
1263
1263
|
};
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
return
|
|
1264
|
+
variableDeclarator.id = deserializeBindingPattern(pos + 8);
|
|
1265
|
+
variableDeclarator.init = deserializeOptionExpression(pos + 32);
|
|
1266
|
+
return variableDeclarator;
|
|
1267
1267
|
}
|
|
1268
1268
|
|
|
1269
1269
|
function deserializeEmptyStatement(pos) {
|
|
@@ -1620,7 +1620,7 @@ function deserializeCatchClause(pos) {
|
|
|
1620
1620
|
end: deserializeU32(pos + 4),
|
|
1621
1621
|
};
|
|
1622
1622
|
node.param = deserializeOptionCatchParameter(pos + 8);
|
|
1623
|
-
node.body = deserializeBoxBlockStatement(pos +
|
|
1623
|
+
node.body = deserializeBoxBlockStatement(pos + 40);
|
|
1624
1624
|
return node;
|
|
1625
1625
|
}
|
|
1626
1626
|
|
|
@@ -1637,10 +1637,6 @@ function deserializeDebuggerStatement(pos) {
|
|
|
1637
1637
|
}
|
|
1638
1638
|
|
|
1639
1639
|
function deserializeBindingPattern(pos) {
|
|
1640
|
-
return deserializeBindingPatternKind(pos);
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
function deserializeBindingPatternKind(pos) {
|
|
1644
1640
|
switch (uint8[pos]) {
|
|
1645
1641
|
case 0:
|
|
1646
1642
|
return deserializeBoxBindingIdentifier(pos + 8);
|
|
@@ -1651,7 +1647,7 @@ function deserializeBindingPatternKind(pos) {
|
|
|
1651
1647
|
case 3:
|
|
1652
1648
|
return deserializeBoxAssignmentPattern(pos + 8);
|
|
1653
1649
|
default:
|
|
1654
|
-
throw Error(`Unexpected discriminant ${uint8[pos]} for
|
|
1650
|
+
throw Error(`Unexpected discriminant ${uint8[pos]} for BindingPattern`);
|
|
1655
1651
|
}
|
|
1656
1652
|
}
|
|
1657
1653
|
|
|
@@ -1664,7 +1660,7 @@ function deserializeAssignmentPattern(pos) {
|
|
|
1664
1660
|
end: deserializeU32(pos + 4),
|
|
1665
1661
|
};
|
|
1666
1662
|
node.left = deserializeBindingPattern(pos + 8);
|
|
1667
|
-
node.right = deserializeExpression(pos +
|
|
1663
|
+
node.right = deserializeExpression(pos + 24);
|
|
1668
1664
|
return node;
|
|
1669
1665
|
}
|
|
1670
1666
|
|
|
@@ -1691,8 +1687,8 @@ function deserializeBindingProperty(pos) {
|
|
|
1691
1687
|
key: null,
|
|
1692
1688
|
value: null,
|
|
1693
1689
|
method: null,
|
|
1694
|
-
shorthand: deserializeBool(pos +
|
|
1695
|
-
computed: deserializeBool(pos +
|
|
1690
|
+
shorthand: deserializeBool(pos + 40),
|
|
1691
|
+
computed: deserializeBool(pos + 41),
|
|
1696
1692
|
start,
|
|
1697
1693
|
end,
|
|
1698
1694
|
};
|
|
@@ -1772,10 +1768,10 @@ function deserializeFormalParameters(pos) {
|
|
|
1772
1768
|
let rest = {
|
|
1773
1769
|
type: "RestElement",
|
|
1774
1770
|
argument: null,
|
|
1775
|
-
start: deserializeU32(pos),
|
|
1776
|
-
end: deserializeU32(pos +
|
|
1771
|
+
start: deserializeU32(pos + 8),
|
|
1772
|
+
end: deserializeU32(pos + 12),
|
|
1777
1773
|
};
|
|
1778
|
-
rest.argument =
|
|
1774
|
+
rest.argument = deserializeBindingPattern(pos + 16);
|
|
1779
1775
|
params.push(rest);
|
|
1780
1776
|
}
|
|
1781
1777
|
return params;
|
|
@@ -1783,7 +1779,17 @@ function deserializeFormalParameters(pos) {
|
|
|
1783
1779
|
|
|
1784
1780
|
function deserializeFormalParameter(pos) {
|
|
1785
1781
|
let param;
|
|
1786
|
-
|
|
1782
|
+
if (uint32[(pos + 56) >> 2] !== 0 && uint32[(pos + 60) >> 2] !== 0) {
|
|
1783
|
+
param = {
|
|
1784
|
+
type: "AssignmentPattern",
|
|
1785
|
+
left: null,
|
|
1786
|
+
right: null,
|
|
1787
|
+
start: deserializeU32(pos),
|
|
1788
|
+
end: deserializeU32(pos + 4),
|
|
1789
|
+
};
|
|
1790
|
+
param.left = deserializeBindingPattern(pos + 32);
|
|
1791
|
+
param.right = deserializeOptionBoxExpression(pos + 56);
|
|
1792
|
+
} else param = deserializeBindingPattern(pos + 32);
|
|
1787
1793
|
return param;
|
|
1788
1794
|
}
|
|
1789
1795
|
|
|
@@ -5129,14 +5135,23 @@ function deserializeVecVariableDeclarator(pos) {
|
|
|
5129
5135
|
let arr = [],
|
|
5130
5136
|
pos32 = pos >> 2;
|
|
5131
5137
|
pos = uint32[pos32];
|
|
5132
|
-
let endPos = pos + uint32[pos32 + 2] *
|
|
5138
|
+
let endPos = pos + uint32[pos32 + 2] * 56;
|
|
5133
5139
|
for (; pos !== endPos; ) {
|
|
5134
5140
|
arr.push(deserializeVariableDeclarator(pos));
|
|
5135
|
-
pos +=
|
|
5141
|
+
pos += 56;
|
|
5136
5142
|
}
|
|
5137
5143
|
return arr;
|
|
5138
5144
|
}
|
|
5139
5145
|
|
|
5146
|
+
function deserializeBoxTSTypeAnnotation(pos) {
|
|
5147
|
+
return deserializeTSTypeAnnotation(uint32[pos >> 2]);
|
|
5148
|
+
}
|
|
5149
|
+
|
|
5150
|
+
function deserializeOptionBoxTSTypeAnnotation(pos) {
|
|
5151
|
+
if (uint32[pos >> 2] === 0 && uint32[(pos + 4) >> 2] === 0) return null;
|
|
5152
|
+
return deserializeBoxTSTypeAnnotation(pos);
|
|
5153
|
+
}
|
|
5154
|
+
|
|
5140
5155
|
function deserializeOptionStatement(pos) {
|
|
5141
5156
|
if (uint8[pos] === 70) return null;
|
|
5142
5157
|
return deserializeStatement(pos);
|
|
@@ -5179,19 +5194,10 @@ function deserializeOptionBoxBlockStatement(pos) {
|
|
|
5179
5194
|
}
|
|
5180
5195
|
|
|
5181
5196
|
function deserializeOptionCatchParameter(pos) {
|
|
5182
|
-
if (uint8[pos +
|
|
5197
|
+
if (uint8[pos + 8] === 4) return null;
|
|
5183
5198
|
return deserializeCatchParameter(pos);
|
|
5184
5199
|
}
|
|
5185
5200
|
|
|
5186
|
-
function deserializeBoxTSTypeAnnotation(pos) {
|
|
5187
|
-
return deserializeTSTypeAnnotation(uint32[pos >> 2]);
|
|
5188
|
-
}
|
|
5189
|
-
|
|
5190
|
-
function deserializeOptionBoxTSTypeAnnotation(pos) {
|
|
5191
|
-
if (uint32[pos >> 2] === 0 && uint32[(pos + 4) >> 2] === 0) return null;
|
|
5192
|
-
return deserializeBoxTSTypeAnnotation(pos);
|
|
5193
|
-
}
|
|
5194
|
-
|
|
5195
5201
|
function deserializeBoxBindingIdentifier(pos) {
|
|
5196
5202
|
return deserializeBindingIdentifier(uint32[pos >> 2]);
|
|
5197
5203
|
}
|
|
@@ -5212,10 +5218,10 @@ function deserializeVecBindingProperty(pos) {
|
|
|
5212
5218
|
let arr = [],
|
|
5213
5219
|
pos32 = pos >> 2;
|
|
5214
5220
|
pos = uint32[pos32];
|
|
5215
|
-
let endPos = pos + uint32[pos32 + 2] *
|
|
5221
|
+
let endPos = pos + uint32[pos32 + 2] * 48;
|
|
5216
5222
|
for (; pos !== endPos; ) {
|
|
5217
5223
|
arr.push(deserializeBindingProperty(pos));
|
|
5218
|
-
pos +=
|
|
5224
|
+
pos += 48;
|
|
5219
5225
|
}
|
|
5220
5226
|
return arr;
|
|
5221
5227
|
}
|
|
@@ -5230,7 +5236,7 @@ function deserializeOptionBoxBindingRestElement(pos) {
|
|
|
5230
5236
|
}
|
|
5231
5237
|
|
|
5232
5238
|
function deserializeOptionBindingPattern(pos) {
|
|
5233
|
-
if (uint8[pos
|
|
5239
|
+
if (uint8[pos] === 4) return null;
|
|
5234
5240
|
return deserializeBindingPattern(pos);
|
|
5235
5241
|
}
|
|
5236
5242
|
|
|
@@ -5238,10 +5244,10 @@ function deserializeVecOptionBindingPattern(pos) {
|
|
|
5238
5244
|
let arr = [],
|
|
5239
5245
|
pos32 = pos >> 2;
|
|
5240
5246
|
pos = uint32[pos32];
|
|
5241
|
-
let endPos = pos + uint32[pos32 + 2] *
|
|
5247
|
+
let endPos = pos + uint32[pos32 + 2] * 16;
|
|
5242
5248
|
for (; pos !== endPos; ) {
|
|
5243
5249
|
arr.push(deserializeOptionBindingPattern(pos));
|
|
5244
|
-
pos +=
|
|
5250
|
+
pos += 16;
|
|
5245
5251
|
}
|
|
5246
5252
|
return arr;
|
|
5247
5253
|
}
|
|
@@ -5306,6 +5312,15 @@ function deserializeVecDecorator(pos) {
|
|
|
5306
5312
|
return arr;
|
|
5307
5313
|
}
|
|
5308
5314
|
|
|
5315
|
+
function deserializeBoxExpression(pos) {
|
|
5316
|
+
return deserializeExpression(uint32[pos >> 2]);
|
|
5317
|
+
}
|
|
5318
|
+
|
|
5319
|
+
function deserializeOptionBoxExpression(pos) {
|
|
5320
|
+
if (uint32[pos >> 2] === 0 && uint32[(pos + 4) >> 2] === 0) return null;
|
|
5321
|
+
return deserializeBoxExpression(pos);
|
|
5322
|
+
}
|
|
5323
|
+
|
|
5309
5324
|
function deserializeBoxClassBody(pos) {
|
|
5310
5325
|
return deserializeClassBody(uint32[pos >> 2]);
|
|
5311
5326
|
}
|