@powerlines/plugin-oxlint 0.7.41 → 0.7.43
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/helpers/generate-config.d.cts +1 -2
- package/dist/helpers/generate-config.d.ts +1 -2
- package/dist/helpers/index.d.cts +1 -2
- package/dist/helpers/index.d.ts +1 -2
- package/dist/{index-DcKXvMCM.d.cts → index-Dlb-_BBq.d.cts} +188 -231
- package/dist/{index-DcKXvMCM.d.ts → index-Dlb-_BBq.d.ts} +188 -231
- package/dist/index.d.cts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/types/index.d.cts +1 -2
- package/dist/types/index.d.ts +1 -2
- package/dist/types/plugin.d.cts +1 -2
- package/dist/types/plugin.d.ts +1 -2
- package/package.json +11 -11
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as OxlintPluginOptions } from '../index-
|
|
1
|
+
import { O as OxlintPluginOptions } from '../index-Dlb-_BBq.cjs';
|
|
2
2
|
import '@storm-software/build-tools/types';
|
|
3
3
|
import '@storm-software/config-tools/types';
|
|
4
4
|
import '@storm-software/config/types';
|
|
@@ -14,7 +14,6 @@ import 'semver';
|
|
|
14
14
|
import 'ts-morph';
|
|
15
15
|
import 'unplugin';
|
|
16
16
|
import '@stryke/fs/resolve';
|
|
17
|
-
import 'node:fs';
|
|
18
17
|
import '@stryke/types/tsconfig';
|
|
19
18
|
import 'typescript';
|
|
20
19
|
import '@stryke/types/array';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as OxlintPluginOptions } from '../index-
|
|
1
|
+
import { O as OxlintPluginOptions } from '../index-Dlb-_BBq.js';
|
|
2
2
|
import '@storm-software/build-tools/types';
|
|
3
3
|
import '@storm-software/config-tools/types';
|
|
4
4
|
import '@storm-software/config/types';
|
|
@@ -14,7 +14,6 @@ import 'semver';
|
|
|
14
14
|
import 'ts-morph';
|
|
15
15
|
import 'unplugin';
|
|
16
16
|
import '@stryke/fs/resolve';
|
|
17
|
-
import 'node:fs';
|
|
18
17
|
import '@stryke/types/tsconfig';
|
|
19
18
|
import 'typescript';
|
|
20
19
|
import '@stryke/types/array';
|
package/dist/helpers/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { generateConfig } from './generate-config.cjs';
|
|
2
|
-
import '../index-
|
|
2
|
+
import '../index-Dlb-_BBq.cjs';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
|
@@ -15,7 +15,6 @@ import 'semver';
|
|
|
15
15
|
import 'ts-morph';
|
|
16
16
|
import 'unplugin';
|
|
17
17
|
import '@stryke/fs/resolve';
|
|
18
|
-
import 'node:fs';
|
|
19
18
|
import '@stryke/types/tsconfig';
|
|
20
19
|
import 'typescript';
|
|
21
20
|
import '@stryke/types/array';
|
package/dist/helpers/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { generateConfig } from './generate-config.js';
|
|
2
|
-
import '../index-
|
|
2
|
+
import '../index-Dlb-_BBq.js';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
|
@@ -15,7 +15,6 @@ import 'semver';
|
|
|
15
15
|
import 'ts-morph';
|
|
16
16
|
import 'unplugin';
|
|
17
17
|
import '@stryke/fs/resolve';
|
|
18
|
-
import 'node:fs';
|
|
19
18
|
import '@stryke/types/tsconfig';
|
|
20
19
|
import 'typescript';
|
|
21
20
|
import '@stryke/types/array';
|