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 c0e80c3 commit 0a7749cCopy full SHA for 0a7749c
src/html/parser.ts
@@ -332,7 +332,7 @@ export class Parser {
332
* Handle the start tag token.
333
* @param token The token to handle.
334
*/
335
- protected StartTag(token: StartTag): void { //eslint-disable-line complexity
+ protected StartTag(token: StartTag): void {
336
debug("[html] StartTag %j", token)
337
338
this.closeCurrentElementIfNecessary(token.name)
0 commit comments