| 1 | #!/usr/bin/env bun |
| 2 | // Performance shim MUST be the first import — it replaces globalThis.performance |
| 3 | // with a JS-backed implementation before React/OTel capture the native reference. |
| 4 | // Without this, JSC's C++ Vector grows without bound in long-running sessions. |
nothing calls this directly
no test coverage detected