Skip to content

Commit

Permalink
update Babel 8 test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Nov 7, 2022
1 parent df45bab commit d4a066a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,5 +6,5 @@ var _selfBrandCheck = /*#__PURE__*/new WeakSet();
// The class declaration and the static private property should not be transpiled
class C {
static #self = (_selfBrandCheck.add(this), C);
static #_ = C.#self ?? (C.#self = _selfBrandCheck.has(C?.#self));
static #_ = C.#self ?? (C.#self = _selfBrandCheck.has(babelHelpers.checkInRHS(C?.#self)));
}

0 comments on commit d4a066a

Please sign in to comment.