Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 1, 2022
1 parent cdbd0a3 commit d86a2b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/babel-types/src/definitions/core.ts
Expand Up @@ -66,7 +66,7 @@ defineType("AssignmentExpression", {
"MemberExpression",
"ArrayPattern",
"ObjectPattern",
"TSAsExpresion",
"TSAsExpression",
"TSTypeAssertion",
"TSNonNullExpression",
),
Expand Down Expand Up @@ -322,7 +322,7 @@ defineType("ForInStatement", {
"MemberExpression",
"ArrayPattern",
"ObjectPattern",
"TSAsExpresion",
"TSAsExpression",
"TSTypeAssertion",
"TSNonNullExpression",
),
Expand Down Expand Up @@ -920,7 +920,7 @@ defineType("RestElement", {
"ArrayPattern",
"ObjectPattern",
"MemberExpression",
"TSAsExpresion",
"TSAsExpression",
"TSTypeAssertion",
"TSNonNullExpression",
),
Expand Down Expand Up @@ -1607,7 +1607,7 @@ defineType("ForOfStatement", {
"MemberExpression",
"ArrayPattern",
"ObjectPattern",
"TSAsExpresion",
"TSAsExpression",
"TSTypeAssertion",
"TSNonNullExpression",
);
Expand Down

0 comments on commit d86a2b5

Please sign in to comment.