@rolldown/browser 1.0.0-beta.36 → 1.0.0-beta.38
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.d.mts +1 -1
- package/dist/cli.mjs +127 -1304
- package/dist/config.d.mts +2 -2
- package/dist/config.mjs +3 -3
- package/dist/experimental-index.browser.mjs +541 -13
- package/dist/experimental-index.d.mts +50 -5
- package/dist/experimental-index.mjs +100 -14
- package/dist/filter-index.d.mts +2 -2
- package/dist/index.browser.mjs +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.mjs +2 -2
- package/dist/parallel-plugin-worker.d.mts +1 -1
- package/dist/parallel-plugin-worker.mjs +3 -3
- package/dist/parallel-plugin.d.mts +2 -2
- package/dist/parse-ast-index.d.mts +1 -1
- package/dist/parse-ast-index.mjs +1 -1
- package/dist/rolldown-binding.wasi-browser.js +1 -0
- package/dist/rolldown-binding.wasi.cjs +1 -0
- package/dist/rolldown-binding.wasm32-wasi.wasm +0 -0
- package/dist/shared/{binding-wK0CRIMb.d.mts → binding-D6vpD1fz.d.mts} +9 -24
- package/dist/shared/{define-config-BcNhk996.d.mts → define-config-D-OneP9q.d.mts} +11 -9
- package/dist/shared/{load-config-M8Gvqt1X.mjs → load-config-BGatf3rT.mjs} +2 -2
- package/dist/shared/logger-CiCY7ucm.mjs +988 -0
- package/dist/shared/{parse-ast-index-C3TkGcEQ.mjs → parse-ast-index-CR2E9ZQS.mjs} +2 -2
- package/dist/shared/{src-Dc4fRARy.mjs → src-E1KQKxjT.mjs} +441 -633
- package/dist/{src-Cl6h35QH.js → src-DE1CLQYz.js} +163 -234
- package/package.json +5 -6
- /package/dist/shared/{prompt-DuG2i9ud.mjs → prompt-D2FxOcB5.mjs} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { parseAsync, parseSync } from "../rolldown-binding.wasi.
|
|
1
|
+
import { parseAsync, parseSync } from "../rolldown-binding.wasi-browser.js";
|
|
2
2
|
|
|
3
3
|
//#region src/utils/code-frame.ts
|
|
4
4
|
function spaces(index) {
|
|
@@ -186,7 +186,7 @@ function augmentCodeLocation(properties, pos, source, id) {
|
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
//#endregion
|
|
189
|
-
//#region ../../node_modules/.pnpm/oxc-parser@0.
|
|
189
|
+
//#region ../../node_modules/.pnpm/oxc-parser@0.89.0/node_modules/oxc-parser/wrap.mjs
|
|
190
190
|
function wrap$1(result) {
|
|
191
191
|
let program, module, comments, errors;
|
|
192
192
|
return {
|