-
Notifications
You must be signed in to change notification settings - Fork 621
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
import https://github.com/lucascaro/deno-uuid into deno_std #403
Comments
Will it be better to port https://github.com/kelektiv/node-uuid ? It contains several versions of UUID and is stable. |
Looks like the deno one based on this gist? https://gist.github.com/jed/982883#gistcomment-2661313 |
mine is pretty basic and it only supports v4, porting https://github.com/kelektiv/node-uuid would be a better option long term |
on the flip side, porting https://github.com/kelektiv/node-uuid would require more work since there's a fair amount of re-writing needed. |
yep |
denoland/deno#2327 would be revelant to use in |
taking a stab at this right now, I'll do an initial import of my code but using an api inspired in node-uuid, so we can iterate on it. |
cc @lucascaro
The text was updated successfully, but these errors were encountered: