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

UUIDs are not converted by ->js to string #95

Open
conjurernix opened this issue Nov 27, 2024 · 1 comment
Open

UUIDs are not converted by ->js to string #95

conjurernix opened this issue Nov 27, 2024 · 1 comment

Comments

@conjurernix
Copy link

No description provided.

@mfikes
Copy link
Owner

mfikes commented Dec 15, 2024

This is intentional, as it is consistent with cli->js:

cljs.user=> (->js [(random-uuid) (js/Date.)])
#js [#uuid "616c156f-e0ef-47fc-a92e-9bf3f63c01c7"
     #inst "2024-12-15T17:14:35.211-00:00"]
cljs.user=> (clj->js [(random-uuid) (js/Date.)])
#js [#uuid "d3dc9193-101c-4045-b4c6-c5d7ee5054f5"
     #inst "2024-12-15T17:14:40.644-00:00"]

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

2 participants