@powerlines/plugin-jest 0.1.23 → 0.1.27
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/{index-DU34pUbB.d.cts → index-C2Du0Vmo.d.cts} +16 -3
- package/dist/{index-DU34pUbB.d.ts → index-C2Du0Vmo.d.ts} +16 -3
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.ts +1 -1
- package/package.json +4 -4
|
@@ -218,8 +218,8 @@ type ParsedTypeScriptConfig = ts.ParsedCommandLine & {
|
|
|
218
218
|
tsconfigFilePath: string;
|
|
219
219
|
};
|
|
220
220
|
|
|
221
|
-
declare const __VFS_PATCH__
|
|
222
|
-
declare const __VFS_REVERT__
|
|
221
|
+
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
222
|
+
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
223
223
|
type OutputModeType = "fs" | "virtual";
|
|
224
224
|
interface VirtualFile {
|
|
225
225
|
/**
|
|
@@ -628,6 +628,15 @@ interface OutputConfig {
|
|
|
628
628
|
* @defaultValue "dist/\{projectRoot\}"
|
|
629
629
|
*/
|
|
630
630
|
outputPath?: string;
|
|
631
|
+
/**
|
|
632
|
+
* The output directory path for the project build.
|
|
633
|
+
*
|
|
634
|
+
* @remarks
|
|
635
|
+
* This path is used to determine where the built files will be placed after the build process completes. This will be used in scenarios where the monorepo uses TSConfig paths to link packages together.
|
|
636
|
+
*
|
|
637
|
+
* @defaultValue "\{projectRoot\}/dist"
|
|
638
|
+
*/
|
|
639
|
+
distPath?: string;
|
|
631
640
|
/**
|
|
632
641
|
* The format of the output files
|
|
633
642
|
*
|
|
@@ -1619,5 +1628,9 @@ interface JestPluginResolvedConfig extends ResolvedConfig {
|
|
|
1619
1628
|
};
|
|
1620
1629
|
}
|
|
1621
1630
|
type JestPluginContext<TResolvedConfig extends JestPluginResolvedConfig = JestPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
1631
|
+
declare type __ΩJestPluginOptions = any[];
|
|
1632
|
+
declare type __ΩJestPluginUserConfig = any[];
|
|
1633
|
+
declare type __ΩJestPluginResolvedConfig = any[];
|
|
1634
|
+
declare type __ΩJestPluginContext = any[];
|
|
1622
1635
|
|
|
1623
|
-
export type { JestPluginContext as J, Plugin as P, JestPluginOptions as a, JestPluginUserConfig as b, JestPluginResolvedConfig as c };
|
|
1636
|
+
export type { JestPluginContext as J, Plugin as P, __ΩJestPluginOptions as _, JestPluginOptions as a, JestPluginUserConfig as b, JestPluginResolvedConfig as c, __ΩJestPluginUserConfig as d, __ΩJestPluginResolvedConfig as e, __ΩJestPluginContext as f };
|
|
@@ -218,8 +218,8 @@ type ParsedTypeScriptConfig = ts.ParsedCommandLine & {
|
|
|
218
218
|
tsconfigFilePath: string;
|
|
219
219
|
};
|
|
220
220
|
|
|
221
|
-
declare const __VFS_PATCH__
|
|
222
|
-
declare const __VFS_REVERT__
|
|
221
|
+
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
222
|
+
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
223
223
|
type OutputModeType = "fs" | "virtual";
|
|
224
224
|
interface VirtualFile {
|
|
225
225
|
/**
|
|
@@ -628,6 +628,15 @@ interface OutputConfig {
|
|
|
628
628
|
* @defaultValue "dist/\{projectRoot\}"
|
|
629
629
|
*/
|
|
630
630
|
outputPath?: string;
|
|
631
|
+
/**
|
|
632
|
+
* The output directory path for the project build.
|
|
633
|
+
*
|
|
634
|
+
* @remarks
|
|
635
|
+
* This path is used to determine where the built files will be placed after the build process completes. This will be used in scenarios where the monorepo uses TSConfig paths to link packages together.
|
|
636
|
+
*
|
|
637
|
+
* @defaultValue "\{projectRoot\}/dist"
|
|
638
|
+
*/
|
|
639
|
+
distPath?: string;
|
|
631
640
|
/**
|
|
632
641
|
* The format of the output files
|
|
633
642
|
*
|
|
@@ -1619,5 +1628,9 @@ interface JestPluginResolvedConfig extends ResolvedConfig {
|
|
|
1619
1628
|
};
|
|
1620
1629
|
}
|
|
1621
1630
|
type JestPluginContext<TResolvedConfig extends JestPluginResolvedConfig = JestPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
1631
|
+
declare type __ΩJestPluginOptions = any[];
|
|
1632
|
+
declare type __ΩJestPluginUserConfig = any[];
|
|
1633
|
+
declare type __ΩJestPluginResolvedConfig = any[];
|
|
1634
|
+
declare type __ΩJestPluginContext = any[];
|
|
1622
1635
|
|
|
1623
|
-
export type { JestPluginContext as J, Plugin as P, JestPluginOptions as a, JestPluginUserConfig as b, JestPluginResolvedConfig as c };
|
|
1636
|
+
export type { JestPluginContext as J, Plugin as P, __ΩJestPluginOptions as _, JestPluginOptions as a, JestPluginUserConfig as b, JestPluginResolvedConfig as c, __ΩJestPluginUserConfig as d, __ΩJestPluginResolvedConfig as e, __ΩJestPluginContext as f };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as JestPluginContext, a as JestPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as JestPluginResolvedConfig, b as JestPluginUserConfig } from './index-
|
|
1
|
+
import { J as JestPluginContext, a as JestPluginOptions, P as Plugin } from './index-C2Du0Vmo.cjs';
|
|
2
|
+
export { c as JestPluginResolvedConfig, b as JestPluginUserConfig, f as __ΩJestPluginContext, _ as __ΩJestPluginOptions, e as __ΩJestPluginResolvedConfig, d as __ΩJestPluginUserConfig } from './index-C2Du0Vmo.cjs';
|
|
3
3
|
import '@jest/types';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as JestPluginContext, a as JestPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as JestPluginResolvedConfig, b as JestPluginUserConfig } from './index-
|
|
1
|
+
import { J as JestPluginContext, a as JestPluginOptions, P as Plugin } from './index-C2Du0Vmo.js';
|
|
2
|
+
export { c as JestPluginResolvedConfig, b as JestPluginUserConfig, f as __ΩJestPluginContext, _ as __ΩJestPluginOptions, e as __ΩJestPluginResolvedConfig, d as __ΩJestPluginUserConfig } from './index-C2Du0Vmo.js';
|
|
3
3
|
import '@jest/types';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig } from '../index-
|
|
1
|
+
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig, f as __ΩJestPluginContext, _ as __ΩJestPluginOptions, e as __ΩJestPluginResolvedConfig, d as __ΩJestPluginUserConfig } from '../index-C2Du0Vmo.cjs';
|
|
2
2
|
import '@jest/types';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig } from '../index-
|
|
1
|
+
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig, f as __ΩJestPluginContext, _ as __ΩJestPluginOptions, e as __ΩJestPluginResolvedConfig, d as __ΩJestPluginUserConfig } from '../index-C2Du0Vmo.js';
|
|
2
2
|
import '@jest/types';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@jest/types';
|
|
2
|
-
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig } from '../index-
|
|
2
|
+
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig, f as __ΩJestPluginContext, _ as __ΩJestPluginOptions, e as __ΩJestPluginResolvedConfig, d as __ΩJestPluginUserConfig } from '../index-C2Du0Vmo.cjs';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@jest/types';
|
|
2
|
-
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig } from '../index-
|
|
2
|
+
export { J as JestPluginContext, a as JestPluginOptions, c as JestPluginResolvedConfig, b as JestPluginUserConfig, f as __ΩJestPluginContext, _ as __ΩJestPluginOptions, e as __ΩJestPluginResolvedConfig, d as __ΩJestPluginUserConfig } from '../index-C2Du0Vmo.js';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-jest",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.27",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the Jest testing plugin for Powerlines.",
|
|
6
6
|
"repository": {
|
|
@@ -109,13 +109,13 @@
|
|
|
109
109
|
"jest-config": "^30.2.0",
|
|
110
110
|
"jest-resolve": "^30.2.0",
|
|
111
111
|
"jest-util": "^30.2.0",
|
|
112
|
-
"powerlines": "^0.
|
|
112
|
+
"powerlines": "^0.23.3"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@jest/types": "^30.2.0",
|
|
116
|
-
"@powerlines/nx": "^0.10.
|
|
116
|
+
"@powerlines/nx": "^0.10.20",
|
|
117
117
|
"@types/jest": "^30.0.0"
|
|
118
118
|
},
|
|
119
119
|
"publishConfig": { "access": "public" },
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "6e43200541ace2946694195c092642e7ac2f3098"
|
|
121
121
|
}
|