Skip to content

Collect import helper needs during module info gathering #21567

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

Merged

Conversation

weswigham
Copy link
Member

@weswigham weswigham commented Feb 2, 2018

Similarly to how similar info is gathered to enable the exportStar helper in a similar fashion.
Fixes #21560

@weswigham weswigham requested review from rbuckton and mhegazy February 2, 2018 01:58
// @filename: refs.d.ts
declare module "path";
// @filename: file.ts
import path from "path";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add another test for import *

@mhegazy
Copy link
Contributor

mhegazy commented Feb 2, 2018

Please port to release-2.7 as well.

@weswigham weswigham merged commit 2c3b693 into microsoft:master Feb 2, 2018
@weswigham weswigham deleted the collate-import-data-during-moduleinfo branch February 2, 2018 21:17
weswigham added a commit to weswigham/TypeScript that referenced this pull request Feb 2, 2018
…1567)

* Collect import helper needs during module info gathering

* Add tests for other forms that trigger import helpers
weswigham added a commit that referenced this pull request Feb 3, 2018
…1586)

* Collect import helper needs during module info gathering

* Add tests for other forms that trigger import helpers
@microsoft microsoft locked and limited conversation to collaborators Jul 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants