MCPcopy Create free account
hub / github.com/RubyLouvre/anu / push

Function push

test/babel.js:9395–9399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9393 var _props = [];
9394
9395 function push() {
9396 if (!_props.length) return;
9397 nodes.push(t.arrayExpression(_props));
9398 _props = [];
9399 }
9400
9401 for (var _iterator = props, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, _getIterator3.default)(_iterator);;) {
9402 var _ref2;

Callers 2

buildFunction · 0.70
babel.jsFile · 0.70

Calls 1

toKindFunction · 0.85

Tested by

no test coverage detected