MCPcopy
hub / github.com/riot/riot / requireCore$1

Function requireCore$1

riot+compiler.js:5334–5366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

requireEs2016$1Function · 0.85
requireCoreFunction · 0.85

Calls 1

requireSharedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…