From 9bce51f651aad297ef9eb6df832bfdaf1de05d84 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 14:27:54 +0800
Subject: [PATCH] 青岛推送

---
 node_modules/terser/tools/props.html |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/node_modules/terser/tools/props.html b/node_modules/terser/tools/props.html
index fc2a426..a1277a2 100644
--- a/node_modules/terser/tools/props.html
+++ b/node_modules/terser/tools/props.html
@@ -49,7 +49,19 @@
         addObject(new Event("pointercancel"));
         addObject(new Event("pointerenter"));
         addObject(new Event("pointerleave"));
-      } catch(ex) {}
+      } catch(ex) {console.error(ex)}
+
+      try {
+        addObject(Temporal.Duration.from({ years: 1 }));
+        addObject(new Temporal.Instant());
+        addObject(Temporal.Now);
+        addObject(new Temporal.PlainDate(2021, 7, 1));
+        addObject(new Temporal.ZonedDateTime(0n, "America/New_York"));
+        addObject(new Temporal.PlainYearMonth(2021, 7));
+        addObject(new Temporal.PlainTime());
+        addObject(new Temporal.PlainMonthDay(7, 1));
+        addObject(new Temporal.PlainDateTime(2021, 7, 1));
+      } catch(ex) {console.error(ex)}
 
       var ta = document.createElement("textarea");
       ta.style.width = "100%";

--
Gitblit v1.9.3