File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " typescript" ,
33 "author" : " Microsoft Corp." ,
44 "homepage" : " http://typescriptlang.org/" ,
5- "version" : " 2.1 .0" ,
5+ "version" : " 2.2 .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 55namespace ts {
66 /** The version of the TypeScript compiler release */
77
8- export const version = "2.1 .0" ;
8+ export const version = "2.2 .0" ;
99
1010 const emptyArray : any [ ] = [ ] ;
1111
Original file line number Diff line number Diff line change @@ -1266,6 +1266,6 @@ namespace TypeScript.Services {
12661266// TODO: it should be moved into a namespace though.
12671267
12681268/* @internal */
1269- const toolsVersion = "2.1 " ;
1269+ const toolsVersion = "2.2 " ;
12701270
12711271/* tslint:enable:no-unused-variable */
You can’t perform that action at this time.
0 commit comments