Reproduction link or steps
REPL
What is expected?
The output to be
//#endregion
//#region index.js
console.log({ "default": { "value": 1 } }.default.value);
//#endregion
like esbuild (esbuild try).
What is actually happening?
The output is:
//#endregion
//#region index.js
console.log({ "default": { "value": 1 } }.value);
//#endregion
System Info
Any additional comments?
Originally reported at vitejs/vite#22530
Reproduction link or steps
REPL
What is expected?
The output to be
like esbuild (esbuild try).
What is actually happening?
The output is:
System Info
Any additional comments?
Originally reported at vitejs/vite#22530