mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
This gets all the new TS types working to the same level TS output was before and fixes a bunch of other codegen --------- Co-authored-by: Boshen <boshenc@gmail.com>
31 lines
565 B
Text
31 lines
565 B
Text
target/
|
|
**/*.rs.bk
|
|
|
|
/node_modules/
|
|
/website/node_modules/
|
|
/benchmark/node_modules/
|
|
/editors/vscode/node_modules/
|
|
/editors/vscode/icon.png
|
|
|
|
/editors/vscode/out/
|
|
/editors/vscode/*.vsix
|
|
|
|
npm/cli-*
|
|
|
|
# Ignore accidental files from the root
|
|
/*.js
|
|
/*.jsx
|
|
/*.ts
|
|
/*.tsx
|
|
/tasks/transform_conformance/fixtures/*
|
|
/*.ast.txt
|
|
/*.cfg.txt
|
|
/*.dot
|
|
|
|
tasks/coverage/babel/
|
|
tasks/coverage/test262/
|
|
tasks/coverage/typescript/
|
|
tasks/prettier_conformance/prettier/
|
|
|
|
# Ignore the failures directory, which is used to store the results of the codegen coverage tests
|
|
tasks/coverage/failures/
|