Skip to content

Commit

Permalink
Update packages/babel-parser/src/types.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Nicol貌 Ribaudo <nicolo.ribaudo@gmail.com>
  • Loading branch information
rickbutton and nicolo-ribaudo committed Jan 13, 2020
1 parent 8ea2b73 commit cdfd3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/types.js
Expand Up @@ -401,7 +401,7 @@ export type ObjectExpression = NodeBase & {

export type RecordExpression = NodeBase & {
type: "RecordExpression",
properties: $ReadOnlyArray<ObjectProperty | SpreadElement>,
properties: $ReadOnlyArray<ObjectProperty | ObjectMethod | SpreadElement>,
};

export type ObjectOrClassMember = ClassMethod | ClassProperty | ObjectMember;
Expand Down

0 comments on commit cdfd3bc

Please sign in to comment.