Soon

Results 81 issues of Soon

### Describe the feature at present, swc transforms enum without `/*#__PURE__*/`, which causes enums cannot be deleted during treeshaking and minimizing [playground](https://play.swc.rs/?version=1.7.7-nightly-20240806.4&code=H4sIAAAAAAAAA0vNK81VcFSo5lIAkrYKhjpAhhOQYcRVy8WVCpJ0wiVZUZBfVKJQreCoAxSs5QIAUDwtskoAAAA%3D&config=H4sIAAAAAAAAA2VQyw6CQAy8%2BxWkZ6968Au88BHNUsyafaUtCUj4dxdkEfSyaWe605mOp6qCpxi4VWMuc5OQhXjrMyJDUOwzAjokEsM2KZwLqzJTLTqhBZo%2BDCjyg3T%2BRXKBAjIGaSP7vX5DJjJq5JoUG1TMpHJH54Me9Uoc0N3JJWI5zICLUegIeRtsO%2Bz3mOgTk0ixu0XwGB6O%2FlMsD%2FjYdAu7Hmg%2BwifWtcQSZWu0js2PB4evYUW%2BcsXX5gGs1GXHMjq9Aa5deyGWAQAA) ```ts // before enum A { A =...

enhancement

I encountered this problem during the migration to Rust 1.80.0 https://github.com/web-infra-dev/rspack/actions/runs/10162036145/job/28101877658?pr=7349 I don't know what caused it and whether it came from napi or llvm, so I opened the issue...

## Summary https://github.com/web-infra-dev/rspack/pull/7757 ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).

### What problem does this feature solve? At present, the document of Rspack or Rsbuild website is in md format, which makes us unable to browse normally in the Rss...

👏 PR welcome
💡 feature

### Version ```sh System: win Browsers: chrome 117 npmPackages: 1.29.1 ``` ### Details The scope of the browser under the default development is https://github.com/web-infra-dev/rspress/blob/c3ffca1705bd34f3bb9b3c6873b605f467ab5dad/packages/core/src/node/initRsbuild.ts#L88-L94 so we can only develop under...

🐞 bug

### Version ```sh rspress 1.28.3 ``` ### Details In html, ">" will be optimized to "\>", resulting in ssg style errors. ### Reproduce link in Reproduce Steps ### Reproduce Steps...

🐞 bug
👏 PR welcome

### What problem does this feature solve? table of jsdoc like https://github.com/jsdoc2md/jsdoc-to-markdown ### What does the proposed API look like? another parseTool like https://github.com/web-infra-dev/rspress/issues/1290

👏 PR welcome
💡 feature

# Summary ## Related Links https://github.com/web-infra-dev/rsbuild/pull/3536 ## without `extensionAlias` ### rspack ### webpack ## with `extensionAlias` ```ts resolve: { extensionAlias: { '.js': ['.ts', '.tsx'], }, }, ``` ### rspack ###...

> we should remember to add banner and footer tests about bundleless css. Currently, we do not support `banner.css` `this.emitFile` in loader is not handled by `rspack.BannerPlugin` the files are...

### Version ```sh rslib 0.0.8 ``` ### Details ``` . ├── src │ ├── button │ │ └── index.tsx │ └── index.ts └── tsconfig.json ``` #### input ```ts // index.ts...

🐞 bug