marko
Version:
UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.
5 lines • 550 B
JavaScript
;var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");exports.__esModule = true;exports.optionalTaglibs = exports.default = void 0;var _core = _interopRequireDefault(require("./core"));
const optionalTaglibs = exports.optionalTaglibs = ["marko-widgets", "@marko/compat-v4"];var _default = exports.default =
[
["marko-html-title", { "<title>": { parseOptions: { text: false } } }], // In Marko 5 the title tag parses as html even though only text is really allowed.
[_core.default.taglibId, _core.default]];