Add module: es2020 (#33893)

This commit is contained in:
Kagami Sascha Rosylight
2019-12-21 09:29:49 +09:00
committed by Daniel Rosenwasser
parent 4c7844be74
commit deb5288e31
70 changed files with 127 additions and 92 deletions

View File

@@ -378,6 +378,7 @@ namespace ts.codefix {
return ImportKind.Equals;
case ModuleKind.System:
case ModuleKind.ES2015:
case ModuleKind.ES2020:
case ModuleKind.ESNext:
case ModuleKind.None:
// Fall back to the `import * as ns` style import.