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

@ -3,10 +3,13 @@
* @module definitions
*//***/
import {
CommonFlags
} from "./common";
import {
Program,
Element,
CommonFlags,
ElementKind,
Global,
Enum,