UNPKG

ut-tools

Version:

Build and Release management automation package.

13 lines (10 loc) 327 B
import regex from '@jsep-plugin/regex'; import ternary from '@jsep-plugin/ternary'; import Jsep from 'jsep'; Jsep.addIdentifierChar('@'); Jsep.addUnaryOp('void'); Jsep.addBinaryOp('in', 12); Jsep.addBinaryOp('~=', 20); Jsep.plugins.register(regex, ternary); var jsep = (expr => Jsep.parse(expr)); export { jsep as default };