File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
packages/nx-plugin/src/plugin/target Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11import type { TargetConfiguration } from '@nx/devkit' ;
2- import type { RunCommandsOptions } from 'nx/src/executors/run-commands/run-commands.impl' ;
3- import { objectToCliArgs } from '../../executors/internal/cli' ;
4- import { PACKAGE_NAME } from '../../internal/constants' ;
5- import { CP_TARGET_NAME } from '../constants' ;
2+ import type { RunCommandsOptions } from 'nx/src/executors/run-commands/run-commands.impl.js ' ;
3+ import { objectToCliArgs } from '../../executors/internal/cli.js ' ;
4+ import { PACKAGE_NAME } from '../../internal/constants.js ' ;
5+ import { CP_TARGET_NAME } from '../constants.js ' ;
66
77export function createConfigurationTarget ( options ?: {
88 targetName ?: string ;
Original file line number Diff line number Diff line change 11import type { TargetConfiguration } from '@nx/devkit' ;
2- import { PACKAGE_NAME } from '../../internal/constants' ;
3- import type { ProjectPrefixOptions } from '../types' ;
2+ import { PACKAGE_NAME } from '../../internal/constants.js ' ;
3+ import type { ProjectPrefixOptions } from '../types.js ' ;
44
55export function createExecutorTarget ( options ?: {
66 bin ?: string ;
Original file line number Diff line number Diff line change 11import { readdir } from 'node:fs/promises' ;
2- import { CP_TARGET_NAME } from '../constants' ;
3- import type { NormalizedCreateNodesContext } from '../types' ;
4- import { createConfigurationTarget } from './configuration-target' ;
5- import { CODE_PUSHUP_CONFIG_REGEX } from './constants' ;
6- import { createExecutorTarget } from './executor-target' ;
2+ import { CP_TARGET_NAME } from '../constants.js ' ;
3+ import type { NormalizedCreateNodesContext } from '../types.js ' ;
4+ import { createConfigurationTarget } from './configuration-target.js ' ;
5+ import { CODE_PUSHUP_CONFIG_REGEX } from './constants.js ' ;
6+ import { createExecutorTarget } from './executor-target.js ' ;
77
88export async function createTargets (
99 normalizedContext : NormalizedCreateNodesContext ,
You can’t perform that action at this time.
0 commit comments