This repository was archived by the owner on Jun 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5433,6 +5433,7 @@ and parseStructureItemRegion p =
5433
5433
| _ ->
5434
5434
None
5435
5435
end
5436
+ [@@ progress (Parser. next, Parser. expect, Parser. checkProgress)]
5436
5437
5437
5438
and parseJsImport ~startPos ~attrs p =
5438
5439
Parser. expect Token. Import p;
@@ -6187,6 +6188,7 @@ and parseSignatureItemRegion p =
6187
6188
| _ ->
6188
6189
None
6189
6190
end
6191
+ [@@ progress (Parser. next, Parser. expect, Parser. checkProgress)]
6190
6192
6191
6193
(* module rec module-name : module-type { and module-name: module-type } *)
6192
6194
and parseRecModuleSpec ~attrs ~startPos p =
@@ -6446,9 +6448,7 @@ and parseExtension ?(moduleLanguage=false) p =
6446
6448
(* module signature on the file level *)
6447
6449
let parseSpecification p : Parsetree.signature =
6448
6450
parseRegion p ~grammar: Grammar. Specification ~f: parseSignatureItemRegion
6449
- [@@ progress (Parser. next, Parser. expect, Parser. checkProgress)]
6450
6451
6451
6452
(* module structure on the file level *)
6452
6453
let parseImplementation p : Parsetree.structure =
6453
6454
parseRegion p ~grammar: Grammar. Implementation ~f: parseStructureItemRegion
6454
- [@@ progress (Parser. next, Parser. expect, Parser. checkProgress)]
You can’t perform that action at this time.
0 commit comments