mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 00:41:32 +00:00
Try parsing signatures only if node is callable, see #149; Minor refactoring
This commit is contained in:
@ -3,10 +3,13 @@
|
||||
* @module definitions
|
||||
*//***/
|
||||
|
||||
import {
|
||||
CommonFlags
|
||||
} from "./common";
|
||||
|
||||
import {
|
||||
Program,
|
||||
Element,
|
||||
CommonFlags,
|
||||
ElementKind,
|
||||
Global,
|
||||
Enum,
|
||||
|
Reference in New Issue
Block a user