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