Skip to content
Snippets Groups Projects
Unverified Commit a19c560e authored by Acid Chicken (硫酸鶏)'s avatar Acid Chicken (硫酸鶏)
Browse files

refactor(#10336): remove unused imports

parent 0dcb99df
No related branches found
No related tags found
No related merge requests found
import * as fs from 'node:fs/promises';
import { basename, dirname, join } from 'node:path/posix';
import { basename, dirname } from 'node:path/posix';
import { promisify } from 'node:util';
import { generate } from 'astring';
import type * as estree from 'estree';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment