We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551f0dd commit 1ae7dbbCopy full SHA for 1ae7dbb
1 file changed
src/compiler/corePublic.ts
@@ -3,7 +3,7 @@ namespace ts {
3
// If changing the text in this section, be sure to test `configurePrerelease` too.
4
export const versionMajorMinor = "3.9";
5
/** The version of the TypeScript compiler release */
6
- export const version = "3.9.2" as string;
+ export const version = `${versionMajorMinor}.2-insiders`;
7
8
/**
9
* Type of objects whose values are all of the same type.
@@ -93,4 +93,4 @@ namespace ts {
93
EqualTo = 0,
94
GreaterThan = 1
95
}
96
-}
+}
0 commit comments