hytopia 0.5.6-dev5 → 0.5.6-dev7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +0,0 @@
1
- error: invalid JSC environment variable
2
-
3
- BUN_JSC_gcPrintStats=1
4
-
5
- For a list of options, see this file:
6
-
7
- https://github.com/oven-sh/webkit/blob/main/Source/JavaScriptCore/runtime/OptionsList.h
8
-
9
- Environment variables must be prefixed with "BUN_JSC_". This code runs before .env files are loaded, so those won't work here.
10
-
11
- Warning: options change between releases of Bun and WebKit without notice. This is not a stable API, you should not rely on it beyond debugging something, and it may be removed entirely in a future version of Bun.