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 61408d5 commit 36d6747Copy full SHA for 36d6747
analysis/src/SemanticTokens.ml
@@ -232,11 +232,7 @@ let parser ~debug ~emitter ~path =
232
|> emitJsxClose ~debug ~lid:lident.txt
233
~pos:(lineEndWhole, colEndWhole - 1));
234
(* only process again arguments, not the jsx label *)
235
- let _ =
236
- args
237
- |> List.map (fun (_lbl, arg) ->
238
- Ast_mapper.default_mapper.expr mapper arg)
239
- in
+ let _ = args |> List.map (fun (_lbl, arg) -> mapper.expr mapper arg) in
240
e
241
| Pexp_apply ({pexp_loc}, _) when Res_parsetree_viewer.isBinaryExpression e
242
->
0 commit comments