* test case for insertBefore for jsx * fix unshiftContainer and insertBefore * use path.scope.push * add test making sure computedKeys var declaration at the right block * add comment * nit [skip ci]
18 lines
650 B
JavaScript
18 lines
650 B
JavaScript
let _ref;
|
|
|
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
|
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
|
|
function _classNameTDZError(name) { throw new Error("Class \"" + name + "\" cannot be referenced in computed property keys."); }
|
|
|
|
_ref = (_classNameTDZError("C"), C) + 3;
|
|
|
|
let C = function C() {
|
|
"use strict";
|
|
|
|
_classCallCheck(this, C);
|
|
};
|
|
|
|
_defineProperty(C, _ref, 3);
|