@nubjs/nub-win32-arm64 0.0.13 → 0.0.15

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.
Files changed (64) hide show
  1. package/bin/nub.exe +0 -0
  2. package/package.json +1 -1
  3. package/runtime/addons/nub-native.node +0 -0
  4. package/runtime/polyfills.cjs +178 -0
  5. package/runtime/preload-async-hooks.mjs +5 -6
  6. package/runtime/preload-common.cjs +548 -0
  7. package/runtime/preload.cjs +277 -0
  8. package/runtime/preload.mjs +22 -11
  9. package/runtime/transform-core.mjs +98 -199
  10. package/runtime/version.mjs +1 -1
  11. package/runtime/worker-polyfill.mjs +15 -2
  12. package/runtime/node_modules/@oxc-parser/binding-win32-arm64-msvc/README.md +0 -3
  13. package/runtime/node_modules/@oxc-parser/binding-win32-arm64-msvc/package.json +0 -39
  14. package/runtime/node_modules/@oxc-parser/binding-win32-arm64-msvc/parser.win32-arm64-msvc.node +0 -0
  15. package/runtime/node_modules/@oxc-parser/binding-win32-x64-msvc/README.md +0 -3
  16. package/runtime/node_modules/@oxc-parser/binding-win32-x64-msvc/package.json +0 -39
  17. package/runtime/node_modules/@oxc-parser/binding-win32-x64-msvc/parser.win32-x64-msvc.node +0 -0
  18. package/runtime/node_modules/@oxc-project/types/LICENSE +0 -22
  19. package/runtime/node_modules/@oxc-project/types/README.md +0 -3
  20. package/runtime/node_modules/@oxc-project/types/package.json +0 -26
  21. package/runtime/node_modules/@oxc-project/types/types.d.ts +0 -1912
  22. package/runtime/node_modules/@oxc-transform/binding-win32-arm64-msvc/README.md +0 -3
  23. package/runtime/node_modules/@oxc-transform/binding-win32-arm64-msvc/package.json +0 -41
  24. package/runtime/node_modules/@oxc-transform/binding-win32-arm64-msvc/transform.win32-arm64-msvc.node +0 -0
  25. package/runtime/node_modules/@oxc-transform/binding-win32-x64-msvc/README.md +0 -3
  26. package/runtime/node_modules/@oxc-transform/binding-win32-x64-msvc/package.json +0 -41
  27. package/runtime/node_modules/@oxc-transform/binding-win32-x64-msvc/transform.win32-x64-msvc.node +0 -0
  28. package/runtime/node_modules/oxc-parser/LICENSE +0 -22
  29. package/runtime/node_modules/oxc-parser/README.md +0 -167
  30. package/runtime/node_modules/oxc-parser/package.json +0 -153
  31. package/runtime/node_modules/oxc-parser/src-js/bindings.js +0 -601
  32. package/runtime/node_modules/oxc-parser/src-js/generated/constants.js +0 -105
  33. package/runtime/node_modules/oxc-parser/src-js/generated/deserialize/js.js +0 -5862
  34. package/runtime/node_modules/oxc-parser/src-js/generated/deserialize/js_range.js +0 -6403
  35. package/runtime/node_modules/oxc-parser/src-js/generated/deserialize/ts.js +0 -6154
  36. package/runtime/node_modules/oxc-parser/src-js/generated/deserialize/ts_range.js +0 -6723
  37. package/runtime/node_modules/oxc-parser/src-js/generated/lazy/constructors.js +0 -13875
  38. package/runtime/node_modules/oxc-parser/src-js/generated/lazy/type_ids.js +0 -191
  39. package/runtime/node_modules/oxc-parser/src-js/generated/lazy/walk.js +0 -5810
  40. package/runtime/node_modules/oxc-parser/src-js/generated/visit/keys.js +0 -220
  41. package/runtime/node_modules/oxc-parser/src-js/generated/visit/type_ids.js +0 -177
  42. package/runtime/node_modules/oxc-parser/src-js/generated/visit/visitor.d.ts +0 -387
  43. package/runtime/node_modules/oxc-parser/src-js/generated/visit/walk.js +0 -2455
  44. package/runtime/node_modules/oxc-parser/src-js/index.d.ts +0 -312
  45. package/runtime/node_modules/oxc-parser/src-js/index.js +0 -108
  46. package/runtime/node_modules/oxc-parser/src-js/raw-transfer/common.js +0 -301
  47. package/runtime/node_modules/oxc-parser/src-js/raw-transfer/eager.js +0 -255
  48. package/runtime/node_modules/oxc-parser/src-js/raw-transfer/lazy-common.js +0 -11
  49. package/runtime/node_modules/oxc-parser/src-js/raw-transfer/lazy.js +0 -162
  50. package/runtime/node_modules/oxc-parser/src-js/raw-transfer/node-array.js +0 -365
  51. package/runtime/node_modules/oxc-parser/src-js/raw-transfer/supported.js +0 -52
  52. package/runtime/node_modules/oxc-parser/src-js/raw-transfer/visitor.js +0 -127
  53. package/runtime/node_modules/oxc-parser/src-js/visit/index.js +0 -41
  54. package/runtime/node_modules/oxc-parser/src-js/visit/visitor.js +0 -405
  55. package/runtime/node_modules/oxc-parser/src-js/wasm.js +0 -13
  56. package/runtime/node_modules/oxc-parser/src-js/webcontainer-fallback.cjs +0 -21
  57. package/runtime/node_modules/oxc-parser/src-js/wrap.js +0 -57
  58. package/runtime/node_modules/oxc-transform/LICENSE +0 -22
  59. package/runtime/node_modules/oxc-transform/README.md +0 -84
  60. package/runtime/node_modules/oxc-transform/browser.js +0 -1
  61. package/runtime/node_modules/oxc-transform/index.d.ts +0 -658
  62. package/runtime/node_modules/oxc-transform/index.js +0 -598
  63. package/runtime/node_modules/oxc-transform/package.json +0 -114
  64. package/runtime/node_modules/oxc-transform/webcontainer-fallback.cjs +0 -21

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.