@powerlines/plugin-unimport 0.1.179 → 0.1.181
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/{types → packages/plugin-unimport/src/types}/plugin.d.cts +3 -3
- package/dist/{types → packages/plugin-unimport/src/types}/plugin.d.mts +3 -3
- package/dist/{index.cjs → src/index.cjs} +1 -1
- package/dist/{index.d.cts → src/index.d.cts} +2 -2
- package/dist/{index.d.mts → src/index.d.mts} +3 -3
- package/package.json +4 -4
- /package/dist/{types → packages/plugin-unimport/src/types}/index.cjs +0 -0
- /package/dist/{types → packages/plugin-unimport/src/types}/index.d.cts +0 -0
- /package/dist/{types → packages/plugin-unimport/src/types}/index.d.mts +0 -0
- /package/dist/{types → packages/plugin-unimport/src/types}/index.mjs +0 -0
- /package/dist/{types → packages/plugin-unimport/src/types}/plugin.cjs +0 -0
- /package/dist/{types → packages/plugin-unimport/src/types}/plugin.mjs +0 -0
- /package/dist/{index.mjs → src/index.mjs} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UserConfig } from "
|
|
2
|
-
import { ResolvedConfig } from "
|
|
3
|
-
import { PluginContext } from "
|
|
1
|
+
import { UserConfig } from "../../../../powerlines/src/types/config.cjs";
|
|
2
|
+
import { ResolvedConfig } from "../../../../powerlines/src/types/resolved.cjs";
|
|
3
|
+
import { PluginContext } from "../../../../powerlines/src/types/context.cjs";
|
|
4
4
|
import { Unimport, UnimportOptions } from "unimport";
|
|
5
5
|
|
|
6
6
|
//#region src/types/plugin.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UserConfig } from "
|
|
2
|
-
import { ResolvedConfig } from "
|
|
3
|
-
import { PluginContext } from "
|
|
1
|
+
import { UserConfig } from "../../../../powerlines/src/types/config.mjs";
|
|
2
|
+
import { ResolvedConfig } from "../../../../powerlines/src/types/resolved.mjs";
|
|
3
|
+
import { PluginContext } from "../../../../powerlines/src/types/context.mjs";
|
|
4
4
|
import { Unimport, UnimportOptions } from "unimport";
|
|
5
5
|
|
|
6
6
|
//#region src/types/plugin.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
const require_rolldown_runtime = require('
|
|
2
|
+
const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
|
|
3
3
|
let __stryke_helpers_throttle = require("@stryke/helpers/throttle");
|
|
4
4
|
let __stryke_json_storm_json = require("@stryke/json/storm-json");
|
|
5
5
|
let __stryke_path_join = require("@stryke/path/join");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Plugin } from "
|
|
2
|
-
import { UnimportContext, UnimportPluginContext, UnimportPluginOptions, UnimportPluginResolvedConfig, UnimportPluginUserConfig, __ΩUnimportContext, __ΩUnimportPluginContext, __ΩUnimportPluginOptions, __ΩUnimportPluginResolvedConfig, __ΩUnimportPluginUserConfig } from "
|
|
1
|
+
import { Plugin } from "../powerlines/src/types/plugin.cjs";
|
|
2
|
+
import { UnimportContext, UnimportPluginContext, UnimportPluginOptions, UnimportPluginResolvedConfig, UnimportPluginUserConfig, __ΩUnimportContext, __ΩUnimportPluginContext, __ΩUnimportPluginOptions, __ΩUnimportPluginResolvedConfig, __ΩUnimportPluginUserConfig } from "../packages/plugin-unimport/src/types/plugin.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Plugin } from "
|
|
2
|
-
import { UnimportContext, UnimportPluginContext, UnimportPluginOptions, UnimportPluginResolvedConfig, UnimportPluginUserConfig, __ΩUnimportContext, __ΩUnimportPluginContext, __ΩUnimportPluginOptions, __ΩUnimportPluginResolvedConfig, __ΩUnimportPluginUserConfig } from "
|
|
3
|
-
import "
|
|
1
|
+
import { Plugin } from "../powerlines/src/types/plugin.mjs";
|
|
2
|
+
import { UnimportContext, UnimportPluginContext, UnimportPluginOptions, UnimportPluginResolvedConfig, UnimportPluginUserConfig, __ΩUnimportContext, __ΩUnimportPluginContext, __ΩUnimportPluginOptions, __ΩUnimportPluginResolvedConfig, __ΩUnimportPluginUserConfig } from "../packages/plugin-unimport/src/types/plugin.mjs";
|
|
3
|
+
import "../packages/plugin-unimport/src/types/index.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/index.d.ts
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-unimport",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.181",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to add imports to source code automatically via unimport.",
|
|
6
6
|
"repository": {
|
|
@@ -122,13 +122,13 @@
|
|
|
122
122
|
"@stryke/path": "^0.25.3",
|
|
123
123
|
"defu": "^6.1.4",
|
|
124
124
|
"magic-string": "^0.30.21",
|
|
125
|
-
"powerlines": "^0.37.
|
|
125
|
+
"powerlines": "^0.37.54",
|
|
126
126
|
"unimport": "^5.6.0"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
129
|
+
"@powerlines/plugin-plugin": "^0.12.132",
|
|
130
130
|
"@types/node": "^24.10.9"
|
|
131
131
|
},
|
|
132
132
|
"publishConfig": { "access": "public" },
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "0030560b882e0e314b3085cc9607bc387e6bcba3"
|
|
134
134
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|