You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on tooling that deals with pre-parsing component files, I'm seeing props and values on the AST that are not present in the spec. While the AST is fairly understandable and deterministic, it emits nodes with numeric types and one-character properties whose meaning isn't immediately clear. Would be nice to have an updated document which one can look up a code, and check its properties.
The text was updated successfully, but these errors were encountered:
Description
While working on tooling that deals with pre-parsing component files, I'm seeing props and values on the AST that are not present in the spec. While the AST is fairly understandable and deterministic, it emits nodes with numeric types and one-character properties whose meaning isn't immediately clear. Would be nice to have an updated document which one can look up a code, and check its properties.
The text was updated successfully, but these errors were encountered: