@weapp-tailwindcss/postcss 3.2.2 → 3.2.4

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.
@@ -0,0 +1,5 @@
1
+ /**
2
+ * 将常见预处理器风格的行注释转换为 PostCSS 可解析的块注释。
3
+ * 避免改写字符串、块注释和未加引号的 URL。
4
+ */
5
+ export declare function normalizeCssLineComments(source: string): string;
@@ -0,0 +1,4 @@
1
+ import type { Result as PostcssResult } from 'postcss';
2
+ import type postcss from 'postcss';
3
+ export declare function isUvueSfcStyleRequest(result: PostcssResult): boolean;
4
+ export declare function stripScopedTailwindNoise(root: postcss.Root): void;
@@ -1,4 +1,4 @@
1
1
  import type { Result as PostcssResult } from 'postcss';
2
2
  import type { IStyleHandlerOptions } from '../types.js';
3
3
  import postcss from 'postcss';
4
- export declare function applyUniAppXUvueCompatibility(result: PostcssResult, options?: Pick<IStyleHandlerOptions, 'customPropertyValues' | 'uniAppX' | 'uniAppXCssTarget' | 'uniAppXUnsupported'>): PostcssResult<postcss.Document | postcss.Root>;
4
+ export declare function applyUniAppXUvueCompatibility(result: PostcssResult, options?: Pick<IStyleHandlerOptions, 'customPropertyValues' | 'isMainChunk' | 'uniAppX' | 'uniAppXCssTarget' | 'uniAppXUnsupported'>): PostcssResult<postcss.Document | postcss.Root>;
@@ -1,4 +1,4 @@
1
- const require_rolldown_runtime = require("./rolldown-runtime-emK7D4bc.cjs");
1
+ const require_rolldown_runtime = require("./rolldown-runtime-D6vf50IK.cjs");
2
2
  let node_process = require("node:process");
3
3
  node_process = require_rolldown_runtime.__toESM(node_process, 1);
4
4
  let _weapp_tailwindcss_shared = require("@weapp-tailwindcss/shared");