Fix handling of this&co in computed keys in arrows transform (#14005)

This commit is contained in:
Nicolò Ribaudo
2021-11-30 22:54:17 +01:00
committed by GitHub
parent 893650130a
commit 36a5ac4145
20 changed files with 286 additions and 117 deletions

View File

@@ -1,4 +1,4 @@
import { environmentVisitor } from "@babel/helper-replace-supers";
import environmentVisitor from "@babel/helper-environment-visitor";
import traverse from "@babel/traverse";
import { numericLiteral, unaryExpression } from "@babel/types";
import type * as t from "@babel/types";