Jos de Jong
Jos de Jong
Thanks for yoru clear explanation Eric, I understand it now. I was missing the part of __quantity__ not being __base quantity__. I understand now that this is essential to define...
The docs are very clear, and the new name `autoAddToSystem` is much more self-explanatory :+1: . Makes sense to me.
I have exactly the same issue. The sourcemap `FileDrop.js.map` contains a reference to a source file that is not in the npm package: ```json "sources":["../src/FileDrop.tsx"] ```
I had the same issue in an other project of mine where I use rollup to generate a bundle. To solve the issue there I had to set `sourceMap` and...
Thanks for working out this PR, I hope this issue will be resolved soon, and this approach of naming the files `.mjs` sounds like the proper solution. Maybe a bit...
> It's not Vite that has a problem with the names, but Node.js. If you use a bundler, you can bundle the files into a proper package. Vite does not...
That is awesome news Rob, thanks! 🎉
Thanks. Yes WASM could be interesting > So think twice before you uglify your TS code with all kinds of type annotations that AS requires and then it still doesn't...
Can you provide a minimal example demonstrating the issue?
The contents of the scope is taken as a value, not as an expression. I think you can evaluate your variables first too if they contain an expression?