Skip to content

Commit

Permalink
fix(wast): ignore additionnal comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed Apr 6, 2018
1 parent ad4481c commit f9c2d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wast-parser/src/grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ export function parse(tokensList: Array<Object>, source: string): Program {
eatToken();

maybeIgnoreComment();
maybeIgnoreComment();
}

eatTokenOfType(tokens.closeParen);
Expand Down

0 comments on commit f9c2d2b

Please sign in to comment.