Merge pull request #8771 from YuichiNukiyama/fix8505

add SharedArrayBuffer
This commit is contained in:
Mohamed Hegazy
2016-06-08 13:27:09 -07:00
28 changed files with 364 additions and 11 deletions

View File

@@ -401,7 +401,8 @@ namespace ts {
"es2015.symbol": "lib.es2015.symbol.d.ts",
"es2015.symbol.wellknown": "lib.es2015.symbol.wellknown.d.ts",
"es2016.array.include": "lib.es2016.array.include.d.ts",
"es2017.object": "lib.es2017.object.d.ts"
"es2017.object": "lib.es2017.object.d.ts",
"es2017.sharedmemory": "lib.es2017.sharedmemory.d.ts"
},
},
description: Diagnostics.Specify_library_files_to_be_included_in_the_compilation_Colon