@hint/parser-jsx
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

JSX (@hint/parser-jsx)

The jsx parser allows hints to analyze HTML elements from JSX files. It operates on ASTs received via parse::end::javascript events and emits the same events as @hint/parser-html. This ensures existing hints targeting HTML files will work without modification.

This package is installed automatically by webhint:

npm install hint --save-dev

To use it, activate it via the .hintrc configuration file:

{
    "connector": {...},
    "formatters": [...],
    "hints": {
        ...
    },
    "parsers": ["javascript", "jsx"],
    ...
}

Note: The recommended way of running webhint is as a devDependency of your project.

Events emitted

This parser emits the event parse::end::html of type HTMLParse which has the following information:

  • document: an HTMLDocument object containing the parsed document.
  • html: a string containing the generated HTML source code.
  • resource: the parsed resource.

And the event parse::start::html of type Event which has the following information:

  • resource: the resource that is going to be parsed

Package Sidebar

Install

npm i @hint/parser-jsx

Homepage

webhint.io/

Weekly Downloads

16,048

Version

1.1.5

License

Apache-2.0

Unpacked Size

23.9 kB

Total Files

6

Last publish

Collaborators

  • leotlee
  • vidorteg
  • oaflynn
  • molant
  • antross