Skip to content

Commit 2a3a3e1

Browse files
committed
run format
1 parent d3e1de3 commit 2a3a3e1

File tree

1 file changed

+1
-8
lines changed
  • packages/lit-analyzer/src/analyze/parse/document/text-document/html-document/parse-html-p5

1 file changed

+1
-8
lines changed

packages/lit-analyzer/src/analyze/parse/document/text-document/html-document/parse-html-p5/parse-html.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
import {
2-
parseFragment,
3-
Element,
4-
DocumentFragment,
5-
Node,
6-
TextNode,
7-
CommentNode
8-
} from "parse5";
1+
import { parseFragment, Element, DocumentFragment, Node, TextNode, CommentNode } from "parse5";
92

103
/**
114
* Returns if a p5Node is a tag node.

0 commit comments

Comments
 (0)