move ast types into seperate ts file (#169)
This commit is contained in:
@ -13,7 +13,7 @@ import {
|
||||
Value,
|
||||
Literal,
|
||||
VariableDeclaration,
|
||||
} from '../abstractSyntaxTree'
|
||||
} from '../abstractSyntaxTreeTypes'
|
||||
import {
|
||||
getNodeFromPath,
|
||||
getNodeFromPathCurry,
|
||||
|
Reference in New Issue
Block a user