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/acorn/dist/acorn.d.mts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/node_modules/acorn/dist/acorn.d.mts b/node_modules/acorn/dist/acorn.d.mts
index f2ec524..afbd913 100644
--- a/node_modules/acorn/dist/acorn.d.mts
+++ b/node_modules/acorn/dist/acorn.d.mts
@@ -614,10 +614,10 @@
/**
* `sourceType` indicates the mode the code should be parsed in.
- * Can be either `"script"` or `"module"`. This influences global
+ * Can be either `"script"`, `"module"` or `"commonjs"`. This influences global
* strict mode and parsing of `import` and `export` declarations.
*/
- sourceType?: "script" | "module"
+ sourceType?: "script" | "module" | "commonjs"
/**
* a callback that will be called when a semicolon is automatically inserted.
--
Gitblit v1.9.3