vue-jsx-vapor 2.4.7 → 2.5.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/astro.cjs +2 -2
- package/dist/astro.js +2 -2
- package/dist/esbuild.cjs +2 -2
- package/dist/esbuild.d.cts +2 -2
- package/dist/esbuild.d.ts +2 -2
- package/dist/esbuild.js +2 -2
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/nuxt.cjs +4 -4
- package/dist/nuxt.d.cts +2 -2
- package/dist/nuxt.d.ts +2 -2
- package/dist/nuxt.js +4 -4
- package/dist/{raw-DiHBzVDM.js → raw-CiOcntA4.js} +5 -5
- package/dist/{raw-ClsS8ij0.cjs → raw-DW3TnyGX.cjs} +5 -5
- package/dist/raw.cjs +1 -1
- package/dist/raw.js +1 -1
- package/dist/rolldown.cjs +2 -2
- package/dist/rolldown.d.cts +2 -2
- package/dist/rolldown.d.ts +2 -2
- package/dist/rolldown.js +2 -2
- package/dist/rollup.cjs +2 -2
- package/dist/rollup.d.cts +2 -2
- package/dist/rollup.d.ts +2 -2
- package/dist/rollup.js +2 -2
- package/dist/rspack.cjs +2 -2
- package/dist/rspack.js +2 -2
- package/dist/{unplugin-BjDo1Xk3.cjs → unplugin-B_wqXCTq.cjs} +1 -1
- package/dist/{unplugin-B550oaFk.js → unplugin-fqdlwNc1.js} +1 -1
- package/dist/unplugin.cjs +2 -2
- package/dist/unplugin.d.ts +2 -2
- package/dist/unplugin.js +2 -2
- package/dist/{vite-DVbJIlhr.cjs → vite-Dgw3nh-Y.cjs} +1 -1
- package/dist/vite-DsiGkw99.js +7 -0
- package/dist/vite.cjs +3 -3
- package/dist/vite.d.cts +2 -2
- package/dist/vite.d.ts +2 -2
- package/dist/vite.js +3 -3
- package/dist/{webpack-RpF8DPNN.cjs → webpack-BnV_gKcg.cjs} +1 -1
- package/dist/{webpack-DDbmbG6c.js → webpack-DMPoVLGY.js} +1 -1
- package/dist/webpack.cjs +3 -3
- package/dist/webpack.d.cts +2 -2
- package/dist/webpack.d.ts +2 -2
- package/dist/webpack.js +3 -3
- package/package.json +10 -10
- package/dist/vite-KXdQvrIL.js +0 -7
package/dist/astro.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
3
|
+
require('./raw-DW3TnyGX.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-B_wqXCTq.cjs');
|
|
5
5
|
|
|
6
6
|
//#region src/astro.ts
|
|
7
7
|
var astro_default = (options) => ({
|
package/dist/astro.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin_default } from "./unplugin-
|
|
2
|
+
import "./raw-CiOcntA4.js";
|
|
3
|
+
import { unplugin_default } from "./unplugin-fqdlwNc1.js";
|
|
4
4
|
|
|
5
5
|
//#region src/astro.ts
|
|
6
6
|
var astro_default = (options) => ({
|
package/dist/esbuild.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
3
|
+
require('./raw-DW3TnyGX.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-B_wqXCTq.cjs');
|
|
5
5
|
|
|
6
6
|
//#region src/esbuild.ts
|
|
7
7
|
var esbuild_default = require_unplugin.unplugin_default.esbuild;
|
package/dist/esbuild.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Options } from "./options-jKAq0dFf.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as esbuild12 from "esbuild";
|
|
3
3
|
|
|
4
4
|
//#region src/esbuild.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => esbuild12.Plugin;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
package/dist/esbuild.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Options } from "./options-CBMw6D8V.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as esbuild1 from "esbuild";
|
|
3
3
|
|
|
4
4
|
//#region src/esbuild.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => esbuild1.Plugin;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
package/dist/esbuild.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin_default } from "./unplugin-
|
|
2
|
+
import "./raw-CiOcntA4.js";
|
|
3
|
+
import { unplugin_default } from "./unplugin-fqdlwNc1.js";
|
|
4
4
|
|
|
5
5
|
//#region src/esbuild.ts
|
|
6
6
|
var esbuild_default = unplugin_default.esbuild;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as vue16 from "vue";
|
|
2
1
|
import * as vue15 from "vue";
|
|
2
|
+
import * as vue17 from "vue";
|
|
3
3
|
import { VaporFragment, createComponent as createComponent$1, shallowRef as useRef } from "vue";
|
|
4
4
|
import * as CSS from "csstype";
|
|
5
5
|
|
|
@@ -32,8 +32,8 @@ declare function useProps(): {
|
|
|
32
32
|
* const fullProps = useFullProps() // = useAttrs() + useProps()
|
|
33
33
|
* })
|
|
34
34
|
*/
|
|
35
|
-
declare function useFullProps():
|
|
36
|
-
[x: string]:
|
|
35
|
+
declare function useFullProps(): vue15.ShallowUnwrapRef<{
|
|
36
|
+
[x: string]: vue15.Ref<unknown, unknown>;
|
|
37
37
|
}>;
|
|
38
38
|
declare function setNodes(anchor: Node, ...values: any[]): void;
|
|
39
39
|
declare function createNodes(...values: any[]): VaporFragment;
|
|
@@ -1227,7 +1227,7 @@ interface Events<T = Element> {
|
|
|
1227
1227
|
onTransitionstart: TransitionEventHandler<T>;
|
|
1228
1228
|
}
|
|
1229
1229
|
type EventHandlers<E> = { [K in keyof E]?: E[K] extends ((...args: any) => any) ? E[K] : (payload: E[K]) => void };
|
|
1230
|
-
type _ReservedProps =
|
|
1230
|
+
type _ReservedProps = vue17.ReservedProps;
|
|
1231
1231
|
interface ReservedProps extends _ReservedProps {}
|
|
1232
1232
|
type NativeElements = { [K in keyof IntrinsicElementAttributes]: IntrinsicElementAttributes[K] & ReservedProps };
|
|
1233
1233
|
interface BaseSyntheticEvent<E = object, C = unknown, T = unknown> {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import * as vue15 from "vue";
|
|
1
2
|
import * as vue14 from "vue";
|
|
2
|
-
import * as vue16 from "vue";
|
|
3
3
|
import { VaporFragment, createComponent as createComponent$1, shallowRef as useRef } from "vue";
|
|
4
4
|
import * as CSS from "csstype";
|
|
5
5
|
|
|
@@ -32,8 +32,8 @@ declare function useProps(): {
|
|
|
32
32
|
* const fullProps = useFullProps() // = useAttrs() + useProps()
|
|
33
33
|
* })
|
|
34
34
|
*/
|
|
35
|
-
declare function useFullProps():
|
|
36
|
-
[x: string]:
|
|
35
|
+
declare function useFullProps(): vue15.ShallowUnwrapRef<{
|
|
36
|
+
[x: string]: vue15.Ref<unknown, unknown>;
|
|
37
37
|
}>;
|
|
38
38
|
declare function setNodes(anchor: Node, ...values: any[]): void;
|
|
39
39
|
declare function createNodes(...values: any[]): VaporFragment;
|
|
@@ -1227,7 +1227,7 @@ interface Events<T = Element> {
|
|
|
1227
1227
|
onTransitionstart: TransitionEventHandler<T>;
|
|
1228
1228
|
}
|
|
1229
1229
|
type EventHandlers<E> = { [K in keyof E]?: E[K] extends ((...args: any) => any) ? E[K] : (payload: E[K]) => void };
|
|
1230
|
-
type _ReservedProps =
|
|
1230
|
+
type _ReservedProps = vue14.ReservedProps;
|
|
1231
1231
|
interface ReservedProps extends _ReservedProps {}
|
|
1232
1232
|
type NativeElements = { [K in keyof IntrinsicElementAttributes]: IntrinsicElementAttributes[K] & ReservedProps };
|
|
1233
1233
|
interface BaseSyntheticEvent<E = object, C = unknown, T = unknown> {
|
package/dist/nuxt.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
const require_chunk = require('./chunk-CUT6urMc.cjs');
|
|
3
3
|
require('./core-BEqRwfoK.cjs');
|
|
4
|
-
require('./raw-
|
|
5
|
-
require('./unplugin-
|
|
6
|
-
const require_vite = require('./vite-
|
|
7
|
-
const require_webpack = require('./webpack-
|
|
4
|
+
require('./raw-DW3TnyGX.cjs');
|
|
5
|
+
require('./unplugin-B_wqXCTq.cjs');
|
|
6
|
+
const require_vite = require('./vite-Dgw3nh-Y.cjs');
|
|
7
|
+
const require_webpack = require('./webpack-BnV_gKcg.cjs');
|
|
8
8
|
const __nuxt_kit = require_chunk.__toESM(require("@nuxt/kit"));
|
|
9
9
|
require("@nuxt/schema");
|
|
10
10
|
|
package/dist/nuxt.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Options } from "./options-jKAq0dFf.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _nuxt_schema13 from "@nuxt/schema";
|
|
3
3
|
|
|
4
4
|
//#region src/nuxt.d.ts
|
|
5
5
|
interface ModuleOptions extends Options {}
|
|
6
|
-
declare const _default:
|
|
6
|
+
declare const _default: _nuxt_schema13.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { ModuleOptions, _default as default };
|
package/dist/nuxt.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Options } from "./options-CBMw6D8V.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _nuxt_schema3 from "@nuxt/schema";
|
|
3
3
|
|
|
4
4
|
//#region src/nuxt.d.ts
|
|
5
5
|
interface ModuleOptions extends Options {}
|
|
6
|
-
declare const _default:
|
|
6
|
+
declare const _default: _nuxt_schema3.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { ModuleOptions, _default as default };
|
package/dist/nuxt.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import "./unplugin-
|
|
4
|
-
import { vite_default } from "./vite-
|
|
5
|
-
import { webpack_default } from "./webpack-
|
|
2
|
+
import "./raw-CiOcntA4.js";
|
|
3
|
+
import "./unplugin-fqdlwNc1.js";
|
|
4
|
+
import { vite_default } from "./vite-DsiGkw99.js";
|
|
5
|
+
import { webpack_default } from "./webpack-DMPoVLGY.js";
|
|
6
6
|
import { addVitePlugin, addWebpackPlugin, defineNuxtModule } from "@nuxt/kit";
|
|
7
7
|
import "@nuxt/schema";
|
|
8
8
|
|
|
@@ -82,18 +82,18 @@ function injectHMRAndSSR(result, id, options) {
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
if (hotComponents.length) {
|
|
85
|
-
if (hasDefaultExport || ssr) result.code = `${result.code.replaceAll(`export default `, `const __default__ = `)}\nexport default __default__
|
|
85
|
+
if (hasDefaultExport || ssr) result.code = `${result.code.replaceAll(`export default `, `const __default__ = `)}\nexport default __default__;`;
|
|
86
86
|
if (!ssr && !/\?vue&type=script/.test(id)) {
|
|
87
87
|
let code = result.code;
|
|
88
88
|
let callbackCode = ``;
|
|
89
89
|
for (const { local, exported, id: id$1 } of hotComponents) {
|
|
90
|
-
code += `\n${local}.__hmrId = "${id$1}"
|
|
90
|
+
code += `\n${local}.__hmrId = "${id$1}";\n__VUE_HMR_RUNTIME__.createRecord("${id$1}", ${local});`;
|
|
91
91
|
callbackCode += `
|
|
92
|
-
|
|
92
|
+
__VUE_HMR_RUNTIME__.rerender(mod['${exported}'].__hmrId, mod['${exported}'].setup || mod['${exported}']);`;
|
|
93
93
|
}
|
|
94
94
|
code += `
|
|
95
95
|
if (import.meta.hot) {
|
|
96
|
-
import.meta.hot.accept(
|
|
96
|
+
import.meta.hot.accept(mod => {${callbackCode}\n });
|
|
97
97
|
}`;
|
|
98
98
|
result.code = code;
|
|
99
99
|
}
|
|
@@ -127,7 +127,7 @@ function transformVueJsx(code, id, needSourceMap = false) {
|
|
|
127
127
|
babelrc: false,
|
|
128
128
|
configFile: false
|
|
129
129
|
});
|
|
130
|
-
if (result?.code) return {
|
|
130
|
+
if (result?.code && result.code !== code) return {
|
|
131
131
|
code: result.code,
|
|
132
132
|
map: result.map
|
|
133
133
|
};
|
|
@@ -83,18 +83,18 @@ function injectHMRAndSSR(result, id, options) {
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
if (hotComponents.length) {
|
|
86
|
-
if (hasDefaultExport || ssr) result.code = `${result.code.replaceAll(`export default `, `const __default__ = `)}\nexport default __default__
|
|
86
|
+
if (hasDefaultExport || ssr) result.code = `${result.code.replaceAll(`export default `, `const __default__ = `)}\nexport default __default__;`;
|
|
87
87
|
if (!ssr && !/\?vue&type=script/.test(id)) {
|
|
88
88
|
let code = result.code;
|
|
89
89
|
let callbackCode = ``;
|
|
90
90
|
for (const { local, exported, id: id$1 } of hotComponents) {
|
|
91
|
-
code += `\n${local}.__hmrId = "${id$1}"
|
|
91
|
+
code += `\n${local}.__hmrId = "${id$1}";\n__VUE_HMR_RUNTIME__.createRecord("${id$1}", ${local});`;
|
|
92
92
|
callbackCode += `
|
|
93
|
-
|
|
93
|
+
__VUE_HMR_RUNTIME__.rerender(mod['${exported}'].__hmrId, mod['${exported}'].setup || mod['${exported}']);`;
|
|
94
94
|
}
|
|
95
95
|
code += `
|
|
96
96
|
if (import.meta.hot) {
|
|
97
|
-
import.meta.hot.accept(
|
|
97
|
+
import.meta.hot.accept(mod => {${callbackCode}\n });
|
|
98
98
|
}`;
|
|
99
99
|
result.code = code;
|
|
100
100
|
}
|
|
@@ -128,7 +128,7 @@ function transformVueJsx(code, id, needSourceMap = false) {
|
|
|
128
128
|
babelrc: false,
|
|
129
129
|
configFile: false
|
|
130
130
|
});
|
|
131
|
-
if (result?.code) return {
|
|
131
|
+
if (result?.code && result.code !== code) return {
|
|
132
132
|
code: result.code,
|
|
133
133
|
map: result.map
|
|
134
134
|
};
|
package/dist/raw.cjs
CHANGED
package/dist/raw.js
CHANGED
package/dist/rolldown.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
const require_chunk = require('./chunk-CUT6urMc.cjs');
|
|
3
3
|
require('./core-BEqRwfoK.cjs');
|
|
4
|
-
require('./raw-
|
|
5
|
-
const require_unplugin = require('./unplugin-
|
|
4
|
+
require('./raw-DW3TnyGX.cjs');
|
|
5
|
+
const require_unplugin = require('./unplugin-B_wqXCTq.cjs');
|
|
6
6
|
const unplugin = require_chunk.__toESM(require("unplugin"));
|
|
7
7
|
|
|
8
8
|
//#region src/rolldown.ts
|
package/dist/rolldown.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Options } from "./options-jKAq0dFf.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as rollup1 from "rollup";
|
|
3
3
|
|
|
4
4
|
//#region src/rolldown.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => rollup1.Plugin<any> | rollup1.Plugin<any>[];
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
package/dist/rolldown.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Options } from "./options-CBMw6D8V.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as rollup6 from "rollup";
|
|
3
3
|
|
|
4
4
|
//#region src/rolldown.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => rollup6.Plugin<any> | rollup6.Plugin<any>[];
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
package/dist/rolldown.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unpluginFactory } from "./unplugin-
|
|
2
|
+
import "./raw-CiOcntA4.js";
|
|
3
|
+
import { unpluginFactory } from "./unplugin-fqdlwNc1.js";
|
|
4
4
|
import { createRollupPlugin } from "unplugin";
|
|
5
5
|
|
|
6
6
|
//#region src/rolldown.ts
|
package/dist/rollup.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
3
|
+
require('./raw-DW3TnyGX.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-B_wqXCTq.cjs');
|
|
5
5
|
|
|
6
6
|
//#region src/rollup.ts
|
|
7
7
|
var rollup_default = require_unplugin.unplugin_default.rollup;
|
package/dist/rollup.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Options } from "./options-jKAq0dFf.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as rollup8 from "rollup";
|
|
3
3
|
|
|
4
4
|
//#region src/rollup.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => rollup8.Plugin<any>[];
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
package/dist/rollup.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Options } from "./options-CBMw6D8V.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as rollup13 from "rollup";
|
|
3
3
|
|
|
4
4
|
//#region src/rollup.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => rollup13.Plugin<any>[];
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
package/dist/rollup.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin_default } from "./unplugin-
|
|
2
|
+
import "./raw-CiOcntA4.js";
|
|
3
|
+
import { unplugin_default } from "./unplugin-fqdlwNc1.js";
|
|
4
4
|
|
|
5
5
|
//#region src/rollup.ts
|
|
6
6
|
var rollup_default = unplugin_default.rollup;
|
package/dist/rspack.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
3
|
+
require('./raw-DW3TnyGX.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-B_wqXCTq.cjs');
|
|
5
5
|
|
|
6
6
|
//#region src/rspack.ts
|
|
7
7
|
var rspack_default = require_unplugin.unplugin_default.rspack;
|
package/dist/rspack.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin_default } from "./unplugin-
|
|
2
|
+
import "./raw-CiOcntA4.js";
|
|
3
|
+
import { unplugin_default } from "./unplugin-fqdlwNc1.js";
|
|
4
4
|
|
|
5
5
|
//#region src/rspack.ts
|
|
6
6
|
var rspack_default = unplugin_default.rspack;
|
package/dist/unplugin.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
3
|
+
require('./raw-DW3TnyGX.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-B_wqXCTq.cjs');
|
|
5
5
|
|
|
6
6
|
exports.default = require_unplugin.unplugin_default;
|
|
7
7
|
exports.unplugin = require_unplugin.unplugin;
|
package/dist/unplugin.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Options } from "./options-CBMw6D8V.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin4 from "unplugin";
|
|
3
3
|
import { UnpluginFactory } from "unplugin";
|
|
4
4
|
|
|
5
5
|
//#region src/unplugin.d.ts
|
|
6
6
|
declare const unpluginFactory: UnpluginFactory<Options | undefined, true>;
|
|
7
|
-
declare const unplugin:
|
|
7
|
+
declare const unplugin: unplugin4.UnpluginInstance<Options | undefined, true>;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { Options, unplugin as default, unplugin, unpluginFactory };
|
package/dist/unplugin.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin, unpluginFactory, unplugin_default } from "./unplugin-
|
|
2
|
+
import "./raw-CiOcntA4.js";
|
|
3
|
+
import { unplugin, unpluginFactory, unplugin_default } from "./unplugin-fqdlwNc1.js";
|
|
4
4
|
|
|
5
5
|
export { unplugin_default as default, unplugin, unpluginFactory };
|
package/dist/vite.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
require('./unplugin-
|
|
5
|
-
const require_vite = require('./vite-
|
|
3
|
+
require('./raw-DW3TnyGX.cjs');
|
|
4
|
+
require('./unplugin-B_wqXCTq.cjs');
|
|
5
|
+
const require_vite = require('./vite-Dgw3nh-Y.cjs');
|
|
6
6
|
|
|
7
7
|
exports.default = require_vite.vite_default;
|
package/dist/vite.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Options } from "./options-jKAq0dFf.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vite4 from "vite";
|
|
3
3
|
|
|
4
4
|
//#region src/vite.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => vite4.Plugin<any>[];
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
package/dist/vite.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Options } from "./options-CBMw6D8V.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vite11 from "vite";
|
|
3
3
|
|
|
4
4
|
//#region src/vite.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => vite11.Plugin<any>[];
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
package/dist/vite.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import "./unplugin-
|
|
4
|
-
import { vite_default } from "./vite-
|
|
2
|
+
import "./raw-CiOcntA4.js";
|
|
3
|
+
import "./unplugin-fqdlwNc1.js";
|
|
4
|
+
import { vite_default } from "./vite-DsiGkw99.js";
|
|
5
5
|
|
|
6
6
|
export { vite_default as default };
|
package/dist/webpack.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
require('./unplugin-
|
|
5
|
-
const require_webpack = require('./webpack-
|
|
3
|
+
require('./raw-DW3TnyGX.cjs');
|
|
4
|
+
require('./unplugin-B_wqXCTq.cjs');
|
|
5
|
+
const require_webpack = require('./webpack-BnV_gKcg.cjs');
|
|
6
6
|
|
|
7
7
|
exports.default = require_webpack.webpack_default;
|
package/dist/webpack.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Options } from "./options-jKAq0dFf.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as webpack6 from "webpack";
|
|
3
3
|
|
|
4
4
|
//#region src/webpack.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => webpack6.WebpackPluginInstance;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
package/dist/webpack.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Options } from "./options-CBMw6D8V.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as webpack9 from "webpack";
|
|
3
3
|
|
|
4
4
|
//#region src/webpack.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => webpack9.WebpackPluginInstance;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
package/dist/webpack.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import "./unplugin-
|
|
4
|
-
import { webpack_default } from "./webpack-
|
|
2
|
+
import "./raw-CiOcntA4.js";
|
|
3
|
+
import "./unplugin-fqdlwNc1.js";
|
|
4
|
+
import { webpack_default } from "./webpack-DMPoVLGY.js";
|
|
5
5
|
|
|
6
6
|
export { webpack_default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-jsx-vapor",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "Convert Vue JSX to Vapor",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -163,27 +163,27 @@
|
|
|
163
163
|
}
|
|
164
164
|
},
|
|
165
165
|
"dependencies": {
|
|
166
|
-
"@babel/core": "^7.
|
|
167
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
166
|
+
"@babel/core": "^7.28.0",
|
|
167
|
+
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
168
168
|
"@vue-macros/jsx-directive": "^3.0.0-beta.15",
|
|
169
169
|
"@vue-macros/volar": "^3.0.0-beta.15",
|
|
170
170
|
"@vue/babel-plugin-jsx": "^1.4.0",
|
|
171
171
|
"hash-sum": "^2.0.0",
|
|
172
172
|
"pathe": "^2.0.3",
|
|
173
|
-
"ts-macro": "^0.1.
|
|
173
|
+
"ts-macro": "^0.1.35",
|
|
174
174
|
"unplugin": "^2.3.5",
|
|
175
175
|
"unplugin-utils": "^0.2.4",
|
|
176
|
-
"@vue-jsx-vapor/babel": "2.
|
|
177
|
-
"@vue-jsx-vapor/
|
|
178
|
-
"@vue-jsx-vapor/
|
|
176
|
+
"@vue-jsx-vapor/babel": "2.5.0",
|
|
177
|
+
"@vue-jsx-vapor/compiler": "2.5.0",
|
|
178
|
+
"@vue-jsx-vapor/macros": "2.5.0"
|
|
179
179
|
},
|
|
180
180
|
"devDependencies": {
|
|
181
|
-
"@nuxt/kit": "^3.17.
|
|
182
|
-
"@nuxt/schema": "^3.17.
|
|
181
|
+
"@nuxt/kit": "^3.17.6",
|
|
182
|
+
"@nuxt/schema": "^3.17.6",
|
|
183
183
|
"@types/babel__core": "^7.20.5",
|
|
184
184
|
"@types/hash-sum": "^1.0.2",
|
|
185
185
|
"csstype": "^3.1.3",
|
|
186
|
-
"vue": "https://pkg.pr.new/vue@
|
|
186
|
+
"vue": "https://pkg.pr.new/vue@51677cd"
|
|
187
187
|
},
|
|
188
188
|
"scripts": {
|
|
189
189
|
"build": "tsdown",
|