We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abb109 commit 6d5c459Copy full SHA for 6d5c459
jscomp/frontend/ast_exp_extension.ml
@@ -26,7 +26,7 @@ open Ast_helper
26
let handle_extension e (self : Bs_ast_mapper.mapper)
27
(({txt; loc}, payload) : Parsetree.extension) =
28
match txt with
29
- | "ffi" -> Ast_exp_handle_external.handle_ffi ~loc ~payload
+ | "ffi" -> Ast_exp_handle_external.handle_ffi ~loc ~payload
30
| "bs.raw" | "raw" ->
31
Ast_exp_handle_external.handle_raw ~kind:Raw_exp loc payload
32
| "bs.re" | "re" ->
0 commit comments