File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
6767var ts;
6868(function (ts) {
6969 ts.versionMajorMinor = "3.9";
70- ts.version = "3.9.4 ";
70+ ts.version = "3.9.5 ";
7171 function tryGetNativeMap() {
7272 return typeof Map !== "undefined" && "entries" in Map.prototype ? Map : undefined;
7373 }
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ var ts;
9494 // If changing the text in this section, be sure to test `configurePrerelease` too.
9595 ts.versionMajorMinor = "3.9";
9696 /** The version of the TypeScript compiler release */
97- ts.version = "3.9.4 ";
97+ ts.version = "3.9.5 ";
9898 /**
9999 * Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
100100 */
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ var ts;
244244 // If changing the text in this section, be sure to test `configurePrerelease` too.
245245 ts.versionMajorMinor = "3.9";
246246 /** The version of the TypeScript compiler release */
247- ts.version = "3.9.4 ";
247+ ts.version = "3.9.5 ";
248248 /**
249249 * Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
250250 */
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ var ts;
244244 // If changing the text in this section, be sure to test `configurePrerelease` too.
245245 ts.versionMajorMinor = "3.9";
246246 /** The version of the TypeScript compiler release */
247- ts.version = "3.9.4 ";
247+ ts.version = "3.9.5 ";
248248 /**
249249 * Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
250250 */
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ var ts;
244244 // If changing the text in this section, be sure to test `configurePrerelease` too.
245245 ts.versionMajorMinor = "3.9";
246246 /** The version of the TypeScript compiler release */
247- ts.version = "3.9.4 ";
247+ ts.version = "3.9.5 ";
248248 /**
249249 * Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
250250 */
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ var ts;
8383 // If changing the text in this section, be sure to test `configurePrerelease` too.
8484 ts.versionMajorMinor = "3.9";
8585 /** The version of the TypeScript compiler release */
86- ts.version = "3.9.4 ";
86+ ts.version = "3.9.5 ";
8787 /**
8888 * Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
8989 */
Original file line number Diff line number Diff line change 22 "name" : " typescript" ,
33 "author" : " Microsoft Corp." ,
44 "homepage" : " https://www.typescriptlang.org/" ,
5- "version" : " 3.9.4 " ,
5+ "version" : " 3.9.5 " ,
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 @@ -3,7 +3,7 @@ namespace ts {
33 // If changing the text in this section, be sure to test `configurePrerelease` too.
44 export const versionMajorMinor = "3.9" ;
55 /** The version of the TypeScript compiler release */
6- export const version = "3.9.4 " as string ;
6+ export const version = "3.9.5 " as string ;
77
88 /**
99 * Type of objects whose values are all of the same type.
You can’t perform that action at this time.
0 commit comments