waveterm/frontend/util
Evan Simkowitz 9e1460b9e1
Remove UUID library in favor of Crypto (#221)
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.
2024-08-12 21:20:13 -07:00
..
endpoints.ts update license blurbs 2024-07-17 19:46:17 -07:00
fontutil.ts fix inter font for variable weight 2024-07-05 14:57:11 -07:00
getenv.ts update license blurbs 2024-07-17 19:46:17 -07:00
ijson.ts Replace lets with const where possible (#35) 2024-06-11 13:19:29 -07:00
isdev.ts update license blurbs 2024-07-17 19:46:17 -07:00
keyutil.ts keydownWrapper 2024-06-28 17:53:35 -07:00
layoututil.ts add 'dev' label to application. also add 'un-magnify' icon when magnified 2024-08-01 13:46:06 -07:00
util.ts Remove UUID library in favor of Crypto (#221) 2024-08-12 21:20:13 -07:00