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

@ -12,7 +12,7 @@ import type { EngineCommand, ResponseMap } from '@src/lang/std/artifactGraph'
import type { CommandLog } from '@src/lang/std/commandLog'
import { CommandLogType } from '@src/lang/std/commandLog'
import type { SourceRange } from '@src/lang/wasm'
import { defaultSourceRange } from '@src/lang/wasm'
import { defaultSourceRange } from '@src/lang/sourceRange'
import { EXECUTE_AST_INTERRUPT_ERROR_MESSAGE } from '@src/lib/constants'
import { markOnce } from '@src/lib/performance'
import type RustContext from '@src/lib/rustContext'