Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 27, 2024
1 parent 197ba16 commit 1256d8f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions fixtures/input/imports.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
import os from 'node:os'
import {
basename,
delimiter,
dirname,
extname,
isAbsolute,
join,
normalize,
type ParsedPath,
relative,
resolve,
sep,
toNamespacedPath,
} from 'node:path'
import { basename, delimiter, dirname, extname, isAbsolute, join, normalize, type ParsedPath, relative, resolve, sep, toNamespacedPath } from 'node:path'
import process from 'node:process'
import { someUnusedImport, something as dts } from './generate';
import { generate } from '@stacksjs/dtsx'
Expand Down

0 comments on commit 1256d8f

Please sign in to comment.