Skip to content

Commit

Permalink
REVERT ME: esnext -> preserve for RWC testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Dec 14, 2023
1 parent 186e329 commit 4142f99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/compiler/commandLineParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -549,11 +549,11 @@ export const moduleOptionDeclaration: CommandLineOptionOfCustomType = {
amd: ModuleKind.AMD,
system: ModuleKind.System,
umd: ModuleKind.UMD,
es6: ModuleKind.ES2015,
es2015: ModuleKind.ES2015,
es2020: ModuleKind.ES2020,
es2022: ModuleKind.ES2022,
esnext: ModuleKind.ESNext,
es6: ModuleKind.Preserve,
es2015: ModuleKind.Preserve,
es2020: ModuleKind.Preserve,
es2022: ModuleKind.Preserve,
esnext: ModuleKind.Preserve,
node16: ModuleKind.Node16,
nodenext: ModuleKind.NodeNext,
preserve: ModuleKind.Preserve,
Expand Down

0 comments on commit 4142f99

Please sign in to comment.