-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
This was brought up before and also arises in #54. The idea is to have a verbose mode, which splits out the current from of the AST. If the verbose mode is turned off, following properties are omitted from the AST:
rangerawkind
The current parse function accepts as second argument flags:
function parse(str, flags) {
to turn on verbose mode, I think the flags string could just contain a v, like:
parse('/hello/', 'v')
Thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels