@solidjs/vite-plugin 3.0.0-next.36 → 3.0.0-next.37

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.
@@ -206,4 +206,10 @@ export declare function startServe(options: StartOptions, internal?: {
206
206
  ssr?: boolean;
207
207
  styleFilter?: DevStyleFilter;
208
208
  diagnostics?: boolean;
209
+ /**
210
+ * Reports the resolved document shell path (absolute, or null when the
211
+ * built-in virtual document is used) back to the main plugin, which
212
+ * declines HMR for that module's client compile (solidjs/solid#3151).
213
+ */
214
+ onDocumentResolved?: (documentPath: string | null) => void;
209
215
  }): Plugin[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidjs/vite-plugin",
3
- "version": "3.0.0-next.36",
3
+ "version": "3.0.0-next.37",
4
4
  "description": "solid-js integration plugin for Vite",
5
5
  "type": "module",
6
6
  "engines": {