chore: lint

This commit is contained in:
coderiaser 2025-07-02 20:10:47 +03:00
parent 1679b788c2
commit 5f0391fc44
7 changed files with 30 additions and 32 deletions

View file

@ -1,4 +1,3 @@
import {createRequire} from 'node:module';
import {homedir} from 'node:os';
import {readFile as _readFile} from 'node:fs/promises';
import {join} from 'node:path';
@ -7,8 +6,6 @@ import tryToCatch from 'try-to-catch';
import currify from 'currify';
import {putout, codeframe} from 'putout';
const require = createRequire(import.meta.url);
// warm up worker cache
transpile('');