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 b918227 commit 63f8797Copy full SHA for 63f8797
index.js
@@ -2,11 +2,10 @@
2
3
module.exports = interElementWhiteSpace
4
5
-/* HTML white-space expression.
6
- * See <https://html.spec.whatwg.org/#space-character>. */
+// HTML white-space expression.
+// See <https://html.spec.whatwg.org/#space-character>.
7
var re = /[ \t\n\f\r]/g
8
9
-/* Check if `node` is a inter-element white-space. */
10
function interElementWhiteSpace(node) {
11
var value
12
0 commit comments