Skip to content

Commit d3994b2

Browse files
committed
@bs.time -> @time
1 parent ea054cf commit d3994b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/frontend/ast_exp_extension.ml

Lines changed: 1 addition & 1 deletion
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)