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

Exports + .d.ts emit #2139

Merged
merged 33 commits into from
Mar 18, 2015
Merged

Exports + .d.ts emit #2139

merged 33 commits into from
Mar 18, 2015

Conversation

vladima
Copy link
Contributor

@vladima vladima commented Feb 25, 2015

This PR is an aggregation of #2008 and #2025 and subsumes them.

sheetalkamat and others added 21 commits February 10, 2015 13:43
…ts emit

Emit those new declarations asynchronously since they are otherwise not visible
Conflicts:
	tests/baselines/reference/es6ImportDefaultBinding.errors.txt
	tests/baselines/reference/es6ImportDefaultBindingFollowedWithNamedImport.errors.txt
	tests/baselines/reference/es6ImportDefaultBindingFollowedWithNamedImportInEs5.errors.txt
	tests/baselines/reference/es6ImportDefaultBindingFollowedWithNamespaceBinding.errors.txt
	tests/baselines/reference/es6ImportDefaultBindingFollowedWithNamespaceBindingInEs5.errors.txt
	tests/baselines/reference/es6ImportDefaultBindingInEs5.errors.txt
@csnover
Copy link
Contributor

csnover commented Mar 12, 2015

Sorry to bother, do you know when this will be landing on master? It’s necessary for me to update dts-generator for use with ES6 modules.

@mhegazy
Copy link
Contributor

mhegazy commented Mar 12, 2015

Hopefully by end of week. Sheetal has been sick for a while now, @vladima is picking it up.

@csnover
Copy link
Contributor

csnover commented Mar 12, 2015

Great, thanks!

I hope you feel better soon, @sheetalkamat ! Being sick is no fun. 😷

basarat referenced this pull request in TypeStrong/atom-typescript Mar 17, 2015
@@ -1837,6 +1861,40 @@ module ts {
}
}

function setDeclarationsOfIdentifierAsVisible(node: Identifier): Node[]{
Copy link
Contributor

Choose a reason for hiding this comment

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

can we find a better name.

@mhegazy
Copy link
Contributor

mhegazy commented Mar 18, 2015

👍

vladima added a commit that referenced this pull request Mar 18, 2015
@vladima vladima merged commit 371f2df into master Mar 18, 2015
@vladima vladima deleted the DtsExports_all branch March 18, 2015 21:45
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 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.

5 participants