mirror of
https://github.com/marko-js/marko.git
synced 2026-01-18 14:55:13 +00:00
* expose component id in metadata and require components to be registered (no dynamic loading that is coupled to lasso) * add init/hyrdrate/boot code as a template dependency. lasso specific atm. * decouple metadata from lasso and make it just data (not AST nodes) * add semicolon * update compile test snapshots * fix regression related to initializing components from getRenderedWidgets * don't fail on writeToDisk * don't use Object.values * fix deprecated page tests * support node 4/6 * fix tests
10 lines
172 B
JSON
10 lines
172 B
JSON
{
|
|
"name": "marko-test",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"lasso": "*",
|
|
"browser-refresh-taglib": "*",
|
|
"marko-widgets": "*"
|
|
}
|
|
}
|