feat: export lit/static-html.js from lion/core

This will enable subclasses to import it into thier tests
This commit is contained in:
laurie 2021-09-10 12:06:35 +01:00 committed by jorenbroekema
parent dec9c7555a
commit c55d45668f
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/core': patch
---
Re-export html from lit/static-html.js as staticHtml.

View file

@ -17,6 +17,8 @@ export {
defaultConverter, defaultConverter,
} from 'lit'; } from 'lit';
export { html as staticHtml } from 'lit/static-html.js';
export { export {
customElement, customElement,
property, property,