François Wouts
François Wouts
No, it's put into a `targetLabel` variable that is only used for error reporting when compiling, e.g. the following in `js_library/create_full_src.js`: ```js // Copy source code. for (const src of...
Nice find. Let's use another separator?
What do you mean by a "param file"? Either way, the JsContext provider seems like a good idea! It sounds like it would be useful on its own as a...
Same issue here.
Now that TypeScript 3.0 [introduced project references](https://www.typescriptlang.org/docs/handbook/project-references.html), it looks like we just need to wait for `ts-loader` to support project references and we'll then be able to use that? See...
Hi @IgnusG, thanks for the bug report! I'll see if that can be fixed, but better yet I'll try to make it work with WSL's version of Node automatically in...
Hey @IgnusG, this should now be fixed in v1.12.0, which will automatically fall back to Node running inside WSL if it can't find it on Windows. Would you be able...
Closing as this should be fixed, feel free to reopen if you have any issues :)
> And when I open that file it just says this 😅 Hah. These are some great logs. Thanks, I'll try to fix that so we can see what's happening...
Thank you for the bug report! Would you be able to attach the content of `.vscode/extensions/zenclabs.previewjs-1.11.0/dist/server-err.log` as well?