move ast types into seperate ts file (#169)
This commit is contained in:
@ -14,7 +14,7 @@ import {
|
||||
ObjectExpression,
|
||||
UnaryExpression,
|
||||
BinaryExpression,
|
||||
} from './abstractSyntaxTree'
|
||||
} from './abstractSyntaxTreeTypes'
|
||||
import {
|
||||
findAllPreviousVariables,
|
||||
getNodeFromPath,
|
||||
|
Reference in New Issue
Block a user