Type Alias SimpleSyntaxErrorCause

SimpleSyntaxErrorCause: {
    type: "simple";
} & EstreeSentrySyntaxErrorCause

Signals a syntax error in file.root that is type-related -- eg: a property type mismatch. See estree-sentry for more details.