Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Dec 22, 2023
1 parent 3b23557 commit c42baa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/emit.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { extname, relative, resolve } from 'node:path'
import { rm, mkdir } from 'node:fs/promises'
import { createRequire } from 'node:module'
import { get_temp_dir } from './utils/temp'
import { DEBUG_MODE } from './utils/env'
import { rm } from 'node:fs/promises'
import { b, d, l } from './utils/log'
import { emitDts } from 'svelte2tsx'
import { existsSync } from 'node:fs'
Expand Down
4 changes: 2 additions & 2 deletions src/exports/cli.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env node
import { mkdir, writeFile } from 'node:fs/promises'
import { extractinator } from '../extractinator'
import { extname, resolve } from 'node:path'
import { shouldLog } from '../utils/log'
import { resolve } from 'node:path'
import sade from 'sade'

const cli = sade('extractinator')
Expand All @@ -12,7 +12,7 @@ cli.version(__VERSION__)
interface ExtractOtpions {
// tsconfig: string
'tsdoc-config'?: string
quiet: boolean;
quiet: boolean
}

cli.command('extract <input> <output>')
Expand Down

0 comments on commit c42baa1

Please sign in to comment.