@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.
- package/dist/cli.mjs +6 -9
- package/dist/config.d.mts +1 -1
- package/dist/config.mjs +2 -7
- package/dist/{constructors-DsfxKD6A.js → constructors-LtcP0f-6.js} +1 -1
- package/dist/{error-BeZaDkS8.js → error-nyELQq9T.js} +1 -1
- package/dist/experimental-index.browser.mjs +5 -5
- package/dist/experimental-index.d.mts +1 -1
- package/dist/experimental-index.mjs +5 -5
- package/dist/filter-index.d.mts +1 -1
- package/dist/index.browser.mjs +3 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +3 -7
- package/dist/{normalize-string-or-regex-TtAGUp42.js → normalize-string-or-regex-Db8ibFkp.js} +19 -11
- package/dist/parallel-plugin-worker.mjs +1 -4
- package/dist/parallel-plugin.d.mts +1 -1
- package/dist/parse-ast-index.d.mts +1 -1
- package/dist/parse-ast-index.mjs +1 -1
- package/dist/plugins-index.browser.mjs +2 -2
- package/dist/plugins-index.mjs +2 -2
- package/dist/{resolve-tsconfig-DThkUPSZ.js → resolve-tsconfig-CkWJwi9L.js} +1 -1
- package/dist/rolldown-binding.wasm32-wasi.wasm +0 -0
- package/dist/{rolldown-build-Chx5S-TB.js → rolldown-build-BPQtF2AA.js} +30 -6
- package/dist/shared/{bindingify-input-options-Czbczr8Z.mjs → bindingify-input-options-CSSx7s5e.mjs} +25 -3
- package/dist/shared/{constructors-CemeNi29.mjs → constructors-BGLoUvKR.mjs} +1 -1
- package/dist/shared/{define-config-i6TWE2hm.d.mts → define-config-Cr6054d_.d.mts} +17 -3
- package/dist/shared/{load-config-CxvL5JxT.mjs → load-config-CXtSVabV.mjs} +1 -1
- package/dist/shared/{normalize-string-or-regex-CF3Uz6aU.mjs → normalize-string-or-regex-D0o84ejN.mjs} +19 -11
- package/dist/shared/{parse-CRhjbrcT.mjs → parse-B_jvq8dU.mjs} +1 -1
- package/dist/shared/{rolldown-C3wFxOwq.mjs → rolldown-D-bh1N9N.mjs} +1 -1
- package/dist/shared/{rolldown-build-ChZOz6BP.mjs → rolldown-build-Bysdmf-9.mjs} +6 -4
- package/dist/shared/{types-Cx3HYorz.d.mts → types-K2r0mx6Y.d.mts} +7 -7
- package/dist/shared/{watch-C1jC1oFT.mjs → watch-V9eI6ua1.mjs} +2 -2
- package/dist/utils-index.browser.mjs +5 -5
- package/dist/utils-index.d.mts +1302 -3
- package/dist/utils-index.mjs +4 -5
- package/package.json +1 -1
package/dist/utils-index.mjs
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import "./shared/
|
|
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.
|
|
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.
|
|
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.
|
|
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 = [];
|