Fix handling of this&co in computed keys in arrows transform (#14005)
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^",
|
||||
"@babel/helper-environment-visitor": "workspace:^",
|
||||
"@babel/helper-function-name": "workspace:^",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^",
|
||||
"@babel/helper-plugin-utils": "workspace:^",
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
import type { NodePath, Visitor } from "@babel/traverse";
|
||||
import nameFunction from "@babel/helper-function-name";
|
||||
import ReplaceSupers, {
|
||||
environmentVisitor,
|
||||
} from "@babel/helper-replace-supers";
|
||||
import ReplaceSupers from "@babel/helper-replace-supers";
|
||||
import environmentVisitor from "@babel/helper-environment-visitor";
|
||||
import optimiseCall from "@babel/helper-optimise-call-expression";
|
||||
import { traverse, template, types as t } from "@babel/core";
|
||||
import annotateAsPure from "@babel/helper-annotate-as-pure";
|
||||
|
||||
Reference in New Issue
Block a user