Skip to content

Commit

Permalink
remove unused typeAnnotation property
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 23, 2019
1 parent 7d0bcd7 commit a45b6c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/babel-traverse/src/path/index.js
Expand Up @@ -45,7 +45,6 @@ export default class NodePath {
this.key = null;
this.node = null;
this.scope = null;
this.typeAnnotation = null;
}

parent: Object;
Expand All @@ -67,7 +66,6 @@ export default class NodePath {
node: ?Object;
scope: Scope;
type: ?string;
typeAnnotation: ?Object;

static get({ hub, parentPath, parent, container, listKey, key }): NodePath {
if (!hub && parentPath) {
Expand Down

0 comments on commit a45b6c5

Please sign in to comment.