glimmerjs/glimmer-vm

expose visitor keys in index for eslint plugin

patricklx opened this issue · 4 comments

why do we need them?
Also, why is it still using the v1 AST?

How do i get the a v2 ast when using the preprocess function?
edit: should be normalize? But how to traverse?

it looks like other functions like traverse, vistior ,template locals are using v1ast

fixed by #1467