Alex

Results 21 comments of Alex

Seconding this. We can’t use it without a license.

`jsx-dom` strikes to emulate React’s API and behavior as much as possible, that’s why `key` is stripped away.

If you run `npx electron-builder`, `electron-builder` will mistakenly use `npx` as a package manager and try to use it to install dependencies.

You can reproduce it even with `filename` set on Node.js. Please see [this example](https://repl.it/repls/OutlyingVirtualWorkplace).

This error is also not suppressible through `@ts-expect-error`. It will just complain `Unused '@ts-expect-error' directive.`

Yes, esbuild [does support](https://github.com/evanw/esbuild/pull/2349) `jsxImportSource`.

@DojoEnglish No, do you have a use case for this?

I spent some time debugging this and found out the culprit is `vscode-chokidar`. I replaced it with the regular `chokidar`, rebuilt the extension and my CPU usage went back to...

@ShockwaveNN Do you have an ETA for this bug?