UNPKG

@ray-core/runtime

Version:

Ray 是一个全新的基于 React 的小程序开发框架

8 lines (7 loc) 369 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RAY_METHOD_REGEXP = exports.SLOT_PLACEHOLDER = exports.TYPE_TEXT = exports.RAY_METHOD = void 0; exports.RAY_METHOD = '$_cb'; exports.TYPE_TEXT = 'plain-text'; exports.SLOT_PLACEHOLDER = '{{__SLOT-_-SLOT__}}:'; exports.RAY_METHOD_REGEXP = RegExp("\\".concat(exports.RAY_METHOD, "_"));