Skip to content

Commit ca66041

Browse files
committed
@bs.time -> @time
1 parent b12eaca commit ca66041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/frontend/ast_exp_extension.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ let handle_extension e (self : Bs_ast_mapper.mapper)
4242
*)
4343
| None | Some _ ->
4444
Location.raise_errorf ~loc "external expects a single identifier")
45-
| "bs.time" | "time" -> (
45+
| "time" -> (
4646
match payload with
4747
| PStr [{pstr_desc = Pstr_eval (e, _)}] ->
4848
let locString =

0 commit comments

Comments
 (0)