Merge pull request #2130 from penpot/niwinz-uuid-improvements

🎉 Replace current uuidv1 with custom v8
This commit is contained in:
Alejandro 2022-08-03 09:38:23 +02:00 committed by GitHub
commit 39fb391128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 229 additions and 122 deletions

View file

@ -62,3 +62,4 @@
"get-in" (bench-get-in)
(println "available: str select-keys get-in")))

View file

@ -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