|
20 | 20 | | [] -> _self
|
21 | 21 | | _x :: _x_i1 -> let _self = _f_a _self _x in let _self = _self#list _f_a _x_i1 in _self
|
22 | 22 | method label : label -> 'self_type = unknown _self
|
23 |
| -method required_modules : required_modules -> 'self_type = list (fun _self -> _self#module_id) _self |
24 | 23 | method ident : ident -> 'self_type = unknown _self
|
25 | 24 | method module_id : module_id -> 'self_type = fun { id = _x0;kind = _x1} -> let _self = _self#ident _x0 in _self
|
| 25 | +method required_modules : required_modules -> 'self_type = list (fun _self -> _self#module_id) _self |
26 | 26 | method vident : vident -> 'self_type = function
|
27 | 27 | | Id ( _x0) ->
|
28 | 28 | let _self = _self#ident _x0 in
|
@@ -127,6 +127,9 @@ let _self = _self#property_map _x0 in
|
127 | 127 | |Null -> _self
|
128 | 128 | method for_ident_expression : for_ident_expression -> 'self_type = _self#expression
|
129 | 129 | method finish_ident_expression : finish_ident_expression -> 'self_type = _self#expression
|
| 130 | +method case_clause : case_clause -> 'self_type = fun { switch_body = _x0;should_break = _x1;comment = _x2} -> let _self = _self#block _x0 in _self |
| 131 | +method string_clause : string_clause -> 'self_type = fun ( _x0,_x1) -> let _self = _self#case_clause _x1 in _self |
| 132 | +method int_clause : int_clause -> 'self_type = fun ( _x0,_x1) -> let _self = _self#case_clause _x1 in _self |
130 | 133 | method statement_desc : statement_desc -> 'self_type = function
|
131 | 134 | | Block ( _x0) ->
|
132 | 135 | let _self = _self#block _x0 in
|
@@ -184,9 +187,6 @@ method expression : expression -> 'self_type = fun { expression_desc = _x0;comme
|
184 | 187 | method statement : statement -> 'self_type = fun { statement_desc = _x0;comment = _x1} -> let _self = _self#statement_desc _x0 in _self
|
185 | 188 | method variable_declaration : variable_declaration -> 'self_type = fun { ident = _x0;value = _x1;property = _x2;ident_info = _x3} -> let _self = _self#ident _x0 in
|
186 | 189 | let _self = option (fun _self -> _self#expression) _self _x1 in _self
|
187 |
| -method string_clause : string_clause -> 'self_type = fun ( _x0,_x1) -> let _self = _self#case_clause _x1 in _self |
188 |
| -method int_clause : int_clause -> 'self_type = fun ( _x0,_x1) -> let _self = _self#case_clause _x1 in _self |
189 |
| -method case_clause : case_clause -> 'self_type = fun { switch_body = _x0;should_break = _x1;comment = _x2} -> let _self = _self#block _x0 in _self |
190 | 190 | method block : block -> 'self_type = list (fun _self -> _self#statement) _self
|
191 | 191 | method program : program -> 'self_type = fun { block = _x0;exports = _x1;export_set = _x2} -> let _self = _self#block _x0 in _self
|
192 | 192 | method deps_program : deps_program -> 'self_type = fun { program = _x0;modules = _x1;side_effect = _x2} -> let _self = _self#program _x0 in
|
|
0 commit comments