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
In the Readme your usage example has the file source being passed to the parse function and then the value property on the return object is passed to the ast function. However in the code ast has the shape of (source: String, type: String) => tree and seems to call parse internally. Not sure if the readme is out of date or if you need to update the ast function.
The text was updated successfully, but these errors were encountered:
In the Readme your usage example has the file source being passed to the
parse
function and then the value property on the return object is passed to theast
function. However in the codeast
has the shape of(source: String, type: String) => tree
and seems to call parse internally. Not sure if the readme is out of date or if you need to update theast
function.The text was updated successfully, but these errors were encountered: