From b7f5f2a92b8f8c90956ea7fb5120dfc906f4cfce Mon Sep 17 00:00:00 2001 From: dangoo Date: Tue, 19 Jun 2018 22:24:32 +0200 Subject: [PATCH] Add missing references in clparser and libs.json --- src/compiler/commandLineParser.ts | 1 + src/lib/libs.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index f8648636c8..98cbaca5e6 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -44,6 +44,7 @@ namespace ts { ["esnext.array", "lib.esnext.array.d.ts"], ["esnext.symbol", "lib.esnext.symbol.d.ts"], ["esnext.asynciterable", "lib.esnext.asynciterable.d.ts"], + ["esnext.intl", "lib.esnext.intl.d.ts"] ]; /** diff --git a/src/lib/libs.json b/src/lib/libs.json index 07c99278c1..1f2079e33a 100644 --- a/src/lib/libs.json +++ b/src/lib/libs.json @@ -35,6 +35,7 @@ "esnext.asynciterable", "esnext.array", "esnext.symbol", + "esnext.intl", // Default libraries "es5.full", "es2015.full", @@ -50,4 +51,4 @@ "es5.full": "lib.d.ts", "es2015.full": "lib.es6.d.ts" } -} \ No newline at end of file +}