Skip to content

Commit 1794cd8

Browse files
committed
add es2017.string into commandLineParser
1 parent 0f24b55 commit 1794cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,8 @@ namespace ts {
434434
"es2015.symbol.wellknown": "lib.es2015.symbol.wellknown.d.ts",
435435
"es2016.array.include": "lib.es2016.array.include.d.ts",
436436
"es2017.object": "lib.es2017.object.d.ts",
437-
"es2017.sharedmemory": "lib.es2017.sharedmemory.d.ts"
437+
"es2017.sharedmemory": "lib.es2017.sharedmemory.d.ts",
438+
"es2017.string": "lib.es2017.string.d.ts",
438439
}),
439440
},
440441
description: Diagnostics.Specify_library_files_to_be_included_in_the_compilation_Colon

0 commit comments

Comments
 (0)