-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
[wip] Type acquisition and module resolution updates #56074
Draft
sheetalkamat
wants to merge
14
commits into
main
Choose a base branch
from
unresolvedImports
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typescript-bot
added
Author: Team
For Uncommitted Bug
PR for untriaged, rejected, closed or missing bug
labels
Oct 11, 2023
Looks like you're introducing a change to the public API surface area. If this includes breaking changes, please document them on our wiki's API Breaking Changes page. Also, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up. |
sheetalkamat
force-pushed
the
unresolvedImports
branch
11 times, most recently
from
October 17, 2023 20:58
d89c3a2
to
bbb8540
Compare
sheetalkamat
force-pushed
the
unresolvedImports
branch
4 times, most recently
from
October 25, 2023 18:36
e6d920c
to
a79e9b9
Compare
sheetalkamat
force-pushed
the
unresolvedImports
branch
4 times, most recently
from
November 14, 2023 22:15
bf027a7
to
2e71217
Compare
sheetalkamat
force-pushed
the
unresolvedImports
branch
from
November 21, 2023 20:01
2e71217
to
59f0d22
Compare
sheetalkamat
force-pushed
the
unresolvedImports
branch
2 times, most recently
from
November 28, 2023 22:09
ec26f33
to
18cd5c6
Compare
sheetalkamat
force-pushed
the
unresolvedImports
branch
3 times, most recently
from
June 26, 2024 22:58
d7e5cb8
to
b5d2968
Compare
sheetalkamat
force-pushed
the
unresolvedImports
branch
6 times, most recently
from
July 23, 2024 19:57
49bc2a8
to
3b35636
Compare
sheetalkamat
force-pushed
the
unresolvedImports
branch
from
July 26, 2024 21:34
3b35636
to
d166ac7
Compare
sheetalkamat
force-pushed
the
unresolvedImports
branch
4 times, most recently
from
September 24, 2024 20:38
9bcfda8
to
cb5e7a4
Compare
sheetalkamat
force-pushed
the
unresolvedImports
branch
from
October 1, 2024 18:01
cb5e7a4
to
f6e8bb1
Compare
sheetalkamat
force-pushed
the
unresolvedImports
branch
3 times, most recently
from
October 2, 2024 18:48
019138d
to
d526f0a
Compare
First unresolved import gets the typing file into cache and sets it as root, This results in scheduling new typing request with that unresolved import missing The result will come back with typing file that is omitted, so root file will change but file will still be part of program so its not really removed from program
Also cache the inferred type acquition for inferred project
…ypings cache This change finally makes all tests pass incremental tests for matching resolutions and program structuture
…eed to update last cached unresolved imports just because we have new program
sheetalkamat
force-pushed
the
unresolvedImports
branch
from
October 2, 2024 18:58
d526f0a
to
969b2b3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Still working, creating PR to run tests
Fixes #