UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

8 lines (7 loc) 228 B
import coreTaglib from "./core"; import migrateTaglib from "./migrate"; export const optionalTaglibs = ["marko-widgets", "@marko/compat-v4"]; export default [ ["marko/core", coreTaglib], ["marko/migrate", migrateTaglib], ];