We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2241baf commit 6a96b9cCopy full SHA for 6a96b9c
packages/nx-plugin/src/plugin/utils.ts
@@ -5,7 +5,7 @@ import { CP_TARGET_NAME } from './constants.js';
5
import type {
6
CreateNodesOptions,
7
NormalizedCreateNodesContext,
8
- NormalizedCreateNodesV2Context,
+ NormalizedCreateNodesContextV2,
9
ProjectConfigurationWithName,
10
} from './types.js';
11
@@ -49,7 +49,7 @@ export async function normalizedCreateNodesV2Context(
49
context: CreateNodesContextV2,
50
projectConfigurationFile: string,
51
createOptions: CreateNodesOptions = {},
52
-): Promise<NormalizedCreateNodesV2Context> {
+): Promise<NormalizedCreateNodesContextV2> {
53
const projectRoot = path.dirname(projectConfigurationFile);
54
55
try {
0 commit comments