(e,t)
| 66 | "on:begin":(e,t)=>{t.data._beginMatch=e[1]},"on:end":(e,t)=>{ |
| 67 | t.data._beginMatch!==e[1]&&t.ignoreMatch()}})});function _(e,t){ |
| 68 | "."===e.input[e.index-1]&&t.ignoreMatch()}function k(e,t){ |
| 69 | t&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)", |
| 70 | e.__beforeBegin=_,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords, |
| 71 | void 0===e.relevance&&(e.relevance=0))}function O(e,t){ |
| 72 | Array.isArray(e.illegal)&&(e.illegal=((...e)=>"("+e.map((e=>u(e))).join("|")+")")(...e.illegal)) |
| 73 | }function M(e,t){if(e.match){ |
| 74 | if(e.begin||e.end)throw Error("begin & end are not supported with match") |
no outgoing calls
no test coverage detected