Skip to content

Commit 1256d8f

Browse files
committed
chore: wip
1 parent 197ba16 commit 1256d8f

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

fixtures/input/imports.ts

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
import os from 'node:os'
2-
import {
3-
basename,
4-
delimiter,
5-
dirname,
6-
extname,
7-
isAbsolute,
8-
join,
9-
normalize,
10-
type ParsedPath,
11-
relative,
12-
resolve,
13-
sep,
14-
toNamespacedPath,
15-
} from 'node:path'
2+
import { basename, delimiter, dirname, extname, isAbsolute, join, normalize, type ParsedPath, relative, resolve, sep, toNamespacedPath } from 'node:path'
163
import process from 'node:process'
174
import { someUnusedImport, something as dts } from './generate';
185
import { generate } from '@stacksjs/dtsx'

0 commit comments

Comments
 (0)