We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12eaca commit ca66041Copy full SHA for ca66041
jscomp/frontend/ast_exp_extension.ml
@@ -42,7 +42,7 @@ let handle_extension e (self : Bs_ast_mapper.mapper)
42
*)
43
| None | Some _ ->
44
Location.raise_errorf ~loc "external expects a single identifier")
45
- | "bs.time" | "time" -> (
+ | "time" -> (
46
match payload with
47
| PStr [{pstr_desc = Pstr_eval (e, _)}] ->
48
let locString =
0 commit comments