Skip to content

breakが式を持っているときに予約語などのチェックが行われない #999

Description

@poppingmoon

visitNode はノードの持っている全ての子ノードに対して呼び出されるべきですが、 式を持つことがある break は無視されています

例

#label: eval {
  break #label eval {
    let async = 1
    async
  }
}

Playground

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions