(s, o)
| 25193 | /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, |
| 25194 | et = /\\(\\)?/g, |
| 25195 | tt = function getBaseIntrinsic(s, o) { |
| 25196 | var i, |
| 25197 | a = s |
| 25198 | if ((qe(Re, a) && (a = '%' + (i = Re[a])[0] + '%'), qe(xe, a))) { |
| 25199 | var u = xe[a] |
| 25200 | if ((u === Se && (u = Te(a)), void 0 === u && !o)) |
| 25201 | throw new L( |
| 25202 | 'intrinsic ' + s + ' exists, but is not available. Please file an issue!' |
| 25203 | ) |
| 25204 | return { alias: i, name: a, value: u } |
| 25205 | } |
| 25206 | throw new j('intrinsic ' + s + ' does not exist!') |
| 25207 | } |
| 25208 | s.exports = function GetIntrinsic(s, o) { |
| 25209 | if ('string' != typeof s || 0 === s.length) |
| 25210 | throw new L('intrinsic name must be a non-empty string') |
no test coverage detected