mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
5a6c4fd5a0
swc_common: - `SourceMap`: Don't panic for dummy spans. swc_ecma_codegen: - Use span for `throw`. (#1685) - Use span for `var` / `let` / `const`. - Use span for `new`. - Use span for `if`. - Add spans to braces of a block statement. (#1796) swc_ecma_transforms_compat: - `parameters`: Don't drop the span of block statements. (#1796) swc: - Allow specifying input source map in `.swcrc`. - Ensure that the inline source map works properly. (#1713)
52 lines
454 B
Plaintext
52 lines
454 B
Plaintext
# Built files
|
|
/*.js
|
|
/*.map
|
|
/*.d.ts
|
|
native/artifacts.json
|
|
artifacts.json
|
|
*.node
|
|
|
|
|
|
target/
|
|
**/*.bk
|
|
core
|
|
*.log
|
|
Cargo.lock
|
|
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
*.swp
|
|
|
|
/.idea
|
|
*.iml
|
|
|
|
.DS_Store
|
|
|
|
node_modules/
|
|
|
|
# Flamegraph
|
|
*.html
|
|
*.svg
|
|
package-lock.json
|
|
*.data
|
|
*.old
|
|
*.stacks
|
|
|
|
# Coverage datas
|
|
*.zip
|
|
*.info
|
|
# Custom cargo target directory for converages
|
|
.COVERAGE_DIR
|
|
|
|
**/*~
|
|
**/node_modules
|
|
**/.DS_Store
|
|
|
|
pkg/
|
|
|
|
yarn.lock
|
|
.idea/
|
|
|
|
|
|
# Generated while testing
|
|
*.tmp.js |