diff options
author | 2022-04-10 19:48:44 -0700 | |
---|---|---|
committer | 2022-04-10 19:48:44 -0700 | |
commit | 7d164ad8c7e7718c6a9e77ec8dbfcb86530b000c (patch) | |
tree | f2ad605326ca97e7c96706cbcb5d15bc356283aa | |
parent | 3abb72037b91264a5e0c8690b1f707064b285294 (diff) | |
download | bun-7d164ad8c7e7718c6a9e77ec8dbfcb86530b000c.tar.gz bun-7d164ad8c7e7718c6a9e77ec8dbfcb86530b000c.tar.zst bun-7d164ad8c7e7718c6a9e77ec8dbfcb86530b000c.zip |
Update globals.d.ts
-rw-r--r-- | types/bun/globals.d.ts | 2 |
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". |