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 ee53ac7 commit cf27686Copy full SHA for cf27686
Gulpfile.ts
@@ -128,7 +128,8 @@ const es2016LibrarySourceMap = es2016LibrarySource.map(function(source) {
128
129
const es2017LibrarySource = [
130
"es2017.object.d.ts",
131
- "es2017.sharedmemory.d.ts"
+ "es2017.sharedmemory.d.ts",
132
+ "es2017.string.d.ts",
133
];
134
135
const es2017LibrarySourceMap = es2017LibrarySource.map(function(source) {
0 commit comments