Skip to content

Commit

Permalink
convert @babel/helper-simple-access to typescript (#12927)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxbodya committed Mar 16, 2021
1 parent befa465 commit b97a627
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/babel-helper-simple-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.12.13"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.12.17"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as t from "@babel/types";
import type { NodePath } from "@babel/traverse";

export default function simplifyAccess(path: NodePath, bindingNames) {
path.traverse(simpleAssignmentVisitor, {
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/helper-simple-access@workspace:packages/babel-helper-simple-access"
dependencies:
"@babel/traverse": "workspace:^7.12.17"
"@babel/types": "workspace:^7.12.13"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3442,7 +3443,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:packages/babel-traverse":
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:packages/babel-traverse":
version: 0.0.0-use.local
resolution: "@babel/traverse@workspace:packages/babel-traverse"
dependencies:
Expand Down

0 comments on commit b97a627

Please sign in to comment.