vue-jsx-vapor 2.5.1 → 2.5.2
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.js +1 -1
- package/dist/astro.cjs +3 -3
- package/dist/astro.js +3 -3
- package/dist/{core-BEqRwfoK.cjs → core-C-41-Q2Y.cjs} +3 -1
- package/dist/{core-BDE4GLH8.js → core-CJgJmh2O.js} +3 -1
- package/dist/esbuild.cjs +3 -3
- package/dist/esbuild.d.cts +2 -2
- package/dist/esbuild.d.ts +2 -2
- package/dist/esbuild.js +3 -3
- package/dist/nuxt.cjs +5 -5
- package/dist/nuxt.d.cts +2 -2
- package/dist/nuxt.d.ts +2 -2
- package/dist/nuxt.js +5 -5
- package/dist/{raw-DPR48NYX.cjs → raw-CYDpZE8-.cjs} +6 -2
- package/dist/{raw-CSn-2Ikd.js → raw-yXCo36CS.js} +6 -2
- package/dist/raw.cjs +2 -2
- package/dist/raw.js +2 -2
- package/dist/rolldown.cjs +3 -3
- package/dist/rolldown.d.cts +2 -2
- package/dist/rolldown.d.ts +2 -2
- package/dist/rolldown.js +3 -3
- package/dist/rollup.cjs +3 -3
- package/dist/rollup.d.cts +2 -2
- package/dist/rollup.d.ts +2 -2
- package/dist/rollup.js +3 -3
- package/dist/rspack.cjs +3 -3
- package/dist/rspack.js +3 -3
- package/dist/{unplugin-BMZYUHa5.js → unplugin-Cv5nDfeb.js} +1 -1
- package/dist/{unplugin-Bqw_5TyP.cjs → unplugin-DBHzlOuN.cjs} +1 -1
- package/dist/unplugin.cjs +3 -3
- package/dist/unplugin.d.ts +2 -2
- package/dist/unplugin.js +3 -3
- package/dist/vite-BtTbvmfA.js +7 -0
- package/dist/{vite-DC-kXwyu.cjs → vite-BwPOjczq.cjs} +1 -1
- package/dist/vite.cjs +4 -4
- package/dist/vite.d.cts +2 -2
- package/dist/vite.d.ts +2 -2
- package/dist/vite.js +4 -4
- package/dist/volar.cjs +3 -2
- package/dist/volar.d.cts +1 -1
- package/dist/volar.d.ts +1 -1
- package/dist/volar.js +2 -2
- package/dist/{webpack-Br3F46s2.js → webpack-BBIFuz_t.js} +1 -1
- package/dist/{webpack-C4_8gzHT.cjs → webpack-srNWU-jd.cjs} +1 -1
- package/dist/webpack.cjs +4 -4
- package/dist/webpack.d.cts +2 -2
- package/dist/webpack.d.ts +2 -2
- package/dist/webpack.js +4 -4
- package/package.json +8 -8
- package/dist/vite-CYg-kq36.js +0 -7
package/dist/api.cjs
CHANGED
package/dist/api.js
CHANGED
package/dist/astro.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('./core-
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
2
|
+
require('./core-C-41-Q2Y.cjs');
|
|
3
|
+
require('./raw-CYDpZE8-.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-DBHzlOuN.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
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin_default } from "./unplugin-
|
|
1
|
+
import "./core-CJgJmh2O.js";
|
|
2
|
+
import "./raw-yXCo36CS.js";
|
|
3
|
+
import { unplugin_default } from "./unplugin-Cv5nDfeb.js";
|
|
4
4
|
|
|
5
5
|
//#region src/astro.ts
|
|
6
6
|
var astro_default = (options) => ({
|
|
@@ -5,10 +5,12 @@ const __vue_jsx_vapor_babel = require_chunk.__toESM(require("@vue-jsx-vapor/babe
|
|
|
5
5
|
|
|
6
6
|
//#region src/core/index.ts
|
|
7
7
|
function transformVueJsxVapor(code, id, options, needSourceMap = false) {
|
|
8
|
+
const params = new URLSearchParams(id);
|
|
9
|
+
const vapor = params.get("vapor");
|
|
8
10
|
return (0, __babel_core.transformSync)(code, {
|
|
9
11
|
plugins: [[__vue_jsx_vapor_babel.default, {
|
|
10
12
|
compile: options?.compile,
|
|
11
|
-
interop: options?.interop
|
|
13
|
+
interop: vapor ? false : options?.interop
|
|
12
14
|
}], ...id.endsWith(".tsx") ? [[__babel_plugin_transform_typescript.default, {
|
|
13
15
|
isTSX: true,
|
|
14
16
|
allowExtensions: true
|
|
@@ -4,10 +4,12 @@ import jsx from "@vue-jsx-vapor/babel";
|
|
|
4
4
|
|
|
5
5
|
//#region src/core/index.ts
|
|
6
6
|
function transformVueJsxVapor(code, id, options, needSourceMap = false) {
|
|
7
|
+
const params = new URLSearchParams(id);
|
|
8
|
+
const vapor = params.get("vapor");
|
|
7
9
|
return transformSync(code, {
|
|
8
10
|
plugins: [[jsx, {
|
|
9
11
|
compile: options?.compile,
|
|
10
|
-
interop: options?.interop
|
|
12
|
+
interop: vapor ? false : options?.interop
|
|
11
13
|
}], ...id.endsWith(".tsx") ? [[babelTypescript, {
|
|
12
14
|
isTSX: true,
|
|
13
15
|
allowExtensions: true
|
package/dist/esbuild.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('./core-
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
2
|
+
require('./core-C-41-Q2Y.cjs');
|
|
3
|
+
require('./raw-CYDpZE8-.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-DBHzlOuN.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 esbuild11 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) => esbuild11.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 esbuild13 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) => esbuild13.Plugin;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
package/dist/esbuild.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin_default } from "./unplugin-
|
|
1
|
+
import "./core-CJgJmh2O.js";
|
|
2
|
+
import "./raw-yXCo36CS.js";
|
|
3
|
+
import { unplugin_default } from "./unplugin-Cv5nDfeb.js";
|
|
4
4
|
|
|
5
5
|
//#region src/esbuild.ts
|
|
6
6
|
var esbuild_default = unplugin_default.esbuild;
|
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
|
-
require('./core-
|
|
4
|
-
require('./raw-
|
|
5
|
-
require('./unplugin-
|
|
6
|
-
const require_vite = require('./vite-
|
|
7
|
-
const require_webpack = require('./webpack-
|
|
3
|
+
require('./core-C-41-Q2Y.cjs');
|
|
4
|
+
require('./raw-CYDpZE8-.cjs');
|
|
5
|
+
require('./unplugin-DBHzlOuN.cjs');
|
|
6
|
+
const require_vite = require('./vite-BwPOjczq.cjs');
|
|
7
|
+
const require_webpack = require('./webpack-srNWU-jd.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_schema2 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_schema2.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
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import "./unplugin-
|
|
4
|
-
import { vite_default } from "./vite-
|
|
5
|
-
import { webpack_default } from "./webpack-
|
|
1
|
+
import "./core-CJgJmh2O.js";
|
|
2
|
+
import "./raw-yXCo36CS.js";
|
|
3
|
+
import "./unplugin-Cv5nDfeb.js";
|
|
4
|
+
import { vite_default } from "./vite-BtTbvmfA.js";
|
|
5
|
+
import { webpack_default } from "./webpack-BBIFuz_t.js";
|
|
6
6
|
import { addVitePlugin, addWebpackPlugin, defineNuxtModule } from "@nuxt/kit";
|
|
7
7
|
import "@nuxt/schema";
|
|
8
8
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-CUT6urMc.cjs');
|
|
2
|
-
const require_core = require('./core-
|
|
2
|
+
const require_core = require('./core-C-41-Q2Y.cjs');
|
|
3
3
|
const __babel_core = require_chunk.__toESM(require("@babel/core"));
|
|
4
4
|
const __babel_plugin_transform_typescript = require_chunk.__toESM(require("@babel/plugin-transform-typescript"));
|
|
5
5
|
const __vue_jsx_vapor_macros_raw = require_chunk.__toESM(require("@vue-jsx-vapor/macros/raw"));
|
|
@@ -90,7 +90,11 @@ function injectHMRAndSSR(result, id, options) {
|
|
|
90
90
|
for (const { local, exported, id: id$1 } of hotComponents) {
|
|
91
91
|
code += `\n${local}.__hmrId = "${id$1}";\n__VUE_HMR_RUNTIME__.createRecord("${id$1}", ${local});`;
|
|
92
92
|
callbackCode += `
|
|
93
|
-
|
|
93
|
+
if (typeof mod['${exported}'] === 'function') {
|
|
94
|
+
__VUE_HMR_RUNTIME__.rerender(mod['${exported}'].__hmrId, mod['${exported}']);
|
|
95
|
+
} else {
|
|
96
|
+
__VUE_HMR_RUNTIME__.reload(mod['${exported}'].__hmrId, mod['${exported}']);
|
|
97
|
+
};`;
|
|
94
98
|
}
|
|
95
99
|
code += `
|
|
96
100
|
if (import.meta.hot) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { transformVueJsxVapor } from "./core-
|
|
1
|
+
import { transformVueJsxVapor } from "./core-CJgJmh2O.js";
|
|
2
2
|
import { transformSync } from "@babel/core";
|
|
3
3
|
import babelTypescript from "@babel/plugin-transform-typescript";
|
|
4
4
|
import macros from "@vue-jsx-vapor/macros/raw";
|
|
@@ -89,7 +89,11 @@ function injectHMRAndSSR(result, id, options) {
|
|
|
89
89
|
for (const { local, exported, id: id$1 } of hotComponents) {
|
|
90
90
|
code += `\n${local}.__hmrId = "${id$1}";\n__VUE_HMR_RUNTIME__.createRecord("${id$1}", ${local});`;
|
|
91
91
|
callbackCode += `
|
|
92
|
-
|
|
92
|
+
if (typeof mod['${exported}'] === 'function') {
|
|
93
|
+
__VUE_HMR_RUNTIME__.rerender(mod['${exported}'].__hmrId, mod['${exported}']);
|
|
94
|
+
} else {
|
|
95
|
+
__VUE_HMR_RUNTIME__.reload(mod['${exported}'].__hmrId, mod['${exported}']);
|
|
96
|
+
};`;
|
|
93
97
|
}
|
|
94
98
|
code += `
|
|
95
99
|
if (import.meta.hot) {
|
package/dist/raw.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('./core-
|
|
3
|
-
const require_raw = require('./raw-
|
|
2
|
+
require('./core-C-41-Q2Y.cjs');
|
|
3
|
+
const require_raw = require('./raw-CYDpZE8-.cjs');
|
|
4
4
|
|
|
5
5
|
exports.default = require_raw.raw_default;
|
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
|
-
require('./core-
|
|
4
|
-
require('./raw-
|
|
5
|
-
const require_unplugin = require('./unplugin-
|
|
3
|
+
require('./core-C-41-Q2Y.cjs');
|
|
4
|
+
require('./raw-CYDpZE8-.cjs');
|
|
5
|
+
const require_unplugin = require('./unplugin-DBHzlOuN.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 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.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Options } from "./options-CBMw6D8V.js";
|
|
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.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unpluginFactory } from "./unplugin-
|
|
1
|
+
import "./core-CJgJmh2O.js";
|
|
2
|
+
import "./raw-yXCo36CS.js";
|
|
3
|
+
import { unpluginFactory } from "./unplugin-Cv5nDfeb.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
|
-
require('./core-
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
2
|
+
require('./core-C-41-Q2Y.cjs');
|
|
3
|
+
require('./raw-CYDpZE8-.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-DBHzlOuN.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 rollup1 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) => rollup1.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 rollup5 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) => rollup5.Plugin<any>[];
|
|
6
6
|
//#endregion
|
|
7
7
|
export { _default as default };
|
package/dist/rollup.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin_default } from "./unplugin-
|
|
1
|
+
import "./core-CJgJmh2O.js";
|
|
2
|
+
import "./raw-yXCo36CS.js";
|
|
3
|
+
import { unplugin_default } from "./unplugin-Cv5nDfeb.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
|
-
require('./core-
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
2
|
+
require('./core-C-41-Q2Y.cjs');
|
|
3
|
+
require('./raw-CYDpZE8-.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-DBHzlOuN.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
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin_default } from "./unplugin-
|
|
1
|
+
import "./core-CJgJmh2O.js";
|
|
2
|
+
import "./raw-yXCo36CS.js";
|
|
3
|
+
import { unplugin_default } from "./unplugin-Cv5nDfeb.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
|
-
require('./core-
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
2
|
+
require('./core-C-41-Q2Y.cjs');
|
|
3
|
+
require('./raw-CYDpZE8-.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-DBHzlOuN.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 unplugin7 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: unplugin7.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
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin, unpluginFactory, unplugin_default } from "./unplugin-
|
|
1
|
+
import "./core-CJgJmh2O.js";
|
|
2
|
+
import "./raw-yXCo36CS.js";
|
|
3
|
+
import { unplugin, unpluginFactory, unplugin_default } from "./unplugin-Cv5nDfeb.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
|
-
require('./core-
|
|
3
|
-
require('./raw-
|
|
4
|
-
require('./unplugin-
|
|
5
|
-
const require_vite = require('./vite-
|
|
2
|
+
require('./core-C-41-Q2Y.cjs');
|
|
3
|
+
require('./raw-CYDpZE8-.cjs');
|
|
4
|
+
require('./unplugin-DBHzlOuN.cjs');
|
|
5
|
+
const require_vite = require('./vite-BwPOjczq.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 vite13 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) => vite13.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
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import "./unplugin-
|
|
4
|
-
import { vite_default } from "./vite-
|
|
1
|
+
import "./core-CJgJmh2O.js";
|
|
2
|
+
import "./raw-yXCo36CS.js";
|
|
3
|
+
import "./unplugin-Cv5nDfeb.js";
|
|
4
|
+
import { vite_default } from "./vite-BtTbvmfA.js";
|
|
5
5
|
|
|
6
6
|
export { vite_default as default };
|
package/dist/volar.cjs
CHANGED
|
@@ -6,7 +6,7 @@ const __vue_macros_volar_jsx_ref = require_chunk.__toESM(require("@vue-macros/vo
|
|
|
6
6
|
const ts_macro = require_chunk.__toESM(require("ts-macro"));
|
|
7
7
|
|
|
8
8
|
//#region src/volar.ts
|
|
9
|
-
const plugin = (0, ts_macro.createPlugin)((ctx, options) => {
|
|
9
|
+
const plugin = (0, ts_macro.createPlugin)((ctx, options = ctx.vueCompilerOptions["vue-jsx-vapor"]) => {
|
|
10
10
|
return [
|
|
11
11
|
(0, __vue_macros_volar_jsx_directive.default)()(ctx),
|
|
12
12
|
options?.ref === false ? [] : (0, __vue_macros_volar_jsx_ref.default)(options?.ref === true ? void 0 : options?.ref)(ctx),
|
|
@@ -16,4 +16,5 @@ const plugin = (0, ts_macro.createPlugin)((ctx, options) => {
|
|
|
16
16
|
var volar_default = plugin;
|
|
17
17
|
|
|
18
18
|
//#endregion
|
|
19
|
-
exports.default = volar_default;
|
|
19
|
+
exports.default = volar_default;
|
|
20
|
+
exports["module.exports"] = plugin;
|
package/dist/volar.d.cts
CHANGED
package/dist/volar.d.ts
CHANGED
package/dist/volar.js
CHANGED
|
@@ -4,7 +4,7 @@ import jsxRef from "@vue-macros/volar/jsx-ref";
|
|
|
4
4
|
import { createPlugin } from "ts-macro";
|
|
5
5
|
|
|
6
6
|
//#region src/volar.ts
|
|
7
|
-
const plugin = createPlugin((ctx, options) => {
|
|
7
|
+
const plugin = createPlugin((ctx, options = ctx.vueCompilerOptions["vue-jsx-vapor"]) => {
|
|
8
8
|
return [
|
|
9
9
|
jsxDirective()(ctx),
|
|
10
10
|
options?.ref === false ? [] : jsxRef(options?.ref === true ? void 0 : options?.ref)(ctx),
|
|
@@ -14,4 +14,4 @@ const plugin = createPlugin((ctx, options) => {
|
|
|
14
14
|
var volar_default = plugin;
|
|
15
15
|
|
|
16
16
|
//#endregion
|
|
17
|
-
export { volar_default as default };
|
|
17
|
+
export { volar_default as default, plugin as "module.exports" };
|
package/dist/webpack.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('./core-
|
|
3
|
-
require('./raw-
|
|
4
|
-
require('./unplugin-
|
|
5
|
-
const require_webpack = require('./webpack-
|
|
2
|
+
require('./core-C-41-Q2Y.cjs');
|
|
3
|
+
require('./raw-CYDpZE8-.cjs');
|
|
4
|
+
require('./unplugin-DBHzlOuN.cjs');
|
|
5
|
+
const require_webpack = require('./webpack-srNWU-jd.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 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.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
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import "./unplugin-
|
|
4
|
-
import { webpack_default } from "./webpack-
|
|
1
|
+
import "./core-CJgJmh2O.js";
|
|
2
|
+
import "./raw-yXCo36CS.js";
|
|
3
|
+
import "./unplugin-Cv5nDfeb.js";
|
|
4
|
+
import { webpack_default } from "./webpack-BBIFuz_t.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.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"description": "Convert Vue JSX to Vapor",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -165,17 +165,17 @@
|
|
|
165
165
|
"dependencies": {
|
|
166
166
|
"@babel/core": "^7.28.0",
|
|
167
167
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
168
|
-
"@vue-macros/jsx-directive": "^3.0.0-beta.
|
|
169
|
-
"@vue-macros/volar": "^3.0.0-beta.
|
|
168
|
+
"@vue-macros/jsx-directive": "^3.0.0-beta.17",
|
|
169
|
+
"@vue-macros/volar": "^3.0.0-beta.17",
|
|
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.
|
|
173
|
+
"ts-macro": "^0.2.7",
|
|
174
174
|
"unplugin": "^2.3.5",
|
|
175
175
|
"unplugin-utils": "^0.2.4",
|
|
176
|
-
"@vue-jsx-vapor/babel": "2.5.
|
|
177
|
-
"@vue-jsx-vapor/compiler": "2.5.
|
|
178
|
-
"@vue-jsx-vapor/macros": "2.5.
|
|
176
|
+
"@vue-jsx-vapor/babel": "2.5.2",
|
|
177
|
+
"@vue-jsx-vapor/compiler": "2.5.2",
|
|
178
|
+
"@vue-jsx-vapor/macros": "2.5.2"
|
|
179
179
|
},
|
|
180
180
|
"devDependencies": {
|
|
181
181
|
"@nuxt/kit": "^3.17.6",
|
|
@@ -183,7 +183,7 @@
|
|
|
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@5771104"
|
|
187
187
|
},
|
|
188
188
|
"scripts": {
|
|
189
189
|
"build": "tsdown",
|