Skip to content

Commit 137fe52

Browse files
committed
wip
1 parent 55f4e2c commit 137fe52

File tree

2 files changed

+5
-2
lines changed
  • packages/plugin-typescript/src/postinstall
  • testing/test-utils/src/lib/utils

2 files changed

+5
-2
lines changed

packages/plugin-typescript/src/postinstall/utils.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ import { writeFile } from 'node:fs/promises';
55
// eslint-disable-next-line unicorn/import-style
66
import { join } from 'node:path';
77
import type { CompilerOptions } from 'typescript';
8-
import { ensureDirectoryExists, executeProcess , readTextFile } from '@code-pushup/utils';
8+
import {
9+
ensureDirectoryExists,
10+
executeProcess,
11+
readTextFile,
12+
} from '@code-pushup/utils';
913
import { TS_CONFIG_DIR } from '../lib/constants.js';
1014
import type { SemVerString } from '../lib/runner/types.js';
1115
import { getCurrentTsVersion } from '../lib/runner/utils.js';

testing/test-utils/src/lib/utils/logging.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
export function getLogMessages(logger: any): string[] {
32
return logger
43
.getRenderer()

0 commit comments

Comments
 (0)