Skip to content

Apparent bug - operator precedence  #408

@oliverbock

Description

@oliverbock

At

if (!error instanceof SyntaxError) {
, the condition

`if (!error instanceof SyntaxError) {`

will never succeed because ! takes precedence over instanceof.

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