File tree 3 files changed +11
-11
lines changed
packages/nx-plugin/src/plugin/target 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
import 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 ' ;
6
6
7
7
export function createConfigurationTarget ( options ?: {
8
8
targetName ?: string ;
Original file line number Diff line number Diff line change 1
1
import 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 ' ;
4
4
5
5
export function createExecutorTarget ( options ?: {
6
6
bin ?: string ;
Original file line number Diff line number Diff line change 1
1
import { 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 ' ;
7
7
8
8
export async function createTargets (
9
9
normalizedContext : NormalizedCreateNodesContext ,
You can’t perform that action at this time.
0 commit comments