oxc-parser 0.55.0 → 0.56.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 CHANGED
@@ -8,7 +8,7 @@ The returned JavaScript AST follows the [ESTree](https://github.com/estree/estre
8
8
 
9
9
  It is fully aligned with Acorn's AST, and any deviation would be considered a bug.
10
10
 
11
- The returned TypeScript AST will conform to (`@typescript-eslint/typescript-estree`)[https://www.npmjs.com/package/@typescript-eslint/typescript-estree] in the near future.
11
+ The returned TypeScript AST will conform to [@typescript-eslint/typescript-estree](https://www.npmjs.com/package/@typescript-eslint/typescript-estree) in the near future.
12
12
 
13
13
  ### AST Types
14
14
 
package/bindings.js CHANGED
@@ -379,4 +379,5 @@ module.exports.ImportNameKind = nativeBinding.ImportNameKind
379
379
  module.exports.parseAsync = nativeBinding.parseAsync
380
380
  module.exports.parseSync = nativeBinding.parseSync
381
381
  module.exports.parseSyncRaw = nativeBinding.parseSyncRaw
382
+ module.exports.rawTransferSupported = nativeBinding.rawTransferSupported
382
383
  module.exports.Severity = nativeBinding.Severity
package/browser.js ADDED
@@ -0,0 +1 @@
1
+ export * from '@oxc-parser/binding-wasm32-wasi'