move ast types into seperate ts file (#169)
This commit is contained in:
@ -10,7 +10,7 @@ import {
|
||||
VariableDeclaration,
|
||||
ReturnStatement,
|
||||
ArrayExpression,
|
||||
} from './abstractSyntaxTree'
|
||||
} from './abstractSyntaxTreeTypes'
|
||||
import { createIdentifier, splitPathAtLastIndex } from './modifyAst'
|
||||
import { getSketchSegmentFromSourceRange } from './std/sketchConstraints'
|
||||
import { getAngle } from '../lib/utils'
|
||||
|
Reference in New Issue
Block a user