这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@jaredpalmer
Copy link
Contributor

@jaredpalmer jaredpalmer commented Dec 23, 2021

Reverts mistake in #358
Fixes: #398 #414 and possibly even #417

@vercel
Copy link
Contributor

vercel bot commented Dec 23, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vercel/turbo-site/9QJ6tPx69wNGEUPVDiDQr9AY2v8M
✅ Preview: https://turbo-site-git-fix-internal-dep-hashing-2.vercel.sh

@jaredpalmer jaredpalmer merged commit 18956f0 into main Dec 23, 2021
@jaredpalmer jaredpalmer deleted the fix/internal-dep-hashing-2 branch December 23, 2021 18:49
sokra pushed a commit that referenced this pull request Oct 25, 2022
This adds support for resolving sub-modules into different but similarly-named modules. Before, `import "foo/bar";`  would always try to resolve "./bar" in the first "foo" package we could find, be it in `node_modules` or TS's `compilerOptions.baseUrl`. Now, we'll try to resolve it in all "foo" packages we can find.

Fixes #420
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.

Scopes and ignore not working correctly

2 participants