Add --module node18 (#60722)

This commit is contained in:
Andrew Branch
2024-12-13 10:16:23 -08:00
committed by GitHub
parent 4a18b5cf8d
commit f69580f821
463 changed files with 31423 additions and 529 deletions
+1
View File
@@ -600,6 +600,7 @@ export const moduleOptionDeclaration: CommandLineOptionOfCustomType = {
es2022: ModuleKind.ES2022,
esnext: ModuleKind.ESNext,
node16: ModuleKind.Node16,
node18: ModuleKind.Node18,
nodenext: ModuleKind.NodeNext,
preserve: ModuleKind.Preserve,
})),