* 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]
2 lines
48 B
JavaScript
2 lines
48 B
JavaScript
const createClass = (k) => class { [k()] = 2 };
|