Skip to content

Escaped identifier not escaped anymore #5561

Closed
@remitbri

Description

@remitbri

(This is a follow-up from rescript-lang/rescript-vscode/issues/496)

When converting syntax from 9.1.4 to 10.x (for example, using formatting on save with the VS Code plugin), escaped identifiers become unescaped. E.g
\"import"() becomes import(),
switch editorState.\"export" becomes switch editorState.export
type \"foobar" becomes type foobar,
and so on

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions