mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
6e028696a5
We buffer operations related to source map and make it fast using an assumption that the byte positions always increment while emitting a file.
31 lines
213 B
Plaintext
31 lines
213 B
Plaintext
|
|
|
|
|
|
target/
|
|
**/*.bk
|
|
core
|
|
*.log
|
|
Cargo.lock
|
|
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
|
|
/.idea
|
|
*.iml
|
|
|
|
.DS_Store
|
|
|
|
node_modules/
|
|
|
|
# Flamegraph
|
|
*.html
|
|
*.svg
|
|
package-lock.json
|
|
*.data
|
|
*.old
|
|
*.stacks
|
|
|
|
# Coverage datas
|
|
*.zip
|
|
*.info
|