Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Possibly forgotten change of string quotation delimiter #466

Closed
@l3v-m

Description

@l3v-m

There is an oddity in parsing strings after merging the pull #433.

"string" is parsed as {js|string|js}
while
{"string"} is parsed as "string" (with ns.braces attribute)

let constant = Ast_helper.Exp.constant ~loc:field.loc (Parsetree.Pconst_string(s, None)) in

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions