mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-08 19:38:51 +01:00
9e1460b9e1
This PR swaps usage of the `uuid` library for the built-in `crypto.randomUUID` function, which is available in both NodeJS and the browser. The built-in function is around 12x faster than the `uuid` library. The strings produced by the built-in function are fully compatible with the UUIDv4 standard, so it's an easy switch. |
||
---|---|---|
.. | ||
asset | ||
block | ||
element | ||
hook | ||
modals | ||
store | ||
tab | ||
view | ||
workspace | ||
app.less | ||
app.tsx | ||
mixins.less | ||
reset.less | ||
theme.less |