mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
2fedf32747
swc_bundler: - Splitted from spack swc_ecma_parser: - Fix unexpected eof problem which occurs if log level is trace swc_ecma_transforms: - Fix bugs of dce pass spack: - Support cyclic dependencies
23 lines
230 B
Plaintext
23 lines
230 B
Plaintext
target/
|
|
native/index.node
|
|
native/artifacts.json
|
|
**/*~
|
|
**/node_modules
|
|
**/.DS_Store
|
|
|
|
pkg/
|
|
|
|
yarn.lock
|
|
package-lock.json
|
|
*.log
|
|
.idea/
|
|
|
|
wasm/
|
|
|
|
# Reduce package size
|
|
**/tests.rs
|
|
**/tests/
|
|
**/benches/
|
|
**/target/
|
|
*.svg
|
|
integration-tests/ |