- Notifications
You must be signed in to change notification settings - Fork13.1k
isolatedModules error on alias merging with local value#56354
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
andrewbranch commentedNov 9, 2023
@typescript-bot test top200 |
typescript-bot commentedNov 9, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Heya@andrewbranch, I've started to run the regular perf test suite on this PR at5546b58. You can monitor the buildhere. Update:The results are in! |
typescript-bot commentedNov 9, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Heya@andrewbranch, I've started to run the diff-based top-repos suite on this PR at5546b58. You can monitor the buildhere. |
typescript-bot commentedNov 9, 2023
@andrewbranch Here they are:CompilerComparison Report - baseline..pr
System info unknown Hosts
Scenarios
tsserverComparison Report - baseline..pr
System info unknown Hosts
Scenarios
StartupComparison Report - baseline..pr
System info unknown Hosts
Scenarios
Developer Information: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
andrewbranch commentedNov 13, 2023
@typescript-bot test top200 |
typescript-bot commentedNov 13, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Heya@andrewbranch, I've started to run the diff-based top-repos suite on this PR at5546b58. You can monitor the buildhere. Update:The results are in! |
typescript-bot commentedNov 13, 2023
@andrewbranch Here are the results of running the top-repos suite comparing Something interesting changed - please have a look. Details
|
andrewbranch commentedNov 13, 2023
I’m kind of ambivalent on this. Should |
jakebailey commentedNov 13, 2023
Thinking about this from the |
andrewbranch commentedNov 13, 2023
I don’t think this applies to |
jakebailey commentedNov 14, 2023
Ah, true; I guess I was thinking about it in terms of "can a d.ts emit reasonably understand what to export", but I guess they'd just leave things as-is. I'm personally all for doing this break. It's only 2 out of the top 200 and the fix seems to be straightforward, right? We could rerun top500 or something to really see. That'd be fun... @typescript-bot test top500 |
typescript-bot commentedNov 14, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Heya@jakebailey, I've started to run the diff-based top-repos suite on this PR at5546b58. You can monitor the buildhere. Update:The results are in! |
andrewbranch commentedNov 14, 2023
Yeah, the fix is just to make the imports type-only. |
typescript-bot commentedNov 14, 2023
@jakebailey Here are the results of running the top-repos suite comparing Something interesting changed - please have a look. Details
|
jakebailey commentedNov 14, 2023
Yeah, given the above run Ithink this is okay. |
jakebailey left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I'm going to approve it, but maybe this warrants a design meeting quick topic?
Fixes#55584