Skip to content
New issue

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

Optimize js-obj for emitting object literals #141

Open
borkdude opened this issue Sep 13, 2024 · 0 comments
Open

Optimize js-obj for emitting object literals #141

borkdude opened this issue Sep 13, 2024 · 0 comments

Comments

@borkdude
Copy link
Member

borkdude commented Sep 13, 2024

See https://github.com/clojure/clojurescript/blob/b7ede4bce3e273ab85155fdd8463c291a6f81d43/src/main/clojure/cljs/core.cljc#L2676C1-L2703C17

This will be a better way of emitting JS object literals than relying on metadata for users

Similarly array: https://github.com/clojure/clojurescript/blob/b7ede4bce3e273ab85155fdd8463c291a6f81d43/src/main/clojure/cljs/core.cljc#L2592

@borkdude borkdude transferred this issue from squint-cljs/squint Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant