KCL: Skip serializing default values for AST nodes (#4193)

This will make our snapshots and JSON representations easier to read (making our tests less verbose).
This commit is contained in:
Adam Chalmers
2024-10-17 16:22:40 -07:00
committed by GitHub
parent 057ee479c3
commit a010743abb
80 changed files with 971 additions and 2292 deletions

View File

@ -1823,11 +1823,10 @@ export const updateStartProfileAtArgs: SketchLineHelper['updateArgs'] = ({
start: 0,
end: 0,
body: [],
digest: null,
nonCodeMeta: {
start: [],
nonCodeNodes: [],
digest: null,
},
},
pathToNode,