wesl-plugin 0.6.6 → 0.6.7
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { WeslPluginOptions } from "../PluginExtension-B9OlwcsY.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as esbuild12 from "esbuild";
|
|
3
3
|
|
|
4
4
|
//#region src/plugins/esbuild.d.ts
|
|
5
|
-
declare const _default: (options: WeslPluginOptions) =>
|
|
5
|
+
declare const _default: (options: WeslPluginOptions) => esbuild12.Plugin;
|
|
6
6
|
|
|
7
7
|
//#endregion
|
|
8
8
|
export { _default as default };
|
package/dist/plugins/farm.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { WeslPluginOptions } from "../PluginExtension-B9OlwcsY.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _farmfe_core8 from "@farmfe/core";
|
|
3
3
|
|
|
4
4
|
//#region src/plugins/farm.d.ts
|
|
5
|
-
declare const _default: (options: WeslPluginOptions) =>
|
|
5
|
+
declare const _default: (options: WeslPluginOptions) => _farmfe_core8.JsPlugin;
|
|
6
6
|
|
|
7
7
|
//#endregion
|
|
8
8
|
export { _default as default };
|
package/dist/plugins/rollup.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { WeslPluginOptions } from "../PluginExtension-B9OlwcsY.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as rollup5 from "rollup";
|
|
3
3
|
|
|
4
4
|
//#region src/plugins/rollup.d.ts
|
|
5
|
-
declare const _default: (options: WeslPluginOptions) =>
|
|
5
|
+
declare const _default: (options: WeslPluginOptions) => rollup5.Plugin<any> | rollup5.Plugin<any>[];
|
|
6
6
|
|
|
7
7
|
//#endregion
|
|
8
8
|
export { _default as default };
|
package/dist/plugins/vite.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { WeslPluginOptions } from "../PluginExtension-B9OlwcsY.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vite1 from "vite";
|
|
3
3
|
|
|
4
4
|
//#region src/plugins/vite.d.ts
|
|
5
|
-
declare const _default: (options: WeslPluginOptions) =>
|
|
5
|
+
declare const _default: (options: WeslPluginOptions) => vite1.Plugin<any> | vite1.Plugin<any>[];
|
|
6
6
|
|
|
7
7
|
//#endregion
|
|
8
8
|
export { _default as default };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { WeslPluginOptions } from "../PluginExtension-B9OlwcsY.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as webpack10 from "webpack";
|
|
3
3
|
|
|
4
4
|
//#region src/plugins/webpack.d.ts
|
|
5
|
-
declare const _default: (options: WeslPluginOptions) =>
|
|
5
|
+
declare const _default: (options: WeslPluginOptions) => webpack10.WebpackPluginInstance;
|
|
6
6
|
|
|
7
7
|
//#endregion
|
|
8
8
|
export { _default as default };
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wesl-plugin",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.7",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"import-meta-resolve": "^4.1.0",
|
|
7
7
|
"toml": "^3.0.0",
|
|
8
8
|
"unplugin": "^2.3.4",
|
|
9
|
-
"wesl
|
|
10
|
-
"wesl": "0.6.
|
|
9
|
+
"wesl": "0.6.7",
|
|
10
|
+
"wesl-tooling": "0.6.7"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@nuxt/kit": "^3.17.3",
|