Skip to content

Highlighting Fails for Special for...of Statements  #756

@wangweixuan

Description

@wangweixuan

TS and JS Grammar Extension version: 0.0.50 / latest

Code

const dict = [
  ['foo', 'bar']
]

for (const [key, value]of dict) { // No highlighting after 'of'.
  console.log('hello, world')
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions