https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 6cd3acc70de471e5a3beacd555ea2130f38faab5 authored by Ron Buckton on 17 November 2022, 23:34:21 UTC
Use IIFE to capture variable for transformed dynamic import
Tip revision: 6cd3acc
.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