mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Update corePublic.ts
This commit is contained in:
committed by
GitHub
parent
551f0dd9a1
commit
1ae7dbbcf0
@@ -3,7 +3,7 @@ namespace ts {
|
||||
// If changing the text in this section, be sure to test `configurePrerelease` too.
|
||||
export const versionMajorMinor = "3.9";
|
||||
/** The version of the TypeScript compiler release */
|
||||
export const version = "3.9.2" as string;
|
||||
export const version = `${versionMajorMinor}.2-insiders`;
|
||||
|
||||
/**
|
||||
* Type of objects whose values are all of the same type.
|
||||
@@ -93,4 +93,4 @@ namespace ts {
|
||||
EqualTo = 0,
|
||||
GreaterThan = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user