Comparing version 0.1.12 to 0.1.13
@@ -429,4 +429,4 @@ 'use strict'; | ||
/* c8 ignore end */ | ||
/* c8 ignore stop */ | ||
} | ||
exports.Element = Element |
@@ -80,3 +80,3 @@ 'use strict'; | ||
}; | ||
/* c8 ignore end */ | ||
/* c8 ignore stop */ | ||
@@ -83,0 +83,0 @@ module.exports = (element, selectors) => { |
@@ -258,2 +258,4 @@ 'use strict'; | ||
/* c8 ignore start */ | ||
// https://dom.spec.whatwg.org/#slotable | ||
@@ -284,1 +286,3 @@ const Slottable = { | ||
exports.XPathEvaluatorBase = XPathEvaluatorBase; | ||
/* c8 ignore stop */ |
@@ -79,3 +79,3 @@ import * as CSSselect from '../commonjs/css-select.cjs'; | ||
}; | ||
/* c8 ignore end */ | ||
/* c8 ignore stop */ | ||
@@ -82,0 +82,0 @@ export default (element, selectors) => { |
@@ -253,2 +253,4 @@ import { | ||
/* c8 ignore start */ | ||
// https://dom.spec.whatwg.org/#slotable | ||
@@ -277,1 +279,3 @@ export const Slottable = { | ||
}; | ||
/* c8 ignore stop */ |
{ | ||
"name": "linkedom", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "A triple-linked lists based DOM", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
1477175
3534