mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
61 lines
620 B
Plaintext
61 lines
620 B
Plaintext
target/
|
|
native/index.node
|
|
native/artifacts.json
|
|
**/*~
|
|
**/node_modules
|
|
**/.DS_Store
|
|
artifacts/
|
|
|
|
pkg/
|
|
|
|
yarn.lock
|
|
package-lock.json
|
|
*.log
|
|
.idea/
|
|
|
|
wasm/
|
|
|
|
# Reduce package size
|
|
**/tests.rs
|
|
**/tests/
|
|
**/benches/
|
|
**/target/
|
|
*.svg
|
|
|
|
# napi is cool
|
|
*.rs
|
|
/scripts/npm
|
|
/native/
|
|
/src
|
|
/.vscode
|
|
/ecmascript/transforms/src/helpers
|
|
/node-swc/__tests__/
|
|
/*.node
|
|
|
|
atoms
|
|
bundler
|
|
Cargo.lock
|
|
Cargo.toml
|
|
common
|
|
CONTRIBUTING.md
|
|
ecmascript
|
|
macros
|
|
node
|
|
node-swc
|
|
scripts
|
|
spack
|
|
testing
|
|
ARCHITECTURE.md
|
|
tsconfig.json
|
|
rust-toolchain
|
|
.github
|
|
.cargo
|
|
.gitmodules
|
|
.rustfmt.toml
|
|
.gitattributes
|
|
.travis.yml
|
|
.husky/
|
|
.prettierrc
|
|
crates/
|
|
cspell.json
|
|
deny.toml |