https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 4a83d23d308ce2ff53ff91a5f4714eda39c8d42f authored by Nathan Shively-Sanders on 24 October 2022, 16:00:55 UTC
Merge branch 'main' into turn-off-web-server
Tip revision: 4a83d23
.dockerignore
node_modules
.node_modules
built/*
test-args.txt
~*.docx
\#*\#
.\#*
src/harness/*.js
src/compiler/diagnosticInformationMap.generated.ts
src/compiler/diagnosticMessages.generated.json
src/parser/diagnosticInformationMap.generated.ts
src/parser/diagnosticMessages.generated.json
rwc-report.html
*.swp
build.json
*.actual
*.config
scripts/debug.bat
scripts/run.bat
scripts/**/*.js
scripts/**/*.js.map
coverage/
internal/
**/.DS_Store
.settings
**/.vs
.idea
yarn.lock
yarn-error.log
.parallelperf.*
.failed-tests
TEST-results.xml
tests
.vscode
.git
back to top