Skip to content

Commit

Permalink
Update packages/babel-parser/src/parser/statement.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
  • Loading branch information
nicolo-ribaudo and JLHwung committed Apr 4, 2023
1 parent 350f2ad commit 8296140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/parser/statement.ts
Expand Up @@ -2989,7 +2989,7 @@ export default abstract class StatementParser extends ExpressionParser {
/**
* parse assert entries
*
* @see {@link https://tc39.es/proposal-import-assertions/#prod-AssertEntries AssertEntries}
* @see {@link https://tc39.es/proposal-import-attributes/#prod-WithEntries WithEntries}
*/
parseImportAttributes(): N.ImportAttribute[] {
this.expect(tt.braceL);
Expand Down

0 comments on commit 8296140

Please sign in to comment.