From 6c7d337960b3745a7b614a18150862279ef1c942 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 23 Aug 2019 02:05:01 +1000 Subject: Support .d.ts files (#2746) Fixes #1432 --- cli/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/BUILD.gn b/cli/BUILD.gn index 3a5912471..c7a80907e 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -111,6 +111,7 @@ ts_sources = [ "../js/mock_builtin.js", "../js/net.ts", "../js/os.ts", + "../js/performance.ts", "../js/permissions.ts", "../js/plugins.d.ts", "../js/process.ts", @@ -127,6 +128,7 @@ ts_sources = [ "../js/text_encoding.ts", "../js/timers.ts", "../js/truncate.ts", + "../js/type_directives.ts", "../js/types.ts", "../js/url.ts", "../js/url_search_params.ts", @@ -135,7 +137,6 @@ ts_sources = [ "../js/window.ts", "../js/workers.ts", "../js/write_file.ts", - "../js/performance.ts", "../js/version.ts", "../js/xeval.ts", "../tsconfig.json", -- cgit v1.2.3