refactor ast modifing function into seperate module

This commit is contained in:
Kurt Hutten IrevDev
2023-01-06 09:29:26 +11:00
parent 43454ce2e3
commit 82f4616032
5 changed files with 289 additions and 277 deletions

View File

@ -3,9 +3,9 @@ import {
getNodePathFromSourceRange,
getNodeFromPath,
CallExpression,
changeArguments,
VariableDeclarator,
} from '../lang/abstractSyntaxTree'
import { changeArguments } from '../lang/modifyAst'
import { ViewerArtifact } from '../lang/executor'
import { BufferGeometry } from 'three'
import { useStore } from '../useStore'