Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 26d89fe

Browse files
committed
drop an unused import from the testing code
This extra import brings in src/main, which then brings in more dependencies on JavaScript libraries. To build the tests within Google it's easier to just not have these dependencies, given that this import isn't used anyway.
1 parent f7ae8f7 commit 26d89fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_support.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import * as ts from 'typescript';
1515

1616
import * as cliSupport from '../src/cli_support';
1717
import * as es5processor from '../src/es5processor';
18-
import {toClosureJS} from '../src/main';
1918
import {BasicSourceMapConsumer, sourceMapTextToConsumer} from '../src/source_map_utils';
2019
import * as tsickle from '../src/tsickle';
2120

0 commit comments

Comments
 (0)