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 ea054cf commit d3994b2Copy full SHA for d3994b2
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