Try parsing signatures only if node is callable, see #149; Minor refactoring

This commit is contained in:
dcodeIO
2018-06-24 01:04:24 +02:00
parent 7a8995b18b
commit 188b4e48ce
14 changed files with 933 additions and 813 deletions

View File

@ -92,7 +92,7 @@ import {
import {
CommonFlags
} from "../program";
} from "../common";
/** An AST builder. */
export class ASTBuilder {