@rolldown/browser 1.0.0-rc.10 → 1.0.0-rc.11

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 (36) hide show
  1. package/dist/cli.mjs +6 -9
  2. package/dist/config.d.mts +1 -1
  3. package/dist/config.mjs +2 -7
  4. package/dist/{constructors-DsfxKD6A.js → constructors-LtcP0f-6.js} +1 -1
  5. package/dist/{error-BeZaDkS8.js → error-nyELQq9T.js} +1 -1
  6. package/dist/experimental-index.browser.mjs +5 -5
  7. package/dist/experimental-index.d.mts +1 -1
  8. package/dist/experimental-index.mjs +5 -5
  9. package/dist/filter-index.d.mts +1 -1
  10. package/dist/index.browser.mjs +3 -3
  11. package/dist/index.d.mts +1 -1
  12. package/dist/index.mjs +3 -7
  13. package/dist/{normalize-string-or-regex-TtAGUp42.js → normalize-string-or-regex-Db8ibFkp.js} +19 -11
  14. package/dist/parallel-plugin-worker.mjs +1 -4
  15. package/dist/parallel-plugin.d.mts +1 -1
  16. package/dist/parse-ast-index.d.mts +1 -1
  17. package/dist/parse-ast-index.mjs +1 -1
  18. package/dist/plugins-index.browser.mjs +2 -2
  19. package/dist/plugins-index.mjs +2 -2
  20. package/dist/{resolve-tsconfig-DThkUPSZ.js → resolve-tsconfig-CkWJwi9L.js} +1 -1
  21. package/dist/rolldown-binding.wasm32-wasi.wasm +0 -0
  22. package/dist/{rolldown-build-Chx5S-TB.js → rolldown-build-BPQtF2AA.js} +30 -6
  23. package/dist/shared/{bindingify-input-options-Czbczr8Z.mjs → bindingify-input-options-CSSx7s5e.mjs} +25 -3
  24. package/dist/shared/{constructors-CemeNi29.mjs → constructors-BGLoUvKR.mjs} +1 -1
  25. package/dist/shared/{define-config-i6TWE2hm.d.mts → define-config-Cr6054d_.d.mts} +17 -3
  26. package/dist/shared/{load-config-CxvL5JxT.mjs → load-config-CXtSVabV.mjs} +1 -1
  27. package/dist/shared/{normalize-string-or-regex-CF3Uz6aU.mjs → normalize-string-or-regex-D0o84ejN.mjs} +19 -11
  28. package/dist/shared/{parse-CRhjbrcT.mjs → parse-B_jvq8dU.mjs} +1 -1
  29. package/dist/shared/{rolldown-C3wFxOwq.mjs → rolldown-D-bh1N9N.mjs} +1 -1
  30. package/dist/shared/{rolldown-build-ChZOz6BP.mjs → rolldown-build-Bysdmf-9.mjs} +6 -4
  31. package/dist/shared/{types-Cx3HYorz.d.mts → types-K2r0mx6Y.d.mts} +7 -7
  32. package/dist/shared/{watch-C1jC1oFT.mjs → watch-V9eI6ua1.mjs} +2 -2
  33. package/dist/utils-index.browser.mjs +5 -5
  34. package/dist/utils-index.d.mts +1302 -3
  35. package/dist/utils-index.mjs +4 -5
  36. package/package.json +1 -1
@@ -1,7 +1,6 @@
1
- import "./shared/error-CQ6njWsV.mjs";
2
- import { n as parseSync, t as parse } from "./shared/parse-CRhjbrcT.mjs";
1
+ import { n as parseSync, t as parse } from "./shared/parse-B_jvq8dU.mjs";
3
2
  import { a as minify, i as transformSync, o as minifySync, r as transform, t as TsconfigCache } from "./shared/resolve-tsconfig-Cwoo4h_o.mjs";
4
- //#region ../../node_modules/.pnpm/oxc-parser@0.120.0/node_modules/oxc-parser/src-js/generated/visit/walk.js
3
+ //#region ../../node_modules/.pnpm/oxc-parser@0.121.0/node_modules/oxc-parser/src-js/generated/visit/walk.js
5
4
  function walkNode(node, visitors) {
6
5
  if (node == null) return;
7
6
  if (Array.isArray(node)) {
@@ -2011,7 +2010,7 @@ function walkTSUnionType(node, visitors) {
2011
2010
  exit !== null && exit(node);
2012
2011
  }
2013
2012
  //#endregion
2014
- //#region ../../node_modules/.pnpm/oxc-parser@0.120.0/node_modules/oxc-parser/src-js/generated/visit/type_ids.js
2013
+ //#region ../../node_modules/.pnpm/oxc-parser@0.121.0/node_modules/oxc-parser/src-js/generated/visit/type_ids.js
2015
2014
  /** Mapping from node type name to node type ID */
2016
2015
  const NODE_TYPE_IDS_MAP = new Map([
2017
2016
  ["DebuggerStatement", 0],
@@ -2181,7 +2180,7 @@ const NODE_TYPE_IDS_MAP = new Map([
2181
2180
  ["TSUnionType", 164]
2182
2181
  ]);
2183
2182
  //#endregion
2184
- //#region ../../node_modules/.pnpm/oxc-parser@0.120.0/node_modules/oxc-parser/src-js/visit/visitor.js
2183
+ //#region ../../node_modules/.pnpm/oxc-parser@0.121.0/node_modules/oxc-parser/src-js/visit/visitor.js
2185
2184
  let compiledVisitor;
2186
2185
  function createCompiledVisitor() {
2187
2186
  compiledVisitor = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolldown/browser",
3
- "version": "1.0.0-rc.10",
3
+ "version": "1.0.0-rc.11",
4
4
  "description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
5
5
  "keywords": [
6
6
  "bundler",