--- name: Bug report about: Report unexpected parsing results title: '' labels: 'bug' assignees: '' --- The following piece of code is valid but it is parsed incorrectly: ```javascript ``` Here's a link to the TypeScript Playground showing that the snippet above is valid JavaScript or TypeScript: The output of `tree-sitter parse` is the following: ``` ```