mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
chore: bump TypeScript to 4.1.4 (#9459)
This commit is contained in:
parent
900953a65a
commit
ffe12aa92d
1 changed files with 1 additions and 1 deletions
2
cli/tsc/00_typescript.js
vendored
2
cli/tsc/00_typescript.js
vendored
|
@ -288,7 +288,7 @@ var ts;
|
||||||
// If changing the text in this section, be sure to test `configurePrerelease` too.
|
// If changing the text in this section, be sure to test `configurePrerelease` too.
|
||||||
ts.versionMajorMinor = "4.1";
|
ts.versionMajorMinor = "4.1";
|
||||||
/** The version of the TypeScript compiler release */
|
/** The version of the TypeScript compiler release */
|
||||||
ts.version = "4.1.3";
|
ts.version = "4.1.4";
|
||||||
/* @internal */
|
/* @internal */
|
||||||
var Comparison;
|
var Comparison;
|
||||||
(function (Comparison) {
|
(function (Comparison) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue