@nubjs/types 0.9.2 → 0.9.3
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.
- package/common.d.ts +1 -1
- package/package.json +1 -1
package/common.d.ts
CHANGED
|
@@ -150,7 +150,7 @@ declare var Worker: __NubUseLibDomIfAvailable<
|
|
|
150
150
|
|
|
151
151
|
// ── import.meta.hot (Vite-compatible — v0.x, shape committed v0.1) ──
|
|
152
152
|
// Forward-compat commitment: ships now so framework authors can code against the
|
|
153
|
-
// shape. `import.meta.hot
|
|
153
|
+
// shape. No Nub run defines `import.meta.hot`, so it is `undefined` at runtime.
|
|
154
154
|
interface ImportMeta {
|
|
155
155
|
readonly hot?: {
|
|
156
156
|
readonly data: Record<string, any>;
|