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 01533a8 commit 7361fc7Copy full SHA for 7361fc7
packages/nx-plugin/src/plugin/plugin.ts
@@ -1,5 +1,9 @@
1
-import type { CreateNodes, CreateNodesContext } from '@nx/devkit';
2
-import type { CreateNodesResult } from 'nx/src/utils/nx-plugin';
+/* eslint-disable deprecation/deprecation,import/no-deprecated */
+import type {
3
+ CreateNodes,
4
+ CreateNodesContext,
5
+ CreateNodesResult,
6
+} from '@nx/devkit';
7
import { PROJECT_JSON_FILE_NAME } from '../internal/constants';
8
import { createTargets } from './target/targets';
9
import type { CreateNodesOptions } from './types';
0 commit comments