-
I'm using swc/node in ts-node to strip typings from my nodejs codebase using their `ts-node/esm` loader.
To keep `tsc` happy while also following the esm spec to keep the extension of all my imports,…
-
```
python3.2 swc-installation-test-2.py
check command line shell (virtual-shell)... pass
check text/code editor (virtual-editor)... pass
check web browser (virtual-browser)... pass
check Git (git).…
-
See the following reproduction: https://codesandbox.io/s/esbuild-register-js-module-not-found-reproduction-gyogmj
run `yarn start`
I am pretty sure this should be allowed.
-
### Intro
Since the previous [discussion](https://github.com/nodejs/loaders/issues/208) was successful in gathering feedback from the community, and I believe there is some consensus that [this fea…
-
### What would you like?
Recently, SWC has garnered substantial attention within the development community, and it has been making [remarkable](https://twitter.com/matthewbrookson/status/168124524750…
-
We added more complexity to our bundling in: https://github.com/ash-bergs/pantry-pal/pull/33
A dev and prod webpack config were added, allowing us to skip the service worker for local environments, b…
-
Hello Moritz,
I feel stupid, because I'm trying to compile and run the demos, but I must have some stupid problem because nothing loads (grey background and 100% cpu of flash player).
I am working on …
-
To be compatible with `sinon.stub(obj, "method")`, else this code must be changed to `sinon.stub(obj, "method").get(sinon.stub())`
-
### Current Behavior
During serve of my website my build fails. In webpack.config.ts I am loading a ts file using require. I have an import at the top of that ts file. I get the following error Canno…
-
Issue to track the work needed to unflag `--experimental-strip-types`, blockers and other considerations.
@nodejs/typescript
- [ ] What steps a developer should take to publish that code on npm…