We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d9b85 commit ebcff5fCopy full SHA for ebcff5f
packages/parser-javascript/README.md
@@ -41,7 +41,8 @@ This `parser` emits the following events:
41
information:
42
43
* `ast`: an ESLint `AST.Program` object containing the parsed AST.
44
- * `element`: an `IAsyncHTMLElement` reference if the source was inline in HTML; `null` otherwise.
+ * `element`: an `IAsyncHTMLElement` reference if the source was inline in
45
+ HTML; `null` otherwise.
46
* `resource`: the parsed resource. If the JavaScript is in
47
a `script tag` and not a file, the value will be `Internal
48
javascript`.
0 commit comments