Skip to content

Commit cf27686

Browse files
committed
append es2017.string into Gulpfile
1 parent ee53ac7 commit cf27686

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gulpfile.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ const es2016LibrarySourceMap = es2016LibrarySource.map(function(source) {
128128

129129
const es2017LibrarySource = [
130130
"es2017.object.d.ts",
131-
"es2017.sharedmemory.d.ts"
131+
"es2017.sharedmemory.d.ts",
132+
"es2017.string.d.ts",
132133
];
133134

134135
const es2017LibrarySourceMap = es2017LibrarySource.map(function(source) {

0 commit comments

Comments
 (0)