@erickmerchant/framework
Advanced tools
Comparing version 44.2.0 to 44.3.0
@@ -324,4 +324,10 @@ const weakMap = new WeakMap() | ||
export const cache = (result) => { | ||
result.dynamic = false | ||
return result | ||
} | ||
html.dev = false | ||
export {html} |
export {createDOMView} from './create-dom-view.js' | ||
export {html} from './html.js' | ||
export {cache, html} from './html.js' | ||
export {createApp} from './create-app.js' |
{ | ||
"name": "@erickmerchant/framework", | ||
"version": "44.2.0", | ||
"version": "44.3.0", | ||
"description": "A front-end framework.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/erickmerchant/framework#readme", |
17108
548