aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types/bun/globals.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/types/bun/globals.d.ts b/types/bun/globals.d.ts
index 6d25a5b48..ffff7ab5e 100644
--- a/types/bun/globals.d.ts
+++ b/types/bun/globals.d.ts
@@ -1326,6 +1326,8 @@ type EventListenerOrEventListenerObject = EventListener | EventListenerObject;
*
* **Using this incorrectly will crash your application**.
*
+ * This API may change any time JavaScriptCore is updated.
+ *
* Bun may rewrite ESM import specifiers to point to bundled code. This will
* be confusing when using this API, as it will return a string like
* "/node_modules.server.bun".