Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改使用alias时的几个bug #98

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

修改使用alias时的几个bug #98

wants to merge 2 commits into from

Conversation

wuhaidong
Copy link

1.id = iduri.absolute(alias, id) 这个代码id是相对路径时候会生成绝对路径的,但是这个id也可能是另外一个alias,所以加个iduri.parseAlias(options, id)
2.parseModuleDependencies这个函数是解析不是相对路径的情况,但是这个函数里面没有递归的提取子依赖

使用alias时候不会递归的提取依赖
使用alias只提取一层依赖,没有递归的提取相关子依赖
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant