0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

chore: bump TypeScript to 4.1.4 (#9459)

This commit is contained in:
Trivikram Kamat 2021-02-09 14:27:38 -08:00 committed by GitHub
parent 900953a65a
commit ffe12aa92d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -288,7 +288,7 @@ var ts;
// If changing the text in this section, be sure to test `configurePrerelease` too.
ts.versionMajorMinor = "4.1";
/** The version of the TypeScript compiler release */
ts.version = "4.1.3";
ts.version = "4.1.4";
/* @internal */
var Comparison;
(function (Comparison) {