Frank Weindel

Results 11 comments of Frank Weindel

I've found a fairly simple way of pull in Snap with webpack using [legacy-loader](https://github.com/peerigon/legacy-loader). Unfortunately Snap uses eval() in certain places (transform() is one area I know for sure) and...

@DmitryBaranovskiy I think this may have been a webpack issue since I can't reproduce it anymore and we were using `dev-tool: eval` before. Apologies.

I retract my original comment as `legacy-loader` has some major issues in Firefox.

Sorry I didn't respond earlier. That would be great Jeremy.

> I would also love this feature to be added, but I don't see why it should be limited to abstract members? As long as the super class is abstract,...

Absolutely agree with this. I was surprised there's no way to do this as it is. I'm also trying to keep to one `tsconfig.json` file and being allowed to specify...

Is anyone aware of any workaround that can be used to fix this at the moment? Something like this works if all JS import references have an equivalent TS file....

Thank you @suguanYang! I was just reading the [TypeScript 5.0 beta announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/#moduleresolution-bundler) and there's yet a new `moduleResolution` option coming soon named "bundler" which looks like would be an even...

I'm having this problem as well using electron-forge 6.1.1 with MacOS 12.2.1. I tried using the original VSCode launch config from the [Electron Forge Docs](https://www.electronforge.io/advanced/debugging#debugging-with-vs-code): ```json { "type": "node", "request":...