mirror of
https://github.com/marko-js/marko.git
synced 2026-01-18 14:55:13 +00:00
* refactor out taglib loader/finder/lookup * add comments for taglib apis that we need to deprecate * move components into runtime/core-tags
14 lines
492 B
JSON
14 lines
492 B
JSON
{
|
|
"browser": {
|
|
"./beginComponent.js": "./beginComponent-browser.js",
|
|
"./endComponent.js": "./endComponent-browser.js",
|
|
"./helpers.js": "./helpers-browser.js",
|
|
"./index.js": "./index-browser.js",
|
|
"./init-components.js": "./init-components-browser.js",
|
|
"./legacy/defineWidget-legacy.js":
|
|
"./legacy/defineWidget-legacy-browser.js",
|
|
"./registry.js": "./registry-browser.js",
|
|
"./util.js": "./util-browser.js"
|
|
}
|
|
}
|