File tree 5 files changed +7
-7
lines changed
tests/baselines/reference/api 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.
16
16
-->
17
17
18
18
<!-- 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
20
20
21
21
<!-- Search terms you tried before logging this (so others can find this issue more easily) -->
22
- ** Search Terms:**
22
+ ** Search Terms:**
23
23
24
24
** Code**
25
25
@@ -32,6 +32,6 @@ Please fill in the *entire* template below.
32
32
33
33
** Actual behavior:**
34
34
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 -->
36
36
37
37
** Related Issues:** <!-- Did you find other bugs that looked similar? -->
Original file line number Diff line number Diff line change 2
2
"name" : " typescript" ,
3
3
"author" : " Microsoft Corp." ,
4
4
"homepage" : " http://typescriptlang.org/" ,
5
- "version" : " 3.0 .0" ,
5
+ "version" : " 3.1 .0" ,
6
6
"license" : " Apache-2.0" ,
7
7
"description" : " TypeScript is a language for application scale JavaScript development" ,
8
8
"keywords" : [
Original file line number Diff line number Diff line change 1
1
namespace ts {
2
2
// WARNING: The script `configureNightly.ts` uses a regexp to parse out these values.
3
3
// 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 " ;
5
5
/** The version of the TypeScript compiler release */
6
6
export const version = `${ versionMajorMinor } .0-dev` ;
7
7
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and limitations under the License.
14
14
***************************************************************************** */
15
15
16
16
declare namespace ts {
17
- const versionMajorMinor = "3.0 " ;
17
+ const versionMajorMinor = "3.1 " ;
18
18
/** The version of the TypeScript compiler release */
19
19
const version : string ;
20
20
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and limitations under the License.
14
14
***************************************************************************** */
15
15
16
16
declare namespace ts {
17
- const versionMajorMinor = "3.0 " ;
17
+ const versionMajorMinor = "3.1 " ;
18
18
/** The version of the TypeScript compiler release */
19
19
const version : string ;
20
20
}
You can’t perform that action at this time.
0 commit comments