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 66a10dc commit bac91cfCopy full SHA for bac91cf
packages/vite-plugin-checker/src/checkers/oxlint/cli.ts
@@ -1,8 +1,8 @@
1
import { exec } from 'node:child_process'
2
import fs from 'node:fs/promises'
3
import path from 'node:path'
4
+import { stripVTControlCharacters as strip } from 'node:util'
5
import colors from 'picocolors'
-import strip from 'strip-ansi'
6
import { createFrame, offsetRangeToBabelLocation } from '../../codeFrame.js'
7
import { consoleLog, type NormalizedDiagnostic } from '../../logger.js'
8
import { DiagnosticLevel } from '../../types.js'
0 commit comments