https://github.com/Microsoft/TypeScript
Revision 1f8959f5dc04b2b2c2fc8a7dc53b6ac761e1f754 authored by Joshua Chen on 18 October 2022, 20:46:51 UTC, committed by GitHub on 18 October 2022, 20:46:51 UTC
* fix: evaluate dynamic import specifier expressions synchronously

* refactor

* Update src/compiler/transformers/module/module.ts

Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>

* [Experiment]

Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
1 parent 11066b2
History
Tip revision: 1f8959f5dc04b2b2c2fc8a7dc53b6ac761e1f754 authored by Joshua Chen on 18 October 2022, 20:46:51 UTC
fix: avoid downleveled dynamic import closing over specifier expression (#49663)
Tip revision: 1f8959f
File Mode Size
.devcontainer
.github
.vscode
bin
doc
lib
scripts
src
tests
.dockerignore -rw-r--r-- 580 bytes
.editorconfig -rw-r--r-- 188 bytes
.eslintignore -rw-r--r-- 638 bytes
.eslintplugin.js -rw-r--r-- 392 bytes
.eslintrc.json -rw-r--r-- 7.4 KB
.gitattributes -rw-r--r-- 42 bytes
.gitignore -rw-r--r-- 2.4 KB
.yarnrc -rw-r--r-- 27 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 333 bytes
CONTRIBUTING.md -rw-r--r-- 15.4 KB
CopyrightNotice.txt -rw-r--r-- 812 bytes
Dockerfile -rw-r--r-- 252 bytes
Gulpfile.mjs -rw-r--r-- 28.8 KB
LICENSE.txt -rw-r--r-- 9.0 KB
README.md -rw-r--r-- 3.1 KB
SECURITY.md -rw-r--r-- 2.7 KB
ThirdPartyNoticeText.txt -rw-r--r-- 36.9 KB
package-lock.json -rw-r--r-- 672.4 KB
package.json -rw-r--r-- 3.8 KB

README.md

back to top