Merge pull request #1067 from ing-bank/LarsDenBakker-patch-1

Export reparentNodes and removeNodes
This commit is contained in:
gerjanvangeest 2020-11-02 13:29:53 +01:00 committed by GitHub
commit dd6de1e99a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@lion/core": patch
---
Export reparentNodes and removeNodes

View file

@ -49,4 +49,6 @@ export {
svg, svg,
SVGTemplateResult, SVGTemplateResult,
TemplateResult, TemplateResult,
removeNodes,
reparentNodes,
} from 'lit-html'; } from 'lit-html';

View file

@ -34,6 +34,8 @@ export {
svg, svg,
SVGTemplateResult, SVGTemplateResult,
TemplateResult, TemplateResult,
reparentNodes,
removeNodes,
} from 'lit-html'; } from 'lit-html';
export { asyncAppend } from 'lit-html/directives/async-append.js'; export { asyncAppend } from 'lit-html/directives/async-append.js';
export { asyncReplace } from 'lit-html/directives/async-replace.js'; export { asyncReplace } from 'lit-html/directives/async-replace.js';