We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b070ca commit b3fd8c7Copy full SHA for b3fd8c7
packages/bun-types/devserver.d.ts
@@ -1,13 +1,13 @@
1
declare module "bun" {
2
type HMREventNames =
3
- | "bun:beforeUpdate"
4
- | "bun:afterUpdate"
5
- | "bun:beforeFullReload"
6
- | "bun:beforePrune"
7
- | "bun:invalidate"
8
- | "bun:error"
9
- | "bun:ws:disconnect"
10
- | "bun:ws:connect";
+ | "beforeUpdate"
+ | "afterUpdate"
+ | "beforeFullReload"
+ | "beforePrune"
+ | "invalidate"
+ | "error"
+ | "ws:disconnect"
+ | "ws:connect";
11
12
/**
13
* The event names for the dev server
packages/bun-types/package.json
@@ -37,4 +37,4 @@
37
"bun.js",
38
"types"
39
]
40
-}
+}
0 commit comments