mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 00:49:02 +02:00
Merge pull request #2130 from penpot/niwinz-uuid-improvements
🎉 Replace current uuidv1 with custom v8
This commit is contained in:
commit
39fb391128
14 changed files with 229 additions and 122 deletions
|
@ -62,3 +62,4 @@
|
|||
"get-in" (bench-get-in)
|
||||
(println "available: str select-keys get-in")))
|
||||
|
||||
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
:autorun true
|
||||
|
||||
:compiler-options
|
||||
{:output-feature-set :es8
|
||||
{:output-feature-set :es2020
|
||||
:output-wrapper false
|
||||
:source-map true
|
||||
:source-map-include-sources-content true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue