@pathscale/rsbuild-plugin-ui-css-purge 0.9.6 → 0.9.8
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/dist/index.js +1 -1
- package/dist/postbuild-purge.js +1 -1
- package/dist/scan-consumer.d.ts +1 -1
- package/package.json +1 -1
package/dist/scan-consumer.d.ts
CHANGED
|
@@ -60,5 +60,5 @@ declare function extractUIImports(ast: unknown): Map<string, string>;
|
|
|
60
60
|
declare function extractJSXUsages(ast: unknown, uiComponents: Map<string, string>): PropUsage[];
|
|
61
61
|
declare function buildSafelists(allUsages: PropUsage[], manifest: PurgeManifest): Safelists;
|
|
62
62
|
declare function scanConsumerSource(srcDir: string): Promise<PropUsage[]>;
|
|
63
|
-
export type { ComponentPurgeRecord, LegacyComponentManifest as ComponentManifest, LegacyComponentManifest, PropUsage, PurgeDatabaseV2, PurgeManifest, Safelists, };
|
|
64
63
|
export { buildSafelists, extractJSXUsages, extractUIImports, scanConsumerSource, };
|
|
64
|
+
export type { LegacyComponentManifest as ComponentManifest, ComponentPurgeRecord, LegacyComponentManifest, PropUsage, PurgeDatabaseV2, PurgeManifest, Safelists, };
|