()
| 5332 | var hasRequiredCore$1; |
| 5333 | |
| 5334 | function requireCore$1 () { |
| 5335 | if (hasRequiredCore$1) return core$1.exports; |
| 5336 | hasRequiredCore$1 = 1; |
| 5337 | (function (module, exports) { |
| 5338 | Object.defineProperty(exports, "__esModule", { value: true }); |
| 5339 | var shared_1 = requireShared(); |
| 5340 | function default_1() { |
| 5341 | return { |
| 5342 | BinaryOperators: [ |
| 5343 | "==", "!=", "===", "!==", |
| 5344 | "<", "<=", ">", ">=", |
| 5345 | "<<", ">>", ">>>", |
| 5346 | "+", "-", "*", "/", "%", |
| 5347 | "&", |
| 5348 | "|", "^", "in", |
| 5349 | "instanceof", |
| 5350 | ], |
| 5351 | AssignmentOperators: [ |
| 5352 | "=", "+=", "-=", "*=", "/=", "%=", |
| 5353 | "<<=", ">>=", ">>>=", |
| 5354 | "|=", "^=", "&=", |
| 5355 | ], |
| 5356 | LogicalOperators: [ |
| 5357 | "||", "&&", |
| 5358 | ], |
| 5359 | }; |
| 5360 | } |
| 5361 | exports.default = default_1; |
| 5362 | (0, shared_1.maybeSetModuleExports)(function () { return module; }); |
| 5363 | |
| 5364 | } (core$1, core$1.exports)); |
| 5365 | return core$1.exports; |
| 5366 | } |
| 5367 | |
| 5368 | es2016$1.exports; |
| 5369 |
no test coverage detected
searching dependent graphs…