Skip to content

Commit 2465dbe

Browse files
committed
tweak (cherry pick)
1 parent 16fcfde commit 2465dbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jscomp/runtime/js.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343

4444
(**/**)
4545
(** Types for JS objects *)
46-
type 'a t = 'a
47-
[@@ocaml.deprecated "Js.t is not needed any more, you can remove it"]
46+
type 'a t = < .. > as 'a
4847
(**/**)
4948

5049
(* internal types for FFI, these types are not used by normal users

0 commit comments

Comments
 (0)