commit | 8380d87a842205447168c9ae5878d45230a9a740 | [log] [tgz] |
---|---|---|
author | radokirov <radokirov@google.com> | Thu Aug 22 18:16:51 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 22 18:17:07 2019 -0700 |
tree | f539242f9e5459b2d04f8d844c8ab32e62195da9 | |
parent | 92476a63bf9ef66904fcc51fafbfd5783262b3a3 [diff] |
No public change. PiperOrigin-RevId: 264963127
diff --git a/internal/tsc_wrapped/compiler_host.ts b/internal/tsc_wrapped/compiler_host.ts index 4aac685..c05b3c3 100644 --- a/internal/tsc_wrapped/compiler_host.ts +++ b/internal/tsc_wrapped/compiler_host.ts
@@ -97,7 +97,6 @@ host: ts.ModuleResolutionHost = this; private allowActionInputReads = true; - constructor( public inputFiles: string[], options: ts.CompilerOptions, readonly bazelOpts: BazelOptions, private delegate: ts.CompilerHost,