Given a env, an analysis environment, and form, a ClojureScript form,
macroexpand the form once.
Source
(defnmacroexpand-1"Given a env, an analysis environment, and form, a ClojureScript form,
macroexpand the form once."[envform](ensure(wrapping-errorsenv(macroexpand-1*envform))))