Skip to content

Commit cd13a7c

Browse files
chore: minor readability enhancement
1 parent d7d5669 commit cd13a7c

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

src/index.ts

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
import { posix as Path } from 'path'
2-
3-
import { loadModuleInternal } from './tools'
4-
5-
import { ModuleExport, PathHandlers, Options, File, Resource, PathContext, LangProcessor } from './types'
1+
import {
2+
posix as Path
3+
} from 'path'
4+
5+
import {
6+
loadModuleInternal
7+
} from './tools'
8+
9+
import {
10+
ModuleExport,
11+
PathHandlers,
12+
Options,
13+
File,
14+
Resource,
15+
PathContext,
16+
LangProcessor,
17+
} from './types'
618

719
/**
820
* the version of the library (process.env.VERSION is set by webpack, at compile-time)

0 commit comments

Comments
 (0)