Skip to content

Comment inside import and export not highlighted #510

Closed
@arch-mage

Description

@arch-mage

Try this:

import {
  // should be highlighted here but it is not
  fn, variable, orSomethingElse
} from 'package';

export {
  // here too
  fn, variable, orSomethingElse
};

I believe adding jsComment to this line and this line should fix this.

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