Skip to content

Use a js/ts parser instead of regex #3

@flashios09

Description

@flashios09

@rwjblue Because JS/TS is contextual, parsing with regular expressions is not valid. Consider the following case (and there are many more like it):

/**
  Some documentation here

      export default Component.extend({
        layout: hbs`hello from the example!`,
      })
*/

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions