Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ const es2017LibrarySourceMap = es2017LibrarySource.map(source =>

const es2018LibrarySource = [
"es2018.regexp.d.ts",
"es2018.promise.d.ts"
"es2018.promise.d.ts",
"es2018.intl.d.ts"
];
const es2018LibrarySourceMap = es2018LibrarySource.map(source =>
({ target: "lib." + source, sources: ["header.d.ts", source] }));
Expand Down
3 changes: 2 additions & 1 deletion Jakefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ var es2017LibrarySourceMap = es2017LibrarySource.map(function (source) {

var es2018LibrarySource = [
"es2018.regexp.d.ts",
"es2018.promise.d.ts"
"es2018.promise.d.ts",
"es2018.intl.d.ts"
];

var es2018LibrarySourceMap = es2018LibrarySource.map(function (source) {
Expand Down
Loading