Skip to content

Bug: breaking assignment to class #54

@helixbass

Description

@helixbass

This

exports.ExportNamedDeclaration = class ExportNamedDeclaration extends ExportDeclaration
  ...

is formatting like

exports
  .ExportNamedDeclaration = class ExportNamedDeclaration extends ExportDeclaration
  ...

so the class body doesn't parse as indented

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions