(js-inline-comment comment)
Emit an inline JavaScript comment.
(core/defmacro js-inline-comment [comment] (core/list 'js* (core/str "/**" comment "*/")))