js-inline-comment

macrosince v1.7.107Edit
(js-inline-comment comment)

Source docstring:
Emit an inline JavaScript comment.
Source code @ clojurescript:src/main/clojure/cljs/core.cljc
(core/defmacro js-inline-comment
  [comment]
  (core/list 'js* (core/str "/**" comment "*/")))