UNPKG
module-migration-tool
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
分析项目文件依赖并迁移到新项目的工具
gitee.com/little_fat_brother_in_turpan/module-migration-tool.git
module-migration-tool
/
src
/
resolvers
/
index.js
11 lines
(9 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * 路径解析器入口 */
const
{ resolveDependencyPath } =
require
(
"./pathResolver"
)
const
{ resolveAliasPath } =
require
(
"./aliasResolver"
)
module
.
exports
= { resolveDependencyPath, resolveAliasPath, }