UNPKG

nornj

Version:

A powerful template engine that can works with React, JSX enhancement or alternative tools.

25 lines (22 loc) 548 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var nj = function nj() { return nj['taggedTmpl' + (nj.outputH ? 'H' : '')].apply(null, arguments); }; nj.preAsts = {}; nj.asts = {}; nj.templates = {}; nj.errorTitle = '[NornJ]'; nj.tmplRule = {}; nj.outputH = false; nj.global = typeof self !== 'undefined' ? self : global; nj.textTag = 'nj-text'; nj.textMode = false; nj.noWsTag = 'nj-noWs'; nj.noWsMode = false; nj.fixTagName = true; var _default = nj; exports["default"] = _default;