dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

Adding v4 UUID generation, issue 214 #244

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

I decided to not go with using node-uuid.. My thinking was that this is a pretty small bit of code that will probably never change, so it seems like a lot less overhead to just add it here and forget about it.

I made this a separate module (instead of putting it in utils) because I thought perhaps in the future we would want to offer more robust UUID generation (which could then maybe just use node-uuid).

codecov-io commented 7 years ago

Current coverage is 94.35% (diff: 100%)

Merging #244 into master will decrease coverage by 3.49%

@@             master       #244   diff @@
==========================================
  Files            47         48     +1   
  Lines          2457       2461     +4   
  Methods          28         28          
  Messages          0          0          
  Branches        464        465     +1   
==========================================
- Hits           2404       2322    -82   
- Misses           51         52     +1   
- Partials          2         87    +85   

Powered by Codecov. Last update d2bbb57...720b3e7