File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
plugin-coverage/src/lib/nx Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11/// <reference types="vitest" />
2- import {
3- type ProjectConfiguration ,
4- type ProjectGraphProjectNode ,
5- type Tree ,
2+ import type {
3+ ProjectConfiguration ,
4+ ProjectGraphProjectNode ,
5+ Tree ,
66} from '@nx/devkit' ;
77import type { JestExecutorOptions } from '@nx/jest/src/executors/jest/schema' ;
88import type { VitestExecutorOptions } from '@nx/vite/executors' ;
Original file line number Diff line number Diff line change 1- import { ui } from '@code-pushup/utils' ;
2- import { stringifyError } from '@code-pushup/utils' ;
1+ import { stringifyError , ui } from '@code-pushup/utils' ;
32import type { ESLintTarget } from '../config.js' ;
43import { filterProjectGraph } from './filter-project-graph.js' ;
54import { nxProjectsToConfig } from './projects-to-config.js' ;
You can’t perform that action at this time.
0 commit comments