@absolutejs/absolute 0.19.0-beta.97 → 0.19.0-beta.99
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/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/dist/build.js +14 -67
- package/dist/build.js.map +6 -6
- package/dist/dev/client/handlers/react.ts +1 -22
- package/dist/index.js +26 -68
- package/dist/index.js.map +7 -7
- package/dist/src/dev/transformCache.d.ts +0 -2
- package/package.json +1 -1
- package/dist/src/build/freshBuildWorker.d.ts +0 -1
|
@@ -3,6 +3,4 @@ export declare const setTransformed: (filePath: string, content: string, mtime:
|
|
|
3
3
|
export declare const getInvalidationVersion: (filePath: string) => number;
|
|
4
4
|
export declare const invalidate: (filePath: string) => void;
|
|
5
5
|
export declare const invalidateAll: () => void;
|
|
6
|
-
export declare const markAsDataFile: (filePath: string) => void;
|
|
7
|
-
export declare const isDataFile: (filePath: string) => boolean;
|
|
8
6
|
export declare const findNearestComponent: (filePath: string) => string | undefined;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|