@dcloudio/uni-cli-shared 3.0.0-alpha-4070320250627001 → 3.0.0-alpha-4070420250630002
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.
- package/dist/constants.js +2 -2
- package/package.json +4 -4
package/dist/constants.js
CHANGED
|
@@ -11,8 +11,8 @@ exports.EXTNAME_VUE_RE = /\.(vue|nvue|uvue)$/;
|
|
|
11
11
|
exports.EXTNAME_JS_RE = /\.(js|jsx|ts|uts|tsx|mjs)$/;
|
|
12
12
|
exports.EXTNAME_TS_RE = /\.tsx?$/;
|
|
13
13
|
exports.SPECIAL_CHARS = {
|
|
14
|
-
WARN_BLOCK: '\
|
|
15
|
-
ERROR_BLOCK: '\
|
|
14
|
+
WARN_BLOCK: '\uFEFF', // 警告块前后标识
|
|
15
|
+
ERROR_BLOCK: '\u2060', // 错误块前后标识
|
|
16
16
|
};
|
|
17
17
|
const COMMON_EXTENSIONS = [
|
|
18
18
|
'.uts',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcloudio/uni-cli-shared",
|
|
3
|
-
"version": "3.0.0-alpha-
|
|
3
|
+
"version": "3.0.0-alpha-4070420250630002",
|
|
4
4
|
"description": "@dcloudio/uni-cli-shared",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"unimport": "4.1.1",
|
|
69
69
|
"unplugin-auto-import": "19.1.0",
|
|
70
70
|
"xregexp": "3.1.0",
|
|
71
|
-
"@dcloudio/uni-i18n": "3.0.0-alpha-
|
|
72
|
-
"@dcloudio/uni-shared": "3.0.0-alpha-
|
|
71
|
+
"@dcloudio/uni-i18n": "3.0.0-alpha-4070420250630002",
|
|
72
|
+
"@dcloudio/uni-shared": "3.0.0-alpha-4070420250630002"
|
|
73
73
|
},
|
|
74
74
|
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
|
|
75
75
|
"devDependencies": {
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"code-frame": "link:@types/@babel/code-frame",
|
|
90
90
|
"postcss": "^8.4.21",
|
|
91
91
|
"vue": "3.4.21",
|
|
92
|
-
"@dcloudio/uni-uts-v1": "3.0.0-alpha-
|
|
92
|
+
"@dcloudio/uni-uts-v1": "3.0.0-alpha-4070420250630002"
|
|
93
93
|
}
|
|
94
94
|
}
|