We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3606b7b commit cc961abCopy full SHA for cc961ab
compiler/syntax/src/res_parsetree_viewer.ml
@@ -198,10 +198,10 @@ let filter_parsing_attrs attrs =
198
match attr with
199
| ( {
200
Location.txt =
201
- ( "res.braces" | "ns.braces" | "res.iflet" | "res.ternary"
202
- | "res.await" | "res.template" | "res.taggedTemplate"
203
- | "res.patVariantSpread" | "res.dictPattern"
204
- | "res.inlineRecordDefinition" );
+ ( "meth" | "res.braces" | "ns.braces" | "res.iflet"
+ | "res.ternary" | "res.await" | "res.template"
+ | "res.taggedTemplate" | "res.patVariantSpread"
+ | "res.dictPattern" | "res.inlineRecordDefinition" );
205
},
206
_ ) ->
207
false
0 commit comments