UNPKG

marko

Version:

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

11 lines (9 loc) 238 B
import translateHTML from "./index[html]"; import translateVDOM from "./index[vdom]"; export default function (path) { if (path.hub.file.markoOpts.output === "html") { translateHTML(path); } else { translateVDOM(path); } }