mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 22:32:33 -05:00
Add module: es2020 (#33893)
This commit is contained in:
committed by
Daniel Rosenwasser
parent
4c7844be74
commit
deb5288e31
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user