@absolutejs/absolute 0.19.0-beta.832 → 0.19.0-beta.833

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.
@@ -6,7 +6,7 @@ export declare const compileAngularFile: (inputPath: string, outDir: string, sty
6
6
  * Inlines templateUrl → template and styleUrls → styles from disk.
7
7
  * Recursively transpiles all local imports so Bun's bundler can resolve them.
8
8
  * ~50-100ms for a tree of ~10 files vs ~500-700ms for AOT. */
9
- export declare const compileAngularFileJIT: (inputPath: string, outDir: string, rootDir?: string, stylePreprocessors?: StylePreprocessorConfig) => Promise<string[]>;
9
+ export declare const compileAngularFileJIT: (inputPath: string, outDir: string, rootDir?: string, stylePreprocessors?: StylePreprocessorConfig, cacheBuster?: string) => Promise<string[]>;
10
10
  export declare const compileAngular: (entryPoints: string[], outRoot: string, hmr?: boolean, stylePreprocessors?: StylePreprocessorConfig) => Promise<{
11
11
  clientPaths: string[];
12
12
  serverPaths: string[];
package/package.json CHANGED
@@ -384,5 +384,5 @@
384
384
  ]
385
385
  }
386
386
  },
387
- "version": "0.19.0-beta.832"
387
+ "version": "0.19.0-beta.833"
388
388
  }