Skip to content

Enable JavaScript specific warning behavior #6802

Open
@billti

Description

@billti

See #6658 for background.

Currently for JavaScript files we provide a very limited set of errors, mostly for syntax errors. There are a number of grammatical and type errors that would be useful to display also.

Brief notes from ad hoc discussion in the team room include:

  • Move the code that flags TypeScript syntax in JavaScript files for better error handling
  • Add a distinction between errors and warnings to avoid "valid" JavaScript containing errors
  • Make the warnings user configurable as part of the project (i.e. may enable/disable certain warnings)

More detailed design to come...

Metadata

Metadata

Assignees

No one assigned

    Labels

    CommittedThe team has roadmapped this issueDomain: JavaScriptThe issue relates to JavaScript specificallySuggestionAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions