Variable: js-jsx--self-closing-re
js-jsx--self-closing-re is a variable defined in js.el.gz.
Value
"/\\s-*>"
Documentation
Regexp matching the end of a self-closing JSXOpeningElement.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defconst js-jsx--self-closing-re "/\\s-*>"
"Regexp matching the end of a self-closing JSXOpeningElement.")