We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf27686 commit 51b66b3Copy full SHA for 51b66b3
Jakefile.js
@@ -303,7 +303,8 @@ var es2016LibrarySourceMap = es2016LibrarySource.map(function (source) {
303
304
var es2017LibrarySource = [
305
"es2017.object.d.ts",
306
- "es2017.sharedmemory.d.ts"
+ "es2017.sharedmemory.d.ts",
307
+ "es2017.string.d.ts",
308
];
309
310
var es2017LibrarySourceMap = es2017LibrarySource.map(function (source) {
0 commit comments