Skip to content

Commit ec08570

Browse files
committed
remove unused imports
1 parent 7233aff commit ec08570

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/asar.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ import path from 'node:path';
22
import minimatch from 'minimatch';
33

44
import { wrappedFs as fs } from './wrapped-fs.js';
5-
import {
6-
Filesystem,
7-
FilesystemDirectoryEntry,
8-
FilesystemEntry,
9-
FilesystemLinkEntry,
10-
} from './filesystem.js';
5+
import { Filesystem, FilesystemEntry } from './filesystem.js';
116
import * as disk from './disk.js';
127
import { CrawledFileType, crawl as crawlFilesystem, determineFileType } from './crawlfs.js';
138
import { GlobOptionsWithFileTypesFalse } from 'glob';

0 commit comments

Comments
 (0)