Skip to content

Commit a66e813

Browse files
authored
docs: add swc to the tool list that supports directive (#4)
1 parent adeb6d0 commit a66e813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

no-side-effects-notation-compatibility.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ The following table lists the compatibility of the [`#__NO_SIDE_EFFECTS__` notat
66
| ---- | ----------------- | ------------- |
77
| [Rollup](https://rollupjs.org/) | https://rollupjs.org/configuration-options/#no-side-effects, https://github.com/rollup/rollup/pull/5024 |
88
| [esbuild](https://esbuild.github.io/) | https://github.com/evanw/esbuild/issues/3149 | [esbuild only preserves the notation but does not have tree-shaking effect](https://github.com/evanw/esbuild/issues/3149#issuecomment-1584954956) |
9+
| [swc](https://swc.rs/) | https://github.com/swc-project/swc/pull/7532 | |
910

0 commit comments

Comments
 (0)