mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
211e208219
node/binding: - Fix visitor methods for array elements. (#1819, #1888) - Fix for const assertion. (#1625) - Verify object properties. (#906)
53 lines
470 B
Plaintext
53 lines
470 B
Plaintext
# Built files
|
|
/*.js
|
|
!jest.config.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 |