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 91c465c commit 2409309Copy full SHA for 2409309
compiler/syntax/src/res_parsetree_viewer.ml
@@ -198,7 +198,7 @@ let filter_parsing_attrs attrs =
198
match attr with
199
| ( {
200
Location.txt =
201
- ( "res.braces" | "ns.braces" | "res.iflet" | "res.ternary"
+ ( "meth" | "res.braces" | "ns.braces" | "res.iflet" | "res.ternary"
202
| "res.await" | "res.template" | "res.taggedTemplate"
203
| "res.patVariantSpread" | "res.dictPattern"
204
| "res.inlineRecordDefinition" );
0 commit comments