Merge branch 'master' into readonlyArrayTuple

This commit is contained in:
Anders Hejlsberg
2019-01-28 15:53:24 -08:00
37 changed files with 1174 additions and 3195 deletions

View File

@@ -1,7 +1,7 @@
namespace ts {
// WARNING: The script `configureNightly.ts` uses a regexp to parse out these values.
// If changing the text in this section, be sure to test `configureNightly` too.
export const versionMajorMinor = "3.3";
export const versionMajorMinor = "3.4";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.0-dev`;
}