withastro / compiler

The Astro compiler. Written in Go. Distributed as WASM.
Other
502 stars 59 forks source link

🐛 BUG: #1030

Closed BardoXX closed 3 months ago

BardoXX commented 4 months ago

What version of @astrojs/compiler are you using?

newest ?

What package manager are you using?

npm

What operating system are you using?

windows

Describe the Bug

TypeError: Cannot read properties of undefined (reading 'exports') at syscall/js.valueNew (file:///C:/Users/bartb/Desktop/andere%20website/node_modules/@astrojs/compiler/dist/chunk-W5DTLHV4.js:1:4526) at wasm://wasm/01389c52:wasm-function[1568]:0x168de0 at wasm://wasm/01389c52:wasm-function[1567]:0x168b0c at wasm://wasm/01389c52:wasm-function[2533]:0x356687 at wasm://wasm/01389c52:wasm-function[1163]:0xfaa3d at wasm://wasm/01389c52:wasm-function[1169]:0xfab0c at d._resume (file:///C:/Users/bartb/Desktop/andere%20website/node_modules/@astrojs/compiler/dist/chunk-W5DTLHV4.js:1:6412) at Object.transform (file:///C:/Users/bartb/Desktop/andere%20website/node_modules/@astrojs/compiler/dist/chunk-W5DTLHV4.js:1:6575) at file:///C:/Users/bartb/Desktop/andere%20website/node_modules/@astrojs/compiler/dist/node/index.js:1:830 at new Promise ()

Link to Minimal Reproducible Example

https://astro.new

github-actions[bot] commented 4 months ago

Hello @BardoXX. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with needs repro will be closed if they have no activity within 3 days.