Add non-code metadata to the ast (#15)
* Revert "wire up comments to ui (#11)" This reverts commitbdf778530f
. * Revert "Add the ability to recast comments and some whitespace (#10)" This reverts commitdd5022b38e
. * ast metadata * clean up
This commit is contained in:
@ -52,6 +52,7 @@ export const BasePlanes = () => {
|
||||
start: 0,
|
||||
end: 0,
|
||||
body: [],
|
||||
nonCodeMeta: {},
|
||||
}
|
||||
const axis = axisIndex === 0 ? 'xy' : axisIndex === 1 ? 'xz' : 'yz'
|
||||
const quaternion = new Quaternion()
|
||||
|
Reference in New Issue
Block a user