Improve display of KCL backtrace (#7582)

* Improve display of KCL backtrace

* Fix circular dep
This commit is contained in:
Jonathan Tran
2025-06-23 17:11:13 -04:00
committed by GitHub
parent 0cd6031aae
commit bb3a74076f
12 changed files with 49 additions and 30 deletions

View File

@ -24,7 +24,7 @@ import type {
Program,
SourceRange,
} from '@src/lang/wasm'
import { defaultSourceRange } from '@src/lang/wasm'
import { defaultSourceRange } from '@src/lang/sourceRange'
import type { ArtifactEntry, ArtifactIndex } from '@src/lib/artifactIndex'
import type { CommandArgument } from '@src/lib/commandTypes'
import type { DefaultPlaneStr } from '@src/lib/planes'