Skip to content

Commit a09c2f7

Browse files
author
Andy Hanson
committed
Merge branch 'master' into moveToNewFile
2 parents 8c46867 + cee4289 commit a09c2f7

File tree

160 files changed

+6635
-2136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+6635
-2136
lines changed

.circleci/config.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

Gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ const es2017LibrarySourceMap = es2017LibrarySource.map(source =>
146146

147147
const es2018LibrarySource = [
148148
"es2018.regexp.d.ts",
149-
"es2018.promise.d.ts"
149+
"es2018.promise.d.ts",
150+
"es2018.intl.d.ts"
150151
];
151152
const es2018LibrarySourceMap = es2018LibrarySource.map(source =>
152153
({ target: "lib." + source, sources: ["header.d.ts", source] }));

Jakefile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ var es2017LibrarySourceMap = es2017LibrarySource.map(function (source) {
127127

128128
var es2018LibrarySource = [
129129
"es2018.regexp.d.ts",
130-
"es2018.promise.d.ts"
130+
"es2018.promise.d.ts",
131+
"es2018.intl.d.ts"
131132
];
132133

133134
var es2018LibrarySourceMap = es2018LibrarySource.map(function (source) {

issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please help us by doing the following steps before logging an issue:
2424
-->
2525

2626
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
27-
**TypeScript Version:** 2.7.0-dev.201xxxxx
27+
**TypeScript Version:** 2.9.0-dev.201xxxxx
2828

2929
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
3030
**Search Terms:**

jenkins.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

netci.groovy

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)