Skip to content

Commit d800a42

Browse files
committed
Sync master syntax
Commit: 241fefd8e18718fa6080be3a70764b79f2fad5c1
1 parent c312081 commit d800a42

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

lib/4.06.1/unstable/js_playground_compiler.ml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275440,6 +275440,9 @@ val addParens : Res_doc.t -> Res_doc.t
275440275440

275441275441
val printExpression : Parsetree.expression -> Res_comments_table.t -> Res_doc.t
275442275442

275443+
val printPattern : Parsetree.pattern -> Res_comments_table.t -> Res_doc.t
275444+
[@@live]
275445+
275443275446
val printStructure : Parsetree.structure -> Res_comments_table.t -> Res_doc.t
275444275447
[@@live]
275445275448

@@ -280853,6 +280856,7 @@ and printExtensionConstructor ~customLayout
280853280856
let printTypeParams = printTypeParams ~customLayout:0
280854280857
let printTypExpr = printTypExpr ~customLayout:0
280855280858
let printExpression = printExpression ~customLayout:0
280859+
let printPattern = printPattern ~customLayout:0
280856280860

280857280861
let printImplementation ~width (s : Parsetree.structure) ~comments =
280858280862
let cmtTbl = CommentTable.make () in

lib/4.06.1/whole_compiler.ml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281182,6 +281182,9 @@ val addParens : Res_doc.t -> Res_doc.t
281182281182

281183281183
val printExpression : Parsetree.expression -> Res_comments_table.t -> Res_doc.t
281184281184

281185+
val printPattern : Parsetree.pattern -> Res_comments_table.t -> Res_doc.t
281186+
[@@live]
281187+
281185281188
val printStructure : Parsetree.structure -> Res_comments_table.t -> Res_doc.t
281186281189
[@@live]
281187281190

@@ -286595,6 +286598,7 @@ and printExtensionConstructor ~customLayout
286595286598
let printTypeParams = printTypeParams ~customLayout:0
286596286599
let printTypExpr = printTypExpr ~customLayout:0
286597286600
let printExpression = printExpression ~customLayout:0
286601+
let printPattern = printPattern ~customLayout:0
286598286602

286599286603
let printImplementation ~width (s : Parsetree.structure) ~comments =
286600286604
let cmtTbl = CommentTable.make () in

0 commit comments

Comments
 (0)