Add module: es2020 (#33893)

This commit is contained in:
Kagami Sascha Rosylight
2019-12-20 16:29:49 -08:00
committed by Daniel Rosenwasser
parent 4c7844be74
commit deb5288e31
70 changed files with 127 additions and 92 deletions
+1
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.