MCPcopy Create free account
hub / github.com/aurelia/script / get

Function get

scripts/babel/systemjs-plugin-babel@0.0.12/systemjs-babel-node.js:260–265  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

258 return obj && obj.__esModule ? obj : {default: obj};
259 }
260 function get(name) {
261 var fn = _helpers2.default[name];
262 if (!fn)
263 throw new ReferenceError("Unknown helper " + name);
264 return fn().expression;
265 }
266 var list = exports.list = (0, _keys2.default)(_helpers2.default).map(function(name) {
267 return name[0] === "_" ? name.slice(1) : name;
268 }).filter(function(name) {

Callers 5

babel-helpers.jsFile · 0.70
baseMatchesPropertyFunction · 0.70
wrapperFunction · 0.70
get.jsFile · 0.50

Calls 2

baseGetFunction · 0.85
parseArgsFunction · 0.85

Tested by

no test coverage detected