(s, o)
| 20524 | } |
| 20525 | } |
| 20526 | function scoreForKeyword(s, o) { |
| 20527 | return o |
| 20528 | ? Number(o) |
| 20529 | : (function commonKeyword(s) { |
| 20530 | return fe.includes(s.toLowerCase()) |
| 20531 | })(s) |
| 20532 | ? 0 |
| 20533 | : 1 |
| 20534 | } |
| 20535 | function compileLanguage(s, { plugins: o }) { |
| 20536 | function langRe(o, i) { |
| 20537 | return new RegExp(source(o), 'm' + (s.case_insensitive ? 'i' : '') + (i ? 'g' : '')) |