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 59763a1 commit 74da462Copy full SHA for 74da462
jscomp/others/js_console.ml
@@ -1,6 +1,6 @@
1
-
2
+external error : 'a -> unit = "" [@@bs.val] [@@bs.scope "console"]
3
external log : 'a -> unit = "" [@@bs.val] [@@bs.scope "console"]
+external trace : unit -> unit = "" [@@bs.val] [@@bs.scope "console"]
4
external warn : 'a -> unit = "" [@@bs.val] [@@bs.scope "console"]
5
6
external timeStart : string -> unit =
0 commit comments