Remove annotations from non-code-meta and store them in nodes (#5360)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-02-13 16:17:09 +13:00
committed by GitHub
parent 0874891dd0
commit 1f405b9327
16 changed files with 547 additions and 584 deletions

View File

@ -60,7 +60,8 @@ export class KclManager {
nonCodeNodes: {},
startNodes: [],
},
trivia: [],
innerAttrs: [],
outerAttrs: [],
}
private _execState: ExecState = emptyExecState()
private _variables: VariableMap = {}
@ -255,7 +256,8 @@ export class KclManager {
nonCodeNodes: {},
startNodes: [],
},
trivia: [],
innerAttrs: [],
outerAttrs: [],
}
}