@absolutejs/absolute 0.18.9-beta.0 → 0.18.9-beta.2
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.
|
@@ -5,4 +5,5 @@
|
|
|
5
5
|
* Bun preserves bare specifiers for external packages, but browsers can't
|
|
6
6
|
* resolve them. Rewriting to absolute URL paths lets the browser load
|
|
7
7
|
* the pre-built vendor files directly. */
|
|
8
|
+
export declare const patchRefreshGlobals: (outputPaths: string[]) => Promise<void>;
|
|
8
9
|
export declare const rewriteReactImports: (outputPaths: string[], vendorPaths: Record<string, string>) => Promise<void>;
|
package/package.json
CHANGED