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 e173a7e commit 79392b7Copy full SHA for 79392b7
source/tsfix.ts
@@ -1,4 +1,6 @@
1
import debug from 'debug'
2
+// fast-glob is a cjs module
3
+// eslint-disable-next-line import-x/no-named-as-default
4
import glob from 'fast-glob'
5
import { performance } from 'node:perf_hooks'
6
import { setupOptions } from './helpers/options.ts'
source/utils/integration.test.ts
@@ -1,6 +1,8 @@
/* eslint-disable vitest/no-hooks */
import { execa } from 'execa'
7
import { promises as fs } from 'node:fs'
8
import { tmpdir } from 'node:os'
0 commit comments