We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e99fc commit b5431e4Copy full SHA for b5431e4
tools/broccoli/broccoli-ts2dart.ts
@@ -10,7 +10,7 @@ import ts2dart = require('ts2dart');
10
import {wrapDiffingPlugin, DiffingBroccoliPlugin, DiffResult} from './diffing-broccoli-plugin';
11
12
class TSToDartTranspiler implements DiffingBroccoliPlugin {
13
- static includeExtensions = ['.js', '.ts'];
+ static includeExtensions = ['.ts'];
14
15
private basePath: string;
16
private transpiler: ts2dart.Transpiler;
0 commit comments