UNPKG

weapp-tailwindcss

Version:

把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!

10 lines (9 loc) 671 B
export declare const MAX_RESTORED_CANDIDATE_CACHE_ENTRIES = 8192; export declare const MAX_RESTORED_CANDIDATE_CACHE_CODE_UNITS = 1048576; export declare function getRestoredCandidateCacheStats(escapeFragments: string[]): { codeUnitCount: number; entryCount: number; }; export declare function createEscapeFragments(escapeMap: Record<string, string>): string[]; export declare function collectEscapedRuntimeCandidates(source: string, escapeMap: Record<string, string>, escapeFragments: string[]): Set<string>; export declare function collectStrictEscapedRuntimeCandidates(source: string, escapeMap: Record<string, string>, escapeFragments: string[]): Set<string>;