Alex Yang

Results 510 comments of Alex Yang

Top level await could cause it error ```shell Module format "cjs" does not support top-level await. Use the "es" or "system" output formats rather. file: /Users/himself65/Code/evw/examples/evw-electron-demo/src/preload.ts ```

> Hi, I'm trying to achieve the same thing. Did you find a good way to do it? Can you share your approach? > > Thanks 🙏 Nope, i dont...

yes, in waku we build on top of vite, and we have a file import , when user not provided we will make a fake one. So in this case...

im not sure the best practice here, entries file is possible to be virtual or real file. I feel the logic is broken after we add `virtual:` as prefix

> @himself65 just checking, is this a breaking change for people that already have saved data? I think so, let me add backforward compability for now

yes but we are not actually taking this seriously for now. It's okay but evetuanlly I will enable it

Any workaround for now? How to make a class transferable in nodejs now?