weapp-tailwindcss 4.12.0 → 5.0.0-next.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.
Files changed (313) hide show
  1. package/dist/babel/index.d.ts +3 -0
  2. package/dist/bundlers/gulp/index.d.ts +7 -0
  3. package/dist/bundlers/shared/cache.d.ts +16 -0
  4. package/dist/bundlers/shared/css-cleanup.d.ts +4 -0
  5. package/dist/bundlers/shared/css-imports.d.ts +8 -0
  6. package/dist/bundlers/shared/generator-candidates.d.ts +5 -0
  7. package/dist/bundlers/shared/generator-css.d.ts +43 -0
  8. package/dist/bundlers/shared/module-graph.d.ts +5 -0
  9. package/dist/bundlers/shared/run-tasks.d.ts +2 -0
  10. package/dist/bundlers/vite/bundle-entries.d.ts +14 -0
  11. package/dist/bundlers/vite/bundle-state.d.ts +43 -0
  12. package/dist/bundlers/vite/css-finalizer.d.ts +22 -0
  13. package/dist/bundlers/vite/generate-bundle.d.ts +33 -0
  14. package/dist/bundlers/vite/incremental-runtime-class-set.d.ts +21 -0
  15. package/dist/bundlers/vite/index.d.ts +3 -0
  16. package/dist/bundlers/vite/js-precheck.d.ts +1 -0
  17. package/dist/bundlers/vite/query.d.ts +15 -0
  18. package/dist/bundlers/vite/resolve-app-type.d.ts +2 -0
  19. package/dist/bundlers/vite/rewrite-css-imports.d.ts +11 -0
  20. package/dist/bundlers/vite/runtime-affecting-signature.d.ts +2 -0
  21. package/dist/bundlers/vite/source-candidates.d.ts +15 -0
  22. package/dist/bundlers/vite/utils.d.ts +9 -0
  23. package/dist/bundlers/webpack/BaseUnifiedPlugin/shared.d.ts +20 -0
  24. package/dist/bundlers/webpack/BaseUnifiedPlugin/v4-assets.d.ts +14 -0
  25. package/dist/bundlers/webpack/BaseUnifiedPlugin/v4-loaders.d.ts +15 -0
  26. package/dist/bundlers/webpack/BaseUnifiedPlugin/v4.d.ts +9 -0
  27. package/dist/bundlers/webpack/BaseUnifiedPlugin/v5-assets.d.ts +17 -0
  28. package/dist/bundlers/webpack/BaseUnifiedPlugin/v5-loaders.d.ts +19 -0
  29. package/dist/bundlers/webpack/BaseUnifiedPlugin/v5.d.ts +9 -0
  30. package/dist/bundlers/webpack/index.d.ts +1 -0
  31. package/dist/bundlers/webpack/loaders/weapp-tw-css-import-rewrite-loader.d.ts +12 -0
  32. package/dist/bundlers/webpack/loaders/weapp-tw-runtime-classset-loader.d.ts +11 -0
  33. package/dist/bundlers/webpack/shared/css-imports.d.ts +6 -0
  34. package/dist/bundlers/webpack/shared/loader-anchors.d.ts +8 -0
  35. package/dist/cache/index.d.ts +38 -0
  36. package/dist/cache/md5.d.ts +1 -0
  37. package/dist/chunk-8l464Juk.js +28 -0
  38. package/dist/cli/config.d.ts +5 -0
  39. package/dist/cli/context.d.ts +16 -0
  40. package/dist/cli/doctor/constants.d.ts +7 -0
  41. package/dist/cli/doctor/types.d.ts +31 -0
  42. package/dist/cli/doctor.d.ts +4 -0
  43. package/dist/cli/helpers/options/format.d.ts +2 -0
  44. package/dist/cli/helpers/options/parse.d.ts +3 -0
  45. package/dist/cli/helpers/options/resolve.d.ts +1 -0
  46. package/dist/cli/helpers/options.d.ts +3 -0
  47. package/dist/cli/helpers/patch-cwd.d.ts +1 -0
  48. package/dist/cli/helpers.d.ts +5 -0
  49. package/dist/cli/mount-options/patch-status.d.ts +2 -0
  50. package/dist/cli/mount-options.d.ts +2 -0
  51. package/dist/cli/patch-options.d.ts +6 -0
  52. package/dist/cli/tokens.d.ts +4 -0
  53. package/dist/cli/types.d.ts +17 -0
  54. package/dist/cli/vscode-entry.d.ts +14 -0
  55. package/dist/cli/workspace/package-dirs.d.ts +3 -0
  56. package/dist/cli/workspace/patch-package.d.ts +3 -0
  57. package/dist/cli/workspace/patch-utils.d.ts +3 -0
  58. package/dist/cli/workspace/types.d.ts +11 -0
  59. package/dist/cli/workspace/workspace-globs.d.ts +2 -0
  60. package/dist/cli/workspace/workspace-io.d.ts +1 -0
  61. package/dist/cli/workspace/workspace-lock.d.ts +1 -0
  62. package/dist/cli/workspace.d.ts +2 -0
  63. package/dist/cli.d.ts +1 -2
  64. package/dist/cli.js +2425 -3524
  65. package/dist/cli.mjs +2402 -3505
  66. package/dist/constants-B-_T5UnW.mjs +44 -0
  67. package/dist/constants-p1dyh1x1.js +73 -0
  68. package/dist/constants.d.ts +13 -0
  69. package/dist/context/compiler-context-cache.d.ts +3 -0
  70. package/dist/context/custom-attributes.d.ts +2 -0
  71. package/dist/context/handlers.d.ts +6 -0
  72. package/dist/context/index.d.ts +7 -0
  73. package/dist/context/logger.d.ts +4 -0
  74. package/dist/context/tailwindcss/basedir.d.ts +1 -0
  75. package/dist/context/tailwindcss/rax.d.ts +2 -0
  76. package/dist/context/tailwindcss.d.ts +4 -0
  77. package/dist/context/workspace.d.ts +3 -0
  78. package/dist/core.d.ts +5 -21
  79. package/dist/core.js +138 -180
  80. package/dist/core.mjs +135 -180
  81. package/dist/css-imports-BbrbluP9.js +177 -0
  82. package/dist/css-imports-CSdPq_Sc.mjs +128 -0
  83. package/dist/css-macro/constants.d.ts +14 -0
  84. package/dist/css-macro/index.d.ts +15 -0
  85. package/dist/css-macro/postcss.d.ts +3 -7
  86. package/dist/css-macro/postcss.js +44 -58
  87. package/dist/css-macro/postcss.mjs +44 -56
  88. package/dist/css-macro.d.ts +1 -20
  89. package/dist/css-macro.js +37 -50
  90. package/dist/css-macro.mjs +33 -47
  91. package/dist/debug/index.d.ts +5 -0
  92. package/dist/defaults.d.ts +2 -11
  93. package/dist/defaults.js +132 -8
  94. package/dist/defaults.mjs +128 -7
  95. package/dist/escape.js +31 -54
  96. package/dist/escape.mjs +18 -25
  97. package/dist/experimental/index.d.ts +2 -0
  98. package/dist/experimental/oxc/ast-utils.d.ts +30 -0
  99. package/dist/experimental/oxc/index.d.ts +2 -0
  100. package/dist/experimental/oxc/module-specifiers.d.ts +2 -0
  101. package/dist/experimental/shared/cache.d.ts +3 -0
  102. package/dist/experimental/shared/transform.d.ts +3 -0
  103. package/dist/experimental/shared.d.ts +8 -0
  104. package/dist/experimental/swc/ast-utils.d.ts +30 -0
  105. package/dist/experimental/swc/index.d.ts +2 -0
  106. package/dist/experimental/swc/module-specifiers.d.ts +2 -0
  107. package/dist/generator/index.d.ts +11 -0
  108. package/dist/generator/options.d.ts +17 -0
  109. package/dist/generator/types.d.ts +20 -0
  110. package/dist/generator-Y-Ikv4Fu.mjs +1177 -0
  111. package/dist/generator-css-B5ejWUMv.mjs +1098 -0
  112. package/dist/generator-css-D3OdPRiS.js +1125 -0
  113. package/dist/generator-mmhXzZnv.js +1276 -0
  114. package/dist/generator.d.ts +1 -0
  115. package/dist/generator.js +19 -0
  116. package/dist/generator.mjs +2 -0
  117. package/dist/gulp.d.ts +4 -24
  118. package/dist/gulp.js +271 -13
  119. package/dist/gulp.mjs +263 -13
  120. package/dist/index.d.ts +8 -15
  121. package/dist/index.js +12 -24
  122. package/dist/index.mjs +6 -24
  123. package/dist/js/JsTokenUpdater.d.ts +14 -0
  124. package/dist/js/ModuleGraph.d.ts +18 -0
  125. package/dist/js/NodePathWalker.d.ts +33 -0
  126. package/dist/js/babel/parse.d.ts +9 -0
  127. package/dist/js/babel/process.d.ts +4 -0
  128. package/dist/js/babel.d.ts +13 -0
  129. package/dist/js/class-context.d.ts +3 -0
  130. package/dist/js/evalTransforms.d.ts +7 -0
  131. package/dist/js/handlers.d.ts +5 -0
  132. package/dist/js/index.d.ts +4 -0
  133. package/dist/js/module-graph/ignored-exports.d.ts +18 -0
  134. package/dist/js/module-graph/types.d.ts +17 -0
  135. package/dist/js/node-path-walker/export-handlers.d.ts +12 -0
  136. package/dist/js/node-path-walker/import-tokens.d.ts +24 -0
  137. package/dist/js/precheck.d.ts +2 -0
  138. package/dist/js/sourceAnalysis.d.ts +17 -0
  139. package/dist/js/syntax.d.ts +10 -0
  140. package/dist/js/taggedTemplateIgnore.d.ts +13 -0
  141. package/dist/js/types.d.ts +11 -0
  142. package/dist/lightningcss/index.d.ts +8 -0
  143. package/dist/lightningcss/style-handler/options.d.ts +3 -0
  144. package/dist/lightningcss/style-handler/selector-transform.d.ts +10 -0
  145. package/dist/lightningcss/style-handler/selector-utils.d.ts +10 -0
  146. package/dist/lightningcss/style-handler.d.ts +17 -0
  147. package/dist/loader-anchors-CNkWT8hx.js +273 -0
  148. package/dist/loader-anchors-TrU7EUr7.mjs +205 -0
  149. package/dist/logger/index.d.ts +2 -0
  150. package/dist/logger-BZ45DZJT.js +1003 -0
  151. package/dist/logger-BoVx1Dbt.mjs +935 -0
  152. package/dist/patcher-options-6gJN2EXy.js +115 -0
  153. package/dist/patcher-options-DQfR5xxT.mjs +92 -0
  154. package/dist/postcss-html-transform.d.ts +3 -3
  155. package/dist/postcss-html-transform.js +7 -10
  156. package/dist/postcss-html-transform.mjs +3 -6
  157. package/dist/postcss.d.ts +15 -0
  158. package/dist/postcss.js +280 -0
  159. package/dist/postcss.mjs +270 -0
  160. package/dist/presets/hbuilderx.d.ts +4 -0
  161. package/dist/presets/index.d.ts +3 -0
  162. package/dist/presets/shared.d.ts +10 -0
  163. package/dist/presets/taro.d.ts +4 -0
  164. package/dist/presets/uni-app-x.d.ts +16 -0
  165. package/dist/presets/uni-app.d.ts +4 -0
  166. package/dist/presets.d.ts +1 -76
  167. package/dist/presets.js +115 -163
  168. package/dist/presets.mjs +107 -163
  169. package/dist/recorder-gYSNLfOP.js +2878 -0
  170. package/dist/recorder-zsgatmkB.mjs +2763 -0
  171. package/dist/reset/index.d.ts +2 -0
  172. package/dist/reset.d.ts +1 -4
  173. package/dist/reset.js +19 -8
  174. package/dist/reset.mjs +2 -8
  175. package/dist/shared/classname-transform.d.ts +14 -0
  176. package/dist/shared/mpx.d.ts +7 -0
  177. package/dist/shared/tailwindcss-css-redirect.d.ts +1 -0
  178. package/dist/tailwindcss/index.d.ts +11 -0
  179. package/dist/tailwindcss/miniprogram.d.ts +1 -0
  180. package/dist/tailwindcss/patcher-options.d.ts +56 -0
  181. package/dist/tailwindcss/patcher-resolve.d.ts +4 -0
  182. package/dist/tailwindcss/patcher.d.ts +13 -0
  183. package/dist/tailwindcss/recorder.d.ts +13 -0
  184. package/dist/tailwindcss/remove-unsupported-css.d.ts +2 -0
  185. package/dist/tailwindcss/runtime/cache.d.ts +11 -0
  186. package/dist/tailwindcss/runtime-logs.d.ts +3 -0
  187. package/dist/tailwindcss/runtime.d.ts +29 -0
  188. package/dist/tailwindcss/targets/paths.d.ts +13 -0
  189. package/dist/tailwindcss/targets/record-io.d.ts +5 -0
  190. package/dist/tailwindcss/targets/recorder.d.ts +3 -0
  191. package/dist/tailwindcss/targets/types.d.ts +35 -0
  192. package/dist/tailwindcss/targets.d.ts +6 -0
  193. package/dist/tailwindcss/v3-engine/generator.d.ts +2 -0
  194. package/dist/tailwindcss/v3-engine/index.d.ts +4 -0
  195. package/dist/tailwindcss/v3-engine/miniprogram.d.ts +4 -0
  196. package/dist/tailwindcss/v3-engine/source.d.ts +5 -0
  197. package/dist/tailwindcss/v3-engine/types.d.ts +55 -0
  198. package/dist/tailwindcss/v4/config.d.ts +5 -0
  199. package/dist/tailwindcss/v4/css-entries.d.ts +7 -0
  200. package/dist/tailwindcss/v4/index.d.ts +2 -0
  201. package/dist/tailwindcss/v4/multi-patcher.d.ts +2 -0
  202. package/dist/tailwindcss/v4/patcher-options.d.ts +24 -0
  203. package/dist/tailwindcss/v4/patcher.d.ts +14 -0
  204. package/dist/tailwindcss/v4-engine/candidates.d.ts +2 -0
  205. package/dist/tailwindcss/v4-engine/design-system.d.ts +1 -0
  206. package/dist/tailwindcss/v4-engine/generator.d.ts +2 -0
  207. package/dist/tailwindcss/v4-engine/index.d.ts +5 -0
  208. package/dist/tailwindcss/v4-engine/miniprogram.d.ts +5 -0
  209. package/dist/tailwindcss/v4-engine/source.d.ts +7 -0
  210. package/dist/tailwindcss/v4-engine/tailwind-v3-compatibility.d.ts +1 -0
  211. package/dist/tailwindcss/v4-engine/tailwind-v3-default-colors.d.ts +1 -0
  212. package/dist/tailwindcss/v4-engine/tailwind-v4-default-colors.d.ts +1 -0
  213. package/dist/tailwindcss/v4-engine/types.d.ts +19 -0
  214. package/dist/typedoc.export.d.ts +5 -0
  215. package/dist/types/base.d.ts +1 -0
  216. package/dist/types/disabled-options.d.ts +4 -0
  217. package/dist/types/index.d.ts +104 -0
  218. package/dist/types/shared.d.ts +7 -0
  219. package/dist/types/user-defined-options/general.d.ts +31 -0
  220. package/dist/types/user-defined-options/important.d.ts +37 -0
  221. package/dist/types/user-defined-options/index.d.ts +11 -0
  222. package/dist/types/user-defined-options/lifecycle.d.ts +6 -0
  223. package/dist/types/user-defined-options/matcher.d.ts +9 -0
  224. package/dist/types.d.ts +1 -150
  225. package/dist/types.js +0 -1
  226. package/dist/types.mjs +1 -1
  227. package/dist/uni-app-x/component-local-style.d.ts +19 -0
  228. package/dist/uni-app-x/index.d.ts +2 -0
  229. package/dist/uni-app-x/options.d.ts +12 -0
  230. package/dist/uni-app-x/style-isolation.d.ts +2 -0
  231. package/dist/uni-app-x/transform.d.ts +9 -0
  232. package/dist/uni-app-x/vite.d.ts +36 -0
  233. package/dist/utils/decode.d.ts +2 -0
  234. package/dist/utils/disabled.d.ts +6 -0
  235. package/dist/utils/hbuilderx.d.ts +5 -0
  236. package/dist/utils/index.d.ts +7 -0
  237. package/dist/utils/nameMatcher.d.ts +4 -0
  238. package/dist/utils/resolve-package.d.ts +1 -0
  239. package/dist/utils/uni-platform.d.ts +11 -0
  240. package/dist/utils-7DUGTFED.mjs +48 -0
  241. package/dist/utils-DmC9_In3.js +61 -0
  242. package/dist/vite-BC9U7ahn.js +2199 -0
  243. package/dist/vite-CrlzCNqz.mjs +2186 -0
  244. package/dist/vite.d.ts +4 -17
  245. package/dist/vite.js +5 -14
  246. package/dist/vite.mjs +2 -14
  247. package/dist/weapp-tw-css-import-rewrite-loader.js +59 -92
  248. package/dist/weapp-tw-runtime-classset-loader.js +31 -50
  249. package/dist/webpack-Bu6M-Hbw.mjs +441 -0
  250. package/dist/webpack-DD7A6V0u.js +456 -0
  251. package/dist/webpack.d.ts +4 -25
  252. package/dist/webpack.js +6 -17
  253. package/dist/webpack.mjs +2 -17
  254. package/dist/webpack4.d.ts +4 -26
  255. package/dist/webpack4.js +375 -481
  256. package/dist/webpack4.mjs +366 -482
  257. package/dist/wxml/Tokenizer.d.ts +15 -0
  258. package/dist/wxml/custom-attributes.d.ts +4 -0
  259. package/dist/wxml/index.d.ts +2 -0
  260. package/dist/wxml/shared.d.ts +2 -0
  261. package/dist/wxml/tokenizer/types.d.ts +18 -0
  262. package/dist/wxml/utils/codegen/legacy-rewriter.d.ts +2 -0
  263. package/dist/wxml/utils/codegen/legacy-visitor.d.ts +8 -0
  264. package/dist/wxml/utils/codegen.d.ts +2 -0
  265. package/dist/wxml/utils/custom-template.d.ts +3 -0
  266. package/dist/wxml/utils/fragment-helpers.d.ts +6 -0
  267. package/dist/wxml/utils/fragment-updater.d.ts +4 -0
  268. package/dist/wxml/utils/template-fragments.d.ts +3 -0
  269. package/dist/wxml/utils.d.ts +8 -0
  270. package/dist/wxml/whitespace.d.ts +2 -0
  271. package/generator-placeholder.css +1 -0
  272. package/package.json +19 -8
  273. package/dist/chunk-24AGZQVR.js +0 -183
  274. package/dist/chunk-3VQKDHGP.mjs +0 -179
  275. package/dist/chunk-4AFQP74Z.js +0 -24
  276. package/dist/chunk-57SOQCAU.mjs +0 -582
  277. package/dist/chunk-5ZYHNDEK.mjs +0 -2439
  278. package/dist/chunk-76S2EME4.mjs +0 -34
  279. package/dist/chunk-A5PB4KZT.js +0 -138
  280. package/dist/chunk-DUHYLR2R.js +0 -276
  281. package/dist/chunk-DYLQ6UOI.js +0 -71
  282. package/dist/chunk-E7I5TW5K.js +0 -52
  283. package/dist/chunk-FS2NOOEB.js +0 -292
  284. package/dist/chunk-HVNGIKLS.js +0 -3930
  285. package/dist/chunk-JZQBZHN5.js +0 -579
  286. package/dist/chunk-KGTVD4EP.mjs +0 -3930
  287. package/dist/chunk-NNOQDMUP.mjs +0 -10
  288. package/dist/chunk-OF6MFURR.js +0 -34
  289. package/dist/chunk-OFB2KBRP.js +0 -2442
  290. package/dist/chunk-OOHJLO5M.mjs +0 -71
  291. package/dist/chunk-PCDYXXSK.mjs +0 -1515
  292. package/dist/chunk-RKISS72P.js +0 -7
  293. package/dist/chunk-RRQZL7FQ.mjs +0 -292
  294. package/dist/chunk-XAKAD2CR.mjs +0 -138
  295. package/dist/chunk-XZP3MREK.mjs +0 -276
  296. package/dist/chunk-ZAA5ZG3D.js +0 -1518
  297. package/dist/chunk-ZCH4YINE.mjs +0 -52
  298. package/dist/cli.d.mts +0 -2
  299. package/dist/core.d.mts +0 -26
  300. package/dist/css-macro/postcss.d.mts +0 -7
  301. package/dist/css-macro.d.mts +0 -18
  302. package/dist/defaults.d.mts +0 -11
  303. package/dist/gulp.d.mts +0 -24
  304. package/dist/index-BXrmQelt.d.mts +0 -672
  305. package/dist/index-BXrmQelt.d.ts +0 -672
  306. package/dist/index.d.mts +0 -15
  307. package/dist/postcss-html-transform.d.mts +0 -2
  308. package/dist/presets.d.mts +0 -76
  309. package/dist/reset.d.mts +0 -1
  310. package/dist/types.d.mts +0 -150
  311. package/dist/vite.d.mts +0 -17
  312. package/dist/webpack.d.mts +0 -25
  313. package/dist/webpack4.d.mts +0 -26
@@ -0,0 +1,104 @@
1
+ import type { ParseError, ParserOptions } from '@babel/parser';
2
+ import type { CssPreflightOptions, IStyleHandlerOptions } from '@weapp-tailwindcss/postcss/types';
3
+ import type { SourceMap } from 'magic-string';
4
+ import type { Document, Result as PostcssResult, Root } from 'postcss';
5
+ import type { ILengthUnitsPatchOptions, TailwindcssPatcher } from 'tailwindcss-patch';
6
+ import type { ICreateCacheReturnType } from '../cache';
7
+ import type { ItemOrItemArray } from './base';
8
+ import type { DisabledOptions } from './disabled-options';
9
+ import type { AppType, IArbitraryValues, ICustomAttributesEntities } from './shared';
10
+ import type { UniAppXComponentLocalStylesOptions, UniAppXOptions as UniAppXUserDefinedOptions, UserDefinedOptions } from './user-defined-options';
11
+ type AsyncableMethod<T> = T extends (...args: infer A) => infer R ? (...args: A) => Promise<Awaited<R>> | Awaited<R> : never;
12
+ export type { DisabledOptions, UniAppXComponentLocalStylesOptions, UniAppXUserDefinedOptions, UserDefinedOptions, };
13
+ export type { CssPreflightOptions, IStyleHandlerOptions, ItemOrItemArray };
14
+ export type { AppType, IArbitraryValues, ICustomAttributes, ICustomAttributesEntities } from './shared';
15
+ export interface LinkedJsModuleResult {
16
+ code: string;
17
+ }
18
+ export interface JsHandlerResult {
19
+ code: string;
20
+ map?: SourceMap;
21
+ error?: ParseError;
22
+ linked?: Record<string, LinkedJsModuleResult>;
23
+ }
24
+ export interface TailwindcssPatcherLike {
25
+ packageInfo: TailwindcssPatcher['packageInfo'];
26
+ majorVersion?: TailwindcssPatcher['majorVersion'];
27
+ patch: TailwindcssPatcher['patch'];
28
+ getClassSet: AsyncableMethod<TailwindcssPatcher['getClassSet']>;
29
+ getClassSetSync?: TailwindcssPatcher['getClassSetSync'];
30
+ extract: TailwindcssPatcher['extract'];
31
+ collectContentTokens?: TailwindcssPatcher['collectContentTokens'];
32
+ options?: TailwindcssPatcher['options'];
33
+ }
34
+ export interface RefreshTailwindcssPatcherOptions {
35
+ clearCache?: boolean;
36
+ }
37
+ export interface IJsHandlerOptions {
38
+ escapeMap?: Record<string, string>;
39
+ classNameSet?: Set<string>;
40
+ staleClassNameFallback?: boolean;
41
+ jsArbitraryValueFallback?: boolean | 'auto';
42
+ tailwindcssMajorVersion?: number;
43
+ arbitraryValues?: IArbitraryValues;
44
+ jsPreserveClass?: (keyword: string) => boolean | undefined;
45
+ needEscaped?: boolean;
46
+ generateMap?: boolean;
47
+ alwaysEscape?: boolean;
48
+ unescapeUnicode?: boolean;
49
+ babelParserOptions?: ParserOptions;
50
+ ignoreTaggedTemplateExpressionIdentifiers?: (string | RegExp)[];
51
+ ignoreCallExpressionIdentifiers?: (string | RegExp)[];
52
+ uniAppX?: boolean;
53
+ moduleSpecifierReplacements?: Record<string, string>;
54
+ wrapExpression?: boolean;
55
+ filename?: string;
56
+ moduleGraph?: JsModuleGraphOptions;
57
+ }
58
+ export interface JsHandler {
59
+ (rawSource: string, set?: Set<string>, options?: CreateJsHandlerOptions): JsHandlerResult;
60
+ }
61
+ export interface ICommonReplaceOptions {
62
+ keepEOL?: boolean;
63
+ escapeMap?: Record<string, string>;
64
+ }
65
+ export interface ITemplateHandlerOptions extends ICommonReplaceOptions {
66
+ customAttributesEntities?: ICustomAttributesEntities;
67
+ escapeMap?: Record<string, string>;
68
+ inlineWxs?: boolean;
69
+ jsHandler?: JsHandler;
70
+ runtimeSet?: Set<string>;
71
+ disabledDefaultTemplateHandler?: boolean;
72
+ quote?: string | null;
73
+ ignoreHead?: boolean;
74
+ wrapExpression?: boolean;
75
+ }
76
+ export type InternalUserDefinedOptions = Required<Omit<UserDefinedOptions, 'supportCustomLengthUnitsPatch' | 'customReplaceDictionary' | 'cache'> & {
77
+ supportCustomLengthUnitsPatch: ILengthUnitsPatchOptions | boolean;
78
+ templateHandler: (rawSource: string, options?: ITemplateHandlerOptions) => Promise<string>;
79
+ styleHandler: (rawSource: string, options?: IStyleHandlerOptions) => Promise<PostcssResult<Root | Document>>;
80
+ jsHandler: JsHandler;
81
+ escapeMap: Record<string, string>;
82
+ customReplaceDictionary: Record<string, string>;
83
+ cache: ICreateCacheReturnType;
84
+ twPatcher: TailwindcssPatcherLike;
85
+ refreshTailwindcssPatcher: (options?: RefreshTailwindcssPatcherOptions) => Promise<TailwindcssPatcherLike>;
86
+ }>;
87
+ export type InternalPostcssOptions = Pick<UserDefinedOptions, 'cssMatcher' | 'mainCssChunkMatcher' | 'cssPreflight' | 'cssPreflightRange' | 'disabled'>;
88
+ export interface IBaseWebpackPlugin {
89
+ options: InternalUserDefinedOptions;
90
+ appType?: AppType;
91
+ apply: (compiler: any) => void;
92
+ }
93
+ export interface InternalPatchResult {
94
+ dataTypes?: string;
95
+ processTailwindFeatures?: string;
96
+ plugin?: string;
97
+ }
98
+ export type CreateJsHandlerOptions = Omit<IJsHandlerOptions, 'classNameSet'>;
99
+ export interface JsModuleGraphOptions {
100
+ resolve: (specifier: string, importer: string) => string | undefined;
101
+ load: (id: string) => string | undefined;
102
+ filter?: (id: string, specifier: string, importer: string) => boolean;
103
+ maxDepth?: number;
104
+ }
@@ -0,0 +1,7 @@
1
+ import type { ItemOrItemArray } from './base';
2
+ export type AppType = 'uni-app' | 'uni-app-vite' | 'uni-app-x' | 'taro' | 'remax' | 'rax' | 'native' | 'kbone' | 'mpx' | 'weapp-vite';
3
+ export type ICustomAttributes = Record<string, ItemOrItemArray<string | RegExp>> | Map<string | RegExp, ItemOrItemArray<string | RegExp>>;
4
+ export type ICustomAttributesEntities = [string | RegExp, ItemOrItemArray<string | RegExp>][];
5
+ export interface IArbitraryValues {
6
+ allowDoubleQuotes?: boolean;
7
+ }
@@ -0,0 +1,31 @@
1
+ import type { ParserOptions } from '@babel/parser';
2
+ import type { LoadedPostcssOptions } from '@weapp-tailwindcss/postcss/types';
3
+ import type { ILengthUnitsPatchOptions, TailwindCssPatchOptions } from 'tailwindcss-patch';
4
+ import type { ICreateCacheReturnType } from '../../cache';
5
+ import type { WeappTailwindcssGeneratorUserOptions } from '../../generator';
6
+ import type { AppType, IArbitraryValues } from '../shared';
7
+ export interface UserDefinedOptionsGeneralPart {
8
+ supportCustomLengthUnitsPatch?: ILengthUnitsPatchOptions | boolean;
9
+ appType?: AppType;
10
+ arbitraryValues?: IArbitraryValues;
11
+ jsPreserveClass?: (keyword: string) => boolean | undefined;
12
+ staleClassNameFallback?: boolean;
13
+ jsArbitraryValueFallback?: boolean | 'auto';
14
+ replaceRuntimePackages?: boolean | Record<string, string>;
15
+ generator?: WeappTailwindcssGeneratorUserOptions;
16
+ disabledDefaultTemplateHandler?: boolean;
17
+ runtimeLoaderPath?: string;
18
+ runtimeCssImportRewriteLoaderPath?: string;
19
+ tailwindcssBasedir?: string;
20
+ cache?: boolean | ICreateCacheReturnType;
21
+ babelParserOptions?: ParserOptions & {
22
+ cache?: boolean;
23
+ cacheKey?: string;
24
+ };
25
+ cssChildCombinatorReplaceValue?: string | string[];
26
+ postcssOptions?: LoadedPostcssOptions;
27
+ cssRemoveHoverPseudoClass?: boolean;
28
+ cssRemoveProperty?: boolean;
29
+ tailwindcssPatcherOptions?: TailwindCssPatchOptions;
30
+ logLevel?: 'info' | 'warn' | 'error' | 'silent';
31
+ }
@@ -0,0 +1,37 @@
1
+ import type { CssCalcOptions, CssPreflightOptions, PresetEnvOptions, Px2rpxOptions, Rem2rpxOptions, UniAppXUnsupportedMode, UnitsToPxOptions, WeappAutoprefixerOptions } from '@weapp-tailwindcss/postcss/types';
2
+ import type { TailwindCssPatchOptions } from 'tailwindcss-patch';
3
+ import type { DisabledOptions } from '../disabled-options';
4
+ import type { ICustomAttributes } from '../shared';
5
+ export interface UniAppXComponentLocalStylesOptions {
6
+ enabled?: boolean;
7
+ onlyWhenStyleIsolationVersion2?: boolean;
8
+ }
9
+ export interface UniAppXOptions {
10
+ enabled?: boolean;
11
+ componentLocalStyles?: boolean | UniAppXComponentLocalStylesOptions;
12
+ uvueUnsupported?: UniAppXUnsupportedMode;
13
+ }
14
+ export interface UserDefinedOptionsImportantPart {
15
+ disabled?: boolean | DisabledOptions;
16
+ customAttributes?: ICustomAttributes;
17
+ customReplaceDictionary?: Record<string, string>;
18
+ ignoreTaggedTemplateExpressionIdentifiers?: (string | RegExp)[];
19
+ ignoreCallExpressionIdentifiers?: (string | RegExp)[];
20
+ cssPreflight?: CssPreflightOptions;
21
+ cssPreflightRange?: 'all';
22
+ cssCalc?: boolean | CssCalcOptions | (string | RegExp)[];
23
+ injectAdditionalCssVarScope?: boolean;
24
+ rewriteCssImports?: boolean;
25
+ cssSelectorReplacement?: {
26
+ root?: string | string[] | false;
27
+ universal?: string | string[] | false;
28
+ };
29
+ rem2rpx?: boolean | Rem2rpxOptions;
30
+ px2rpx?: boolean | Px2rpxOptions;
31
+ unitsToPx?: boolean | UnitsToPxOptions;
32
+ cssPresetEnv?: PresetEnvOptions;
33
+ autoprefixer?: WeappAutoprefixerOptions;
34
+ tailwindcss?: TailwindCssPatchOptions['tailwindcss'];
35
+ cssEntries?: string[];
36
+ uniAppX?: boolean | UniAppXOptions;
37
+ }
@@ -0,0 +1,11 @@
1
+ import type { UserDefinedOptionsGeneralPart } from './general';
2
+ import type { UserDefinedOptionsImportantPart } from './important';
3
+ import type { UserDefinedOptionsLifecyclePart } from './lifecycle';
4
+ import type { UserDefinedOptionsMatcherPart } from './matcher';
5
+ export type { UserDefinedOptionsGeneralPart, } from './general';
6
+ export type { UniAppXComponentLocalStylesOptions, UniAppXOptions, } from './important';
7
+ export type { UserDefinedOptionsImportantPart, } from './important';
8
+ export type { UserDefinedOptionsLifecyclePart, } from './lifecycle';
9
+ export type { UserDefinedOptionsMatcherPart, } from './matcher';
10
+ export interface UserDefinedOptions extends UserDefinedOptionsGeneralPart, UserDefinedOptionsImportantPart, UserDefinedOptionsLifecyclePart, UserDefinedOptionsMatcherPart {
11
+ }
@@ -0,0 +1,6 @@
1
+ export interface UserDefinedOptionsLifecyclePart {
2
+ onLoad?: () => void;
3
+ onStart?: () => void;
4
+ onUpdate?: (filename: string, oldVal: string, newVal: string) => void;
5
+ onEnd?: () => void;
6
+ }
@@ -0,0 +1,9 @@
1
+ import type { AppType } from '../shared';
2
+ export interface UserDefinedOptionsMatcherPart {
3
+ htmlMatcher?: (name: string) => boolean;
4
+ cssMatcher?: (name: string) => boolean;
5
+ jsMatcher?: (name: string) => boolean;
6
+ mainCssChunkMatcher?: (name: string, appType?: AppType) => boolean;
7
+ wxsMatcher?: (name: string) => boolean;
8
+ inlineWxs?: boolean;
9
+ }
package/dist/types.d.ts CHANGED
@@ -1,150 +1 @@
1
- import { ParserOptions, ParseError } from '@babel/parser';
2
- import { IStyleHandlerOptions } from '@weapp-tailwindcss/postcss/types';
3
- export { CssPreflightOptions, IStyleHandlerOptions } from '@weapp-tailwindcss/postcss/types';
4
- import { SourceMap } from 'magic-string';
5
- import { Result, Root, Document } from 'postcss';
6
- import { ILengthUnitsPatchOptions, TailwindcssPatcher } from 'tailwindcss-patch';
7
- import { I as IArbitraryValues, e as UserDefinedOptions, b as ICustomAttributesEntities, f as ICreateCacheReturnType, A as AppType } from './index-BXrmQelt.js';
8
- export { D as DisabledOptions, a as ICustomAttributes, c as ItemOrItemArray, U as UniAppXComponentLocalStylesOptions, d as UniAppXUserDefinedOptions } from './index-BXrmQelt.js';
9
- import 'node:buffer';
10
- import 'webpack';
11
- import 'lru-cache';
12
-
13
- type AsyncableMethod<T> = T extends (...args: infer A) => infer R ? (...args: A) => Promise<Awaited<R>> | Awaited<R> : never;
14
-
15
- interface LinkedJsModuleResult {
16
- code: string;
17
- }
18
- interface JsHandlerResult {
19
- code: string;
20
- map?: SourceMap;
21
- error?: ParseError;
22
- /**
23
- * 因跨文件分析而被转换的额外模块,使用绝对文件路径作为键。
24
- */
25
- linked?: Record<string, LinkedJsModuleResult>;
26
- }
27
- interface TailwindcssPatcherLike {
28
- packageInfo: TailwindcssPatcher['packageInfo'];
29
- majorVersion?: TailwindcssPatcher['majorVersion'];
30
- patch: TailwindcssPatcher['patch'];
31
- getClassSet: AsyncableMethod<TailwindcssPatcher['getClassSet']>;
32
- getClassSetSync?: TailwindcssPatcher['getClassSetSync'];
33
- extract: TailwindcssPatcher['extract'];
34
- collectContentTokens?: TailwindcssPatcher['collectContentTokens'];
35
- options?: TailwindcssPatcher['options'];
36
- }
37
- interface RefreshTailwindcssPatcherOptions {
38
- clearCache?: boolean;
39
- }
40
- interface IJsHandlerOptions {
41
- escapeMap?: Record<string, string>;
42
- classNameSet?: Set<string>;
43
- /**
44
- * 兼容字段:不再参与 JS 候选判定。
45
- *
46
- * JS 转译统一遵循 `classNameSet` 精确命中策略,仅转换 tailwindcss-patch 提供的类名集合。
47
- */
48
- staleClassNameFallback?: boolean;
49
- /**
50
- * 控制在 classNameSet 异常时的任意值兜底策略。
51
- *
52
- * - `false`:关闭兜底。
53
- * - `true`:在 class 语义上下文中允许任意值兜底。
54
- * - `'auto'`:仅在 TailwindCSS v4 且 classNameSet 为空时启用。
55
- */
56
- jsArbitraryValueFallback?: boolean | 'auto';
57
- /**
58
- * 当前 TailwindCSS 主版本号,用于自动兜底判定。
59
- */
60
- tailwindcssMajorVersion?: number;
61
- arbitraryValues?: IArbitraryValues;
62
- jsPreserveClass?: (keyword: string) => boolean | undefined;
63
- needEscaped?: boolean;
64
- generateMap?: boolean;
65
- alwaysEscape?: boolean;
66
- unescapeUnicode?: boolean;
67
- babelParserOptions?: ParserOptions;
68
- ignoreTaggedTemplateExpressionIdentifiers?: (string | RegExp)[];
69
- ignoreCallExpressionIdentifiers?: (string | RegExp)[];
70
- uniAppX?: boolean;
71
- moduleSpecifierReplacements?: Record<string, string>;
72
- /**
73
- * 为 `true` 时将输入视作独立表达式,而非完整的程序。
74
- * 适用于 `:class="{ 'foo bar': cond }"` 等模板绑定场景。
75
- */
76
- wrapExpression?: boolean;
77
- /**
78
- * 当前正在转换的模块绝对路径。
79
- * 启用跨文件分析时必须提供。
80
- */
81
- filename?: string;
82
- /**
83
- * 配置跨文件模块图分析行为。
84
- */
85
- moduleGraph?: JsModuleGraphOptions;
86
- }
87
- interface JsHandler {
88
- (rawSource: string, set?: Set<string>, options?: CreateJsHandlerOptions): JsHandlerResult;
89
- }
90
- interface ICommonReplaceOptions {
91
- keepEOL?: boolean;
92
- escapeMap?: Record<string, string>;
93
- }
94
- interface ITemplateHandlerOptions extends ICommonReplaceOptions {
95
- customAttributesEntities?: ICustomAttributesEntities;
96
- escapeMap?: Record<string, string>;
97
- inlineWxs?: boolean;
98
- jsHandler?: JsHandler;
99
- runtimeSet?: Set<string>;
100
- disabledDefaultTemplateHandler?: boolean;
101
- quote?: string | null;
102
- ignoreHead?: boolean;
103
- wrapExpression?: boolean;
104
- }
105
- type InternalUserDefinedOptions = Required<Omit<UserDefinedOptions, 'supportCustomLengthUnitsPatch' | 'customReplaceDictionary' | 'cache'> & {
106
- supportCustomLengthUnitsPatch: ILengthUnitsPatchOptions | boolean;
107
- templateHandler: (rawSource: string, options?: ITemplateHandlerOptions) => Promise<string>;
108
- styleHandler: (rawSource: string, options?: IStyleHandlerOptions) => Promise<Result<Root | Document>>;
109
- jsHandler: JsHandler;
110
- escapeMap: Record<string, string>;
111
- customReplaceDictionary: Record<string, string>;
112
- cache: ICreateCacheReturnType;
113
- twPatcher: TailwindcssPatcherLike;
114
- refreshTailwindcssPatcher: (options?: RefreshTailwindcssPatcherOptions) => Promise<TailwindcssPatcherLike>;
115
- }>;
116
- type InternalPostcssOptions = Pick<UserDefinedOptions, 'cssMatcher' | 'mainCssChunkMatcher' | 'cssPreflight' | 'cssPreflightRange' | 'disabled'>;
117
- interface IBaseWebpackPlugin {
118
- options: InternalUserDefinedOptions;
119
- appType?: AppType;
120
- apply: (compiler: any) => void;
121
- }
122
- /**
123
- * @description InternalPatchResult
124
- */
125
- interface InternalPatchResult {
126
- dataTypes?: string;
127
- processTailwindFeatures?: string;
128
- plugin?: string;
129
- }
130
- type CreateJsHandlerOptions = Omit<IJsHandlerOptions, 'classNameSet'>;
131
- interface JsModuleGraphOptions {
132
- /**
133
- * 将导入的标识符解析为绝对文件路径。
134
- */
135
- resolve: (specifier: string, importer: string) => string | undefined;
136
- /**
137
- * 同步加载模块源码。
138
- */
139
- load: (id: string) => string | undefined;
140
- /**
141
- * 可选过滤器,用于跳过特定模块。
142
- */
143
- filter?: (id: string, specifier: string, importer: string) => boolean;
144
- /**
145
- * 最大遍历深度,默认无限制(`Infinity`)。
146
- */
147
- maxDepth?: number;
148
- }
149
-
150
- export { AppType, type CreateJsHandlerOptions, IArbitraryValues, type IBaseWebpackPlugin, type ICommonReplaceOptions, ICustomAttributesEntities, type IJsHandlerOptions, type ITemplateHandlerOptions, type InternalPatchResult, type InternalPostcssOptions, type InternalUserDefinedOptions, type JsHandler, type JsHandlerResult, type JsModuleGraphOptions, type LinkedJsModuleResult, type RefreshTailwindcssPatcherOptions, type TailwindcssPatcherLike, UserDefinedOptions };
1
+ export * from './types/index'
package/dist/types.js CHANGED
@@ -1 +0,0 @@
1
- "use strict";require('./chunk-RKISS72P.js');
package/dist/types.mjs CHANGED
@@ -1 +1 @@
1
- import "./chunk-NNOQDMUP.mjs";
1
+ export {};
@@ -0,0 +1,19 @@
1
+ interface RewriteCodeOptions {
2
+ wrapExpression?: boolean;
3
+ }
4
+ export declare function shouldEnableComponentLocalStyle(id: string): boolean;
5
+ export declare class UniAppXComponentLocalStyleCollector {
6
+ private readonly fileId;
7
+ private readonly runtimeSet?;
8
+ private aliasByUtility;
9
+ private aliasByLookup;
10
+ constructor(fileId: string, runtimeSet?: Set<string> | undefined);
11
+ private ensureAlias;
12
+ private rewriteLiteral;
13
+ collectAndRewriteStaticClass(literal: string): string;
14
+ collectRuntimeClasses(rawSource: string, options?: RewriteCodeOptions): void;
15
+ rewriteTransformedCode(rawSource: string, options?: RewriteCodeOptions): string;
16
+ hasStyles(): boolean;
17
+ toStyleBlock(): string;
18
+ }
19
+ export {};
@@ -0,0 +1,2 @@
1
+ export { transformUVue } from './transform';
2
+ export { createUniAppXAssetTask, createUniAppXPlugins } from './vite';
@@ -0,0 +1,12 @@
1
+ import type { UserDefinedOptions } from '../types';
2
+ export interface ResolvedUniAppXComponentLocalStylesOptions {
3
+ enabled: boolean;
4
+ onlyWhenStyleIsolationVersion2: boolean;
5
+ }
6
+ export interface ResolvedUniAppXOptions {
7
+ enabled: boolean;
8
+ componentLocalStyles: ResolvedUniAppXComponentLocalStylesOptions;
9
+ uvueUnsupported: 'error' | 'warn' | 'silent';
10
+ }
11
+ export declare function resolveUniAppXOptions(option: UserDefinedOptions['uniAppX']): ResolvedUniAppXOptions;
12
+ export declare function isUniAppXEnabled(option: UserDefinedOptions['uniAppX']): boolean;
@@ -0,0 +1,2 @@
1
+ export declare function resolveUniAppXStyleIsolationEnabled(root?: string): boolean;
2
+ export declare function clearUniAppXStyleIsolationCache(): void;
@@ -0,0 +1,9 @@
1
+ import type { TransformResult } from 'vite';
2
+ import type { ICustomAttributesEntities, JsHandler } from '../types';
3
+ interface TransformUVueOptions {
4
+ customAttributesEntities?: ICustomAttributesEntities;
5
+ disabledDefaultTemplateHandler?: boolean;
6
+ enableComponentLocalStyle?: boolean;
7
+ }
8
+ export declare function transformUVue(code: string, id: string, jsHandler: JsHandler, runtimeSet?: Set<string>, options?: TransformUVueOptions): undefined | TransformResult;
9
+ export {};
@@ -0,0 +1,36 @@
1
+ import type { OutputAsset } from 'rollup';
2
+ import type { Plugin, ResolvedConfig } from 'vite';
3
+ import type { ICreateCacheReturnType } from '../cache';
4
+ import type { AppType, CreateJsHandlerOptions, ICustomAttributesEntities, InternalUserDefinedOptions, JsHandler, LinkedJsModuleResult } from '../types';
5
+ interface UniAppXRuntimeState {
6
+ patchPromise: Promise<unknown>;
7
+ }
8
+ interface CreateUniAppXPluginsOptions {
9
+ appType: AppType;
10
+ customAttributesEntities: ICustomAttributesEntities;
11
+ disabledDefaultTemplateHandler: boolean;
12
+ mainCssChunkMatcher: NonNullable<InternalUserDefinedOptions['mainCssChunkMatcher']>;
13
+ runtimeState: UniAppXRuntimeState;
14
+ styleHandler: InternalUserDefinedOptions['styleHandler'];
15
+ jsHandler: JsHandler;
16
+ ensureRuntimeClassSet: (force?: boolean) => Promise<Set<string>>;
17
+ getResolvedConfig: () => ResolvedConfig | undefined;
18
+ isIosPlatform?: boolean;
19
+ uniAppX?: InternalUserDefinedOptions['uniAppX'];
20
+ }
21
+ export declare function createUniAppXPlugins(options: CreateUniAppXPluginsOptions): Plugin[];
22
+ type ApplyLinkedResults = (linked: Record<string, LinkedJsModuleResult> | undefined) => void;
23
+ interface CreateUniAppXAssetTaskOptions {
24
+ cache: ICreateCacheReturnType;
25
+ hashKey?: string;
26
+ hashSalt?: string;
27
+ createHandlerOptions: (absoluteFilename: string, extra?: CreateJsHandlerOptions) => CreateJsHandlerOptions;
28
+ debug: (format: string, ...args: unknown[]) => void;
29
+ jsHandler: JsHandler;
30
+ onUpdate: (filename: string, oldVal: string, newVal: string) => void;
31
+ runtimeSet: Set<string>;
32
+ applyLinkedResults: ApplyLinkedResults;
33
+ uniAppX?: InternalUserDefinedOptions['uniAppX'];
34
+ }
35
+ export declare function createUniAppXAssetTask(file: string, originalSource: OutputAsset, outDir: string, options: CreateUniAppXAssetTaskOptions): () => Promise<void>;
36
+ export {};
@@ -0,0 +1,2 @@
1
+ export declare function decodeUnicode(value: string): string;
2
+ export declare function decodeUnicode2(input: string): any;
@@ -0,0 +1,6 @@
1
+ import type { UserDefinedOptions } from '../types';
2
+ export interface ResolvedDisabledOptions {
3
+ plugin: boolean;
4
+ rewriteCssImports: boolean;
5
+ }
6
+ export declare function resolveDisabledOptions(disabled: UserDefinedOptions['disabled']): ResolvedDisabledOptions;
@@ -0,0 +1,5 @@
1
+ export interface HBuilderXRuntimeHints {
2
+ cwd?: string;
3
+ nodePath?: string | null;
4
+ }
5
+ export declare function isRunningInHBuilderX(options?: HBuilderXRuntimeHints): boolean;
@@ -0,0 +1,7 @@
1
+ import type { InternalUserDefinedOptions } from '../types';
2
+ import { defu, defuOverrideArray, groupBy, isMap, isRegexp, noop, regExpTest, removeExt } from '@weapp-tailwindcss/shared';
3
+ export * from './hbuilderx';
4
+ export * from './uni-platform';
5
+ export { defu, defuOverrideArray, groupBy, isMap, isRegexp, noop, regExpTest, removeExt, };
6
+ export type EntryGroup = 'css' | 'html' | 'js' | 'other';
7
+ export declare function getGroupedEntries<T>(entries: [string, T][], options: InternalUserDefinedOptions): Record<EntryGroup, [string, T][]>;
@@ -0,0 +1,4 @@
1
+ export type NameMatcher = (value: string) => boolean;
2
+ export declare function createNameMatcher(list: (string | RegExp)[] | undefined, { exact }?: {
3
+ exact?: boolean;
4
+ }): NameMatcher;
@@ -0,0 +1 @@
1
+ export declare function resolvePackageDir(name: string): string;
@@ -0,0 +1,11 @@
1
+ export interface UniUtsPlatformInfo {
2
+ raw: string | undefined;
3
+ normalized: string | undefined;
4
+ isApp: boolean;
5
+ isAppAndroid: boolean;
6
+ isAppHarmony: boolean;
7
+ isAppIos: boolean;
8
+ isMp: boolean;
9
+ isWeb: boolean;
10
+ }
11
+ export declare function resolveUniUtsPlatform(value?: string | undefined): UniUtsPlatformInfo;
@@ -0,0 +1,48 @@
1
+ import process from "node:process";
2
+ import { defu, defuOverrideArray as defuOverrideArray$1, isMap, noop } from "@weapp-tailwindcss/shared";
3
+ //#region src/utils/uni-platform.ts
4
+ function normalizePlatform(value) {
5
+ return value?.trim().toLowerCase() || void 0;
6
+ }
7
+ function resolveUniUtsPlatform(value = process.env.UNI_UTS_PLATFORM) {
8
+ const normalized = normalizePlatform(value);
9
+ const isAppAndroid = normalized === "app-android";
10
+ const isAppIos = normalized === "app-ios";
11
+ const isAppHarmony = normalized === "app-harmony";
12
+ return {
13
+ raw: value,
14
+ normalized,
15
+ isApp: normalized?.startsWith("app-") === true || normalized === "app" || normalized === "app-plus",
16
+ isAppAndroid,
17
+ isAppHarmony,
18
+ isAppIos,
19
+ isMp: normalized?.startsWith("mp-") === true,
20
+ isWeb: normalized?.startsWith("web") === true || normalized === "h5"
21
+ };
22
+ }
23
+ //#endregion
24
+ //#region src/utils/index.ts
25
+ function classifyEntry(filename, options) {
26
+ if (options.cssMatcher(filename)) return "css";
27
+ if (options.htmlMatcher(filename)) return "html";
28
+ if (options.jsMatcher(filename) || options.wxsMatcher(filename)) return "js";
29
+ return "other";
30
+ }
31
+ function createEmptyGroups() {
32
+ return {
33
+ css: [],
34
+ html: [],
35
+ js: [],
36
+ other: []
37
+ };
38
+ }
39
+ function getGroupedEntries(entries, options) {
40
+ const groups = createEmptyGroups();
41
+ for (const entry of entries) {
42
+ const [filename] = entry;
43
+ groups[classifyEntry(filename, options)].push(entry);
44
+ }
45
+ return groups;
46
+ }
47
+ //#endregion
48
+ export { noop as a, isMap as i, defuOverrideArray$1 as n, resolveUniUtsPlatform as o, getGroupedEntries as r, defu as t };
@@ -0,0 +1,61 @@
1
+ const require_chunk = require("./chunk-8l464Juk.js");
2
+ let node_process = require("node:process");
3
+ node_process = require_chunk.__toESM(node_process);
4
+ require("@weapp-tailwindcss/shared");
5
+ //#region src/utils/uni-platform.ts
6
+ function normalizePlatform(value) {
7
+ return value?.trim().toLowerCase() || void 0;
8
+ }
9
+ function resolveUniUtsPlatform(value = node_process.default.env.UNI_UTS_PLATFORM) {
10
+ const normalized = normalizePlatform(value);
11
+ const isAppAndroid = normalized === "app-android";
12
+ const isAppIos = normalized === "app-ios";
13
+ const isAppHarmony = normalized === "app-harmony";
14
+ return {
15
+ raw: value,
16
+ normalized,
17
+ isApp: normalized?.startsWith("app-") === true || normalized === "app" || normalized === "app-plus",
18
+ isAppAndroid,
19
+ isAppHarmony,
20
+ isAppIos,
21
+ isMp: normalized?.startsWith("mp-") === true,
22
+ isWeb: normalized?.startsWith("web") === true || normalized === "h5"
23
+ };
24
+ }
25
+ //#endregion
26
+ //#region src/utils/index.ts
27
+ function classifyEntry(filename, options) {
28
+ if (options.cssMatcher(filename)) return "css";
29
+ if (options.htmlMatcher(filename)) return "html";
30
+ if (options.jsMatcher(filename) || options.wxsMatcher(filename)) return "js";
31
+ return "other";
32
+ }
33
+ function createEmptyGroups() {
34
+ return {
35
+ css: [],
36
+ html: [],
37
+ js: [],
38
+ other: []
39
+ };
40
+ }
41
+ function getGroupedEntries(entries, options) {
42
+ const groups = createEmptyGroups();
43
+ for (const entry of entries) {
44
+ const [filename] = entry;
45
+ groups[classifyEntry(filename, options)].push(entry);
46
+ }
47
+ return groups;
48
+ }
49
+ //#endregion
50
+ Object.defineProperty(exports, "getGroupedEntries", {
51
+ enumerable: true,
52
+ get: function() {
53
+ return getGroupedEntries;
54
+ }
55
+ });
56
+ Object.defineProperty(exports, "resolveUniUtsPlatform", {
57
+ enumerable: true,
58
+ get: function() {
59
+ return resolveUniUtsPlatform;
60
+ }
61
+ });