oxc-parser 0.55.0 → 0.56.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/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