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