File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ Please fill in the *entire* template below.
1616-->
1717
1818<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
19- ** TypeScript Version:** 3.0 .0-dev.201xxxxx
19+ ** TypeScript Version:** 3.1 .0-dev.201xxxxx
2020
2121<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
22- ** Search Terms:**
22+ ** Search Terms:**
2323
2424** Code**
2525
@@ -32,6 +32,6 @@ Please fill in the *entire* template below.
3232
3333** Actual behavior:**
3434
35- ** Playground Link:** <!-- A link to a TypeScript Playground "Share" link which demonstrates this behavior -->
35+ ** Playground Link:** <!-- A link to a TypeScript Playground "Share" link which demonstrates this behavior -->
3636
3737** Related Issues:** <!-- Did you find other bugs that looked similar? -->
Original file line number Diff line number Diff line change 22 "name" : " typescript" ,
33 "author" : " Microsoft Corp." ,
44 "homepage" : " http://typescriptlang.org/" ,
5- "version" : " 3.0 .0" ,
5+ "version" : " 3.1 .0" ,
66 "license" : " Apache-2.0" ,
77 "description" : " TypeScript is a language for application scale JavaScript development" ,
88 "keywords" : [
Original file line number Diff line number Diff line change 11namespace ts {
22 // WARNING: The script `configureNightly.ts` uses a regexp to parse out these values.
33 // If changing the text in this section, be sure to test `configureNightly` too.
4- export const versionMajorMinor = "3.0 " ;
4+ export const versionMajorMinor = "3.1 " ;
55 /** The version of the TypeScript compiler release */
66 export const version = `${ versionMajorMinor } .0-dev` ;
77}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and limitations under the License.
1414***************************************************************************** */
1515
1616declare namespace ts {
17- const versionMajorMinor = "3.0 " ;
17+ const versionMajorMinor = "3.1 " ;
1818 /** The version of the TypeScript compiler release */
1919 const version : string ;
2020}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and limitations under the License.
1414***************************************************************************** */
1515
1616declare namespace ts {
17- const versionMajorMinor = "3.0 " ;
17+ const versionMajorMinor = "3.1 " ;
1818 /** The version of the TypeScript compiler release */
1919 const version : string ;
2020}
You can’t perform that action at this time.
0 commit comments