We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I built https://github.com/henryw374/js-literal which provides a literal #j/s which is a recursive version of #js.
#j/s
#js
Someone pointed out that j/lit macro is similar - and actually it produces better js than my code.
j/lit
A reader function could be written such as.
(defn read-js [form] (j/lit* form))
with a data_readers.cljc file provided with this lib e.g.
{applied-science/js applied-science.js-interop/read-js}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I built https://github.com/henryw374/js-literal which provides a literal
#j/s
which is a recursive version of#js
.Someone pointed out that
j/lit
macro is similar - and actually it produces better js than my code.A reader function could be written such as.
with a data_readers.cljc file provided with this lib e.g.
{applied-science/js applied-science.js-interop/read-js}
The text was updated successfully, but these errors were encountered: