Skip to content

Commit

Permalink
a bit of renaming in grammar.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Dec 16, 2024
1 parent 9d7c1ab commit 6d31689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grammar/grammar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ semantics.addOperation<AstNode>("astOfModuleItem", {
kind: "message_decl",
name: typeId.astOfType(),
fields: fields.astsOfList(),
opcode: unwrapOptNode(optIntMsgId, (number) =>
number.astOfExpression(),
opcode: unwrapOptNode(optIntMsgId, (msgId) =>
msgId.astOfExpression(),
),
loc: createRef(this),
});
Expand Down

0 comments on commit 6d31689

Please sign in to comment.