@vtj/parser 0.19.15 → 0.19.17

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/parser",
3
3
  "private": false,
4
- "version": "0.19.15",
4
+ "version": "0.19.17",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "AI低代码",
@@ -33,8 +33,8 @@
33
33
  "postcss": "~8.5.0",
34
34
  "sass": "~1.97.1",
35
35
  "@vtj/base": "~0.13.1",
36
- "@vtj/core": "~0.19.15",
37
- "@vtj/coder": "~0.19.15"
36
+ "@vtj/core": "~0.19.17",
37
+ "@vtj/coder": "~0.19.17"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@vtj/cli": "~0.14.0"
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2026, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/parser
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.19.14
5
+ * @version 0.19.16
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.19.14";
8
+ export declare const version = "0.19.16";
@@ -10,3 +10,5 @@
10
10
  * 8. 其他情况替换:赋值、函数调用、数组元素、模板表达式等
11
11
  */
12
12
  export declare function replacer(content: string, key: string, to: string): string;
13
+ /** 将 script setup 中的 ref/computed 标识符转换为 DSL 实例访问 */
14
+ export declare function replaceRef(content: string, key: string): string;