Skip to content

Commit

Permalink
Merge branch 'master' into moveToNewFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Hanson committed May 1, 2018
2 parents 8c46867 + cee4289 commit 7f40d09
Show file tree
Hide file tree
Showing 160 changed files with 6,636 additions and 2,137 deletions.
50 changes: 0 additions & 50 deletions .circleci/config.yml

This file was deleted.

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
2 changes: 1 addition & 1 deletion issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Please help us by doing the following steps before logging an issue:
-->

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

<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
**Search Terms:**
Expand Down
13 changes: 0 additions & 13 deletions jenkins.sh

This file was deleted.

22 changes: 0 additions & 22 deletions netci.groovy

This file was deleted.

Loading

0 comments on commit 7f40d09

Please sign in to comment.