Skip to content

Commit c42baa1

Browse files
committed
chore: remove unused
1 parent 3b23557 commit c42baa1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/emit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { extname, relative, resolve } from 'node:path'
2-
import { rm, mkdir } from 'node:fs/promises'
32
import { createRequire } from 'node:module'
43
import { get_temp_dir } from './utils/temp'
54
import { DEBUG_MODE } from './utils/env'
5+
import { rm } from 'node:fs/promises'
66
import { b, d, l } from './utils/log'
77
import { emitDts } from 'svelte2tsx'
88
import { existsSync } from 'node:fs'

src/exports/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env node
22
import { mkdir, writeFile } from 'node:fs/promises'
33
import { extractinator } from '../extractinator'
4-
import { extname, resolve } from 'node:path'
54
import { shouldLog } from '../utils/log'
5+
import { resolve } from 'node:path'
66
import sade from 'sade'
77

88
const cli = sade('extractinator')
@@ -12,7 +12,7 @@ cli.version(__VERSION__)
1212
interface ExtractOtpions {
1313
// tsconfig: string
1414
'tsdoc-config'?: string
15-
quiet: boolean;
15+
quiet: boolean
1616
}
1717

1818
cli.command('extract <input> <output>')

0 commit comments

Comments
 (0)