From 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 18:09:58 +0800
Subject: [PATCH] 上报转运调试
---
node_modules/postcss/lib/rule.d.ts | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/node_modules/postcss/lib/rule.d.ts b/node_modules/postcss/lib/rule.d.ts
index 9a951e7..dc1fb8e 100644
--- a/node_modules/postcss/lib/rule.d.ts
+++ b/node_modules/postcss/lib/rule.d.ts
@@ -44,19 +44,19 @@
/** Information used to generate byte-to-byte equal node string as it was in the origin input. */
raws?: RuleRaws
} & (
- | {
- /** Selector or selectors of the rule. */
- selector: string
- selectors?: never
- }
- | {
- selector?: never
- /** Selectors of the rule represented as an array of strings. */
- selectors: readonly string[]
- }
- ) & ContainerProps
+ | {
+ /** Selector or selectors of the rule. */
+ selector: string
+ selectors?: never
+ }
+ | {
+ selector?: never
+ /** Selectors of the rule represented as an array of strings. */
+ selectors: readonly string[]
+ }
+ ) &
+ ContainerProps
- // eslint-disable-next-line @typescript-eslint/no-use-before-define
export { Rule_ as default }
}
--
Gitblit v1.9.3