-
I want to use node-jsonc-parser in a vscode extension and, per [the guidance](https://code.visualstudio.com/api/working-with-extensions/bundling-extension), I am using esbuild as the bundler. Unfortun…
-
### Reproduction link or steps
Install msys2
install nodejs with pacman to either ucrt64 or mingw64 repos on windows on intel x86.
run `npm install rolldown`
run `npx rolldown`
### What is expect…
-
Because the SDK's build phase is really simple and straightforward, maybe we can drop Webpack and switch to [`esbuild`](https://esbuild.github.io/)
-
- [x] yarn -> pnpm (netlify pnpm setup ? node upgrade?)
- [x] webpack(gem-book) -> rspack
- [ ] eslint/prettier -> biome
- [ ] vite(gem,examples(vite prod transform bug?),devtools) -> rslib/rebuild…
-
### Describe the bug
间接依赖中使用了高版本axios,用到async generator语法,开启minify后 esbuild无法transform
### Expected behavior
正常编译
### Actual behavior
```text
ERR! WEBPACK HookWebpackError: Transform failed with…
-
https://esbuild.github.io/try/#dAAwLjI0LjAALS1mb3JtYXQ9ZXNtIC0tbGVnYWwtY29tbWVudHM9aW5saW5lIC0tdHJlZS1zaGFraW5nPXRydWUALy8gQGxpY2Vuc2UKaW1wb3J0IHsgdGVzdCB9IGZyb20gIi9zdGF0aWMvdGVzdC5qcyIKCnRlc3QoKTs…
-
`cd tests
` npm run test:esm`
works for esbuild-register but doesn't for esrun
-
### Describe the feature
Add an option in the Smithy handler trait to define a custom folder path for the generated handers.
### Use Case
Current settings generate all handlers inside the `src` and…
-
### 🚀 Feature Proposal
At the moment, in https://github.com/thymikee/jest-preset-angular/blob/main/src/ng-jest-transformer.ts, esbuild won't be able to process any typescript file since the loader is…
-
https://angular.dev/tools/cli/esbuild#esm-default-imports-vs-namespace-imports
My npm versions:
"@angular/core": "17.1.2",
"@angular-devkit/build-angular": "17.1.2",
"angular-highcharts": "17.0.…