Skip to content

AST Takes Strings not Value Objects #28

@tickct

Description

@tickct

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions