vue-jsx-vapor 3.2.21 → 3.2.23
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/volar.cjs +2 -2
- package/dist/volar.js +2 -2
- package/package.json +6 -6
package/dist/volar.cjs
CHANGED
|
@@ -5,7 +5,7 @@ _vue_jsx_vapor_macros_volar = require_chunk.__toESM(_vue_jsx_vapor_macros_volar)
|
|
|
5
5
|
let ts_macro = require("ts-macro");
|
|
6
6
|
let _vue_shared = require("@vue/shared");
|
|
7
7
|
|
|
8
|
-
//#region ../../node_modules/.pnpm/@vue-macros+volar@3.1.4_patch_hash=
|
|
8
|
+
//#region ../../node_modules/.pnpm/@vue-macros+volar@3.1.4_patch_hash=79e6492c51b3afca57b92023dd1aae9ddd57140efa1cf2cdf74d_44219e93f933d0e6c62a11c89d7bb95f/node_modules/@vue-macros/volar/dist/jsx-directive-w2gUTWdx.js
|
|
9
9
|
function getDirectiveArgs(attribute, options) {
|
|
10
10
|
const { ts, ast } = options;
|
|
11
11
|
const attributeName = attribute.name.getText(ast);
|
|
@@ -722,7 +722,7 @@ const plugin$2 = (0, ts_macro.createPlugin)(({ ts, vueCompilerOptions }, options
|
|
|
722
722
|
var jsx_directive_default = plugin$2;
|
|
723
723
|
|
|
724
724
|
//#endregion
|
|
725
|
-
//#region ../../node_modules/.pnpm/@vue-macros+volar@3.1.4_patch_hash=
|
|
725
|
+
//#region ../../node_modules/.pnpm/@vue-macros+volar@3.1.4_patch_hash=79e6492c51b3afca57b92023dd1aae9ddd57140efa1cf2cdf74d_44219e93f933d0e6c62a11c89d7bb95f/node_modules/@vue-macros/volar/dist/jsx-ref-DZlb-F7c.js
|
|
726
726
|
function transformRef({ nodes, codes, ts }) {
|
|
727
727
|
for (const { name, initializer } of nodes) if (ts.isCallExpression(initializer)) codes.replaceRange(initializer.expression.end, initializer.expression.end, `<Parameters<typeof __VLS_ctx_${name.text}['expose']>[0] | null>`);
|
|
728
728
|
}
|
package/dist/volar.js
CHANGED
|
@@ -2,7 +2,7 @@ import jsxMacros from "@vue-jsx-vapor/macros/volar";
|
|
|
2
2
|
import { allCodeFeatures, createPlugin } from "ts-macro";
|
|
3
3
|
import { isHTMLTag, isSVGTag } from "@vue/shared";
|
|
4
4
|
|
|
5
|
-
//#region ../../node_modules/.pnpm/@vue-macros+volar@3.1.4_patch_hash=
|
|
5
|
+
//#region ../../node_modules/.pnpm/@vue-macros+volar@3.1.4_patch_hash=79e6492c51b3afca57b92023dd1aae9ddd57140efa1cf2cdf74d_44219e93f933d0e6c62a11c89d7bb95f/node_modules/@vue-macros/volar/dist/jsx-directive-w2gUTWdx.js
|
|
6
6
|
function getDirectiveArgs(attribute, options) {
|
|
7
7
|
const { ts, ast } = options;
|
|
8
8
|
const attributeName = attribute.name.getText(ast);
|
|
@@ -719,7 +719,7 @@ const plugin$2 = createPlugin(({ ts, vueCompilerOptions }, options = vueCompiler
|
|
|
719
719
|
var jsx_directive_default = plugin$2;
|
|
720
720
|
|
|
721
721
|
//#endregion
|
|
722
|
-
//#region ../../node_modules/.pnpm/@vue-macros+volar@3.1.4_patch_hash=
|
|
722
|
+
//#region ../../node_modules/.pnpm/@vue-macros+volar@3.1.4_patch_hash=79e6492c51b3afca57b92023dd1aae9ddd57140efa1cf2cdf74d_44219e93f933d0e6c62a11c89d7bb95f/node_modules/@vue-macros/volar/dist/jsx-ref-DZlb-F7c.js
|
|
723
723
|
function transformRef({ nodes, codes, ts }) {
|
|
724
724
|
for (const { name, initializer } of nodes) if (ts.isCallExpression(initializer)) codes.replaceRange(initializer.expression.end, initializer.expression.end, `<Parameters<typeof __VLS_ctx_${name.text}['expose']>[0] | null>`);
|
|
725
725
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-jsx-vapor",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.23",
|
|
5
5
|
"description": "Vapor Mode of Vue JSX",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",
|
|
@@ -171,20 +171,20 @@
|
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
173
|
"dependencies": {
|
|
174
|
-
"@vue/shared": "3.6.0-rc.
|
|
174
|
+
"@vue/shared": "3.6.0-rc.7",
|
|
175
175
|
"pathe": "^2.0.3",
|
|
176
176
|
"ts-macro": "^0.3.7",
|
|
177
177
|
"unplugin": "^3.0.0",
|
|
178
178
|
"unplugin-utils": "^0.3.1",
|
|
179
|
-
"@vue-jsx-vapor/compiler-rs": "3.2.
|
|
180
|
-
"@vue-jsx-vapor/macros": "3.2.
|
|
181
|
-
"@vue-jsx-vapor/runtime": "3.2.
|
|
179
|
+
"@vue-jsx-vapor/compiler-rs": "3.2.23",
|
|
180
|
+
"@vue-jsx-vapor/macros": "3.2.23",
|
|
181
|
+
"@vue-jsx-vapor/runtime": "3.2.23"
|
|
182
182
|
},
|
|
183
183
|
"devDependencies": {
|
|
184
184
|
"@nuxt/kit": "^3.21.4",
|
|
185
185
|
"@nuxt/schema": "^3.21.4",
|
|
186
186
|
"@vue-macros/volar": "^3.1.4",
|
|
187
|
-
"vue": "3.6.0-rc.
|
|
187
|
+
"vue": "3.6.0-rc.7"
|
|
188
188
|
},
|
|
189
189
|
"scripts": {
|
|
190
190
|
"build": "tsdown",
|