build: release script should release v5-lts

This commit is contained in:
Alex Rickabaugh
2018-05-16 15:00:55 -07:00
parent 95e9107899
commit 408d8cb735
3 changed files with 5 additions and 2 deletions

View File

@ -15,6 +15,9 @@ import * as o from './output_ast';
const _debugFilePath = '/debug/lib';
import * as ts from 'typescript';
ts.parseConfig
export function debugOutputAstAsTypeScript(ast: o.Statement | o.Expression | o.Type | any[]):
string {
const converter = new _TsEmitterVisitor();