(e, n)
| 310 | }), |
| 311 | w = 'of and for in not or if then'.split(' '); |
| 312 | function N(e, n) { |
| 313 | return n |
| 314 | ? +n |
| 315 | : (function (e) { |
| 316 | return w.includes(e.toLowerCase()); |
| 317 | })(e) |
| 318 | ? 0 |
| 319 | : 1; |
| 320 | } |
| 321 | const y = { |
| 322 | props: ['language', 'code', 'autodetect'], |
| 323 | data: function () { |