fix(compiler): remove bogus lines
These seem to have been added by mistake in 408d8cb735085bec4dcfab17bcf17b66368b98f2
This commit is contained in:
parent
45d90b58b9
commit
a065dc24cd
@ -15,9 +15,6 @@ import * as o from './output_ast';
|
|||||||
|
|
||||||
const _debugFilePath = '/debug/lib';
|
const _debugFilePath = '/debug/lib';
|
||||||
|
|
||||||
import * as ts from 'typescript';
|
|
||||||
ts.parseConfig
|
|
||||||
|
|
||||||
export function debugOutputAstAsTypeScript(ast: o.Statement | o.Expression | o.Type | any[]):
|
export function debugOutputAstAsTypeScript(ast: o.Statement | o.Expression | o.Type | any[]):
|
||||||
string {
|
string {
|
||||||
const converter = new _TsEmitterVisitor();
|
const converter = new _TsEmitterVisitor();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user