@vue-jsx-vapor/macros 3.0.4 → 3.1.0
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/api.cjs +1 -1
- package/dist/api.d.cts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/astro.cjs +4 -4
- package/dist/astro.d.cts +1 -1
- package/dist/astro.d.ts +1 -1
- package/dist/astro.js +4 -4
- package/dist/{core-BjuLGmtM.js → core-BVfDFJ0y.js} +35 -28
- package/dist/{core-DI7PhQUs.cjs → core-D-A12ijt.cjs} +93 -55
- package/dist/esbuild.cjs +4 -4
- package/dist/esbuild.d.cts +1 -1
- package/dist/esbuild.d.ts +1 -1
- package/dist/esbuild.js +4 -4
- package/dist/index.cjs +4 -4
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/nuxt.cjs +10 -12
- package/dist/nuxt.d.cts +1 -1
- package/dist/nuxt.d.ts +1 -1
- package/dist/nuxt.js +6 -6
- package/dist/{options-CQy8quq_.cjs → options-nk0sI1tl.cjs} +4 -5
- package/dist/options.cjs +1 -1
- package/dist/options.d.cts +1 -1
- package/dist/options.d.ts +1 -1
- package/dist/options.js +1 -1
- package/dist/{raw-BBO_BQmg.cjs → raw-9Uamse-H.cjs} +9 -12
- package/dist/{raw-CSj3YtCv.js → raw-P3NIxBoI.js} +2 -2
- package/dist/raw.cjs +3 -3
- package/dist/raw.d.cts +1 -1
- package/dist/raw.d.ts +1 -1
- package/dist/raw.js +3 -3
- package/dist/rolldown.cjs +4 -4
- package/dist/rolldown.d.cts +3 -3
- package/dist/rolldown.d.ts +3 -3
- package/dist/rolldown.js +4 -4
- package/dist/rollup.cjs +4 -4
- package/dist/rollup.d.cts +3 -3
- package/dist/rollup.d.ts +3 -3
- package/dist/rollup.js +4 -4
- package/dist/rspack.cjs +4 -4
- package/dist/rspack.d.cts +1 -1
- package/dist/rspack.d.ts +1 -1
- package/dist/rspack.js +4 -4
- package/dist/{src-BhIWqP4c.js → src-DZKWkIh7.js} +1 -1
- package/dist/{src-BCG8IRsQ.cjs → src-a8io3VxL.cjs} +2 -3
- package/dist/vite.cjs +9 -6
- package/dist/vite.d.cts +1 -1
- package/dist/vite.d.ts +1 -1
- package/dist/vite.js +8 -5
- package/dist/volar.cjs +27 -29
- package/dist/volar.d.cts +1 -1
- package/dist/volar.d.ts +1 -1
- package/dist/volar.js +23 -23
- package/dist/webpack.cjs +9 -6
- package/dist/webpack.d.cts +1 -1
- package/dist/webpack.d.ts +1 -1
- package/dist/webpack.js +8 -5
- package/package.json +25 -25
- package/dist/chunk-CUT6urMc.cjs +0 -30
- package/dist/vite-6TwpceHf.cjs +0 -12
- package/dist/vite-CofFUcrB.js +0 -7
- package/dist/webpack-CKNASzmV.js +0 -7
- package/dist/webpack-nxGFB4Vm.cjs +0 -12
- /package/dist/{options-58c0LE2P.d.ts → options-DQnbL7dH.d.ts} +0 -0
- /package/dist/{options-BuPPJCpP.d.cts → options-GMWSYHT2.d.cts} +0 -0
- /package/dist/{options-BjmC0ExR.js → options-kv1xT1jX.js} +0 -0
package/package.json
CHANGED
|
@@ -1,30 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-jsx-vapor/macros",
|
|
3
|
-
"version": "3.0.4",
|
|
4
|
-
"description": "Macros for Vue JSX Vapor",
|
|
5
3
|
"type": "module",
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
"vue-jsx",
|
|
9
|
-
"macros",
|
|
10
|
-
"volar",
|
|
11
|
-
"vapor"
|
|
12
|
-
],
|
|
4
|
+
"version": "3.1.0",
|
|
5
|
+
"description": "Macros for Vue JSX Vapor",
|
|
13
6
|
"license": "MIT",
|
|
14
7
|
"homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",
|
|
15
|
-
"bugs": {
|
|
16
|
-
"url": "https://github.com/vuejs/vue-jsx-vapor/issues"
|
|
17
|
-
},
|
|
18
8
|
"repository": {
|
|
19
9
|
"type": "git",
|
|
20
10
|
"url": "git+https://github.com/vuejs/vue-jsx-vapor.git"
|
|
21
11
|
},
|
|
22
|
-
"
|
|
23
|
-
"
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/vuejs/vue-jsx-vapor/issues"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"transform",
|
|
17
|
+
"vue-jsx",
|
|
18
|
+
"macros",
|
|
19
|
+
"volar",
|
|
20
|
+
"vapor"
|
|
24
21
|
],
|
|
25
|
-
"main": "dist/index.cjs",
|
|
26
|
-
"module": "dist/index.js",
|
|
27
|
-
"types": "dist/index.d.ts",
|
|
28
22
|
"exports": {
|
|
29
23
|
".": {
|
|
30
24
|
"types": "./dist/index.d.ts",
|
|
@@ -94,6 +88,9 @@
|
|
|
94
88
|
},
|
|
95
89
|
"./*": "./*"
|
|
96
90
|
},
|
|
91
|
+
"main": "dist/index.cjs",
|
|
92
|
+
"module": "dist/index.js",
|
|
93
|
+
"types": "dist/index.d.ts",
|
|
97
94
|
"typesVersions": {
|
|
98
95
|
"*": {
|
|
99
96
|
"*": [
|
|
@@ -102,6 +99,9 @@
|
|
|
102
99
|
]
|
|
103
100
|
}
|
|
104
101
|
},
|
|
102
|
+
"files": [
|
|
103
|
+
"dist"
|
|
104
|
+
],
|
|
105
105
|
"peerDependencies": {
|
|
106
106
|
"@nuxt/kit": "^3",
|
|
107
107
|
"@nuxt/schema": "^3",
|
|
@@ -131,19 +131,19 @@
|
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
"dependencies": {
|
|
134
|
-
"@vue-macros/common": "^3.
|
|
135
|
-
"@vue/compiler-sfc": "3.6.0-alpha.
|
|
134
|
+
"@vue-macros/common": "^3.1.1",
|
|
135
|
+
"@vue/compiler-sfc": "3.6.0-alpha.7",
|
|
136
136
|
"hash-sum": "^2.0.0",
|
|
137
137
|
"ts-macro": "^0.3.6",
|
|
138
|
-
"unplugin": "^2.3.
|
|
138
|
+
"unplugin": "^2.3.11"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
|
-
"@babel/types": "^7.28.
|
|
142
|
-
"@nuxt/kit": "^3.
|
|
143
|
-
"@nuxt/schema": "^3.
|
|
141
|
+
"@babel/types": "^7.28.5",
|
|
142
|
+
"@nuxt/kit": "^3.20.2",
|
|
143
|
+
"@nuxt/schema": "^3.20.2",
|
|
144
144
|
"@types/hash-sum": "^1.0.2",
|
|
145
|
-
"@vue-macros/test-utils": "^3.
|
|
146
|
-
"vue": "3.6.0-alpha.
|
|
145
|
+
"@vue-macros/test-utils": "^3.1.1",
|
|
146
|
+
"vue": "3.6.0-alpha.7"
|
|
147
147
|
},
|
|
148
148
|
"scripts": {
|
|
149
149
|
"build": "tsdown",
|
package/dist/chunk-CUT6urMc.cjs
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
//#region rolldown:runtime
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
10
|
-
key = keys[i];
|
|
11
|
-
if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
12
|
-
get: ((k) => from[k]).bind(null, key),
|
|
13
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
19
|
-
value: mod,
|
|
20
|
-
enumerable: true
|
|
21
|
-
}) : target, mod));
|
|
22
|
-
|
|
23
|
-
//#endregion
|
|
24
|
-
|
|
25
|
-
Object.defineProperty(exports, '__toESM', {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function () {
|
|
28
|
-
return __toESM;
|
|
29
|
-
}
|
|
30
|
-
});
|
package/dist/vite-6TwpceHf.cjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
const require_src = require('./src-BCG8IRsQ.cjs');
|
|
2
|
-
|
|
3
|
-
//#region src/vite.ts
|
|
4
|
-
var vite_default = require_src.src_default.vite;
|
|
5
|
-
|
|
6
|
-
//#endregion
|
|
7
|
-
Object.defineProperty(exports, 'vite_default', {
|
|
8
|
-
enumerable: true,
|
|
9
|
-
get: function () {
|
|
10
|
-
return vite_default;
|
|
11
|
-
}
|
|
12
|
-
});
|
package/dist/vite-CofFUcrB.js
DELETED
package/dist/webpack-CKNASzmV.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
const require_src = require('./src-BCG8IRsQ.cjs');
|
|
2
|
-
|
|
3
|
-
//#region src/webpack.ts
|
|
4
|
-
var webpack_default = require_src.src_default.webpack;
|
|
5
|
-
|
|
6
|
-
//#endregion
|
|
7
|
-
Object.defineProperty(exports, 'webpack_default', {
|
|
8
|
-
enumerable: true,
|
|
9
|
-
get: function () {
|
|
10
|
-
return webpack_default;
|
|
11
|
-
}
|
|
12
|
-
});
|
|
File without changes
|
|
File without changes
|
|
File without changes
|