@marko/translator-default
Version:
Translates Marko templates to the default Marko runtime.
3 lines • 344 B
JavaScript
;exports.__esModule = true;exports.SPREAD_ATTRS = exports.IS_CUSTOM_ELEMENT = exports.HAS_SIMPLE_ATTRS = void 0;const HAS_SIMPLE_ATTRS = exports.HAS_SIMPLE_ATTRS = 1;
const IS_CUSTOM_ELEMENT = exports.IS_CUSTOM_ELEMENT = 2; // TODO: impl custom elements.
const SPREAD_ATTRS = exports.SPREAD_ATTRS = 4; // TODO: impl custom elements.