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

[spec] Spec elision of value imports in emitted code #540

Closed
mhegazy opened this issue Aug 26, 2014 · 1 comment
Closed

[spec] Spec elision of value imports in emitted code #540

mhegazy opened this issue Aug 26, 2014 · 1 comment
Assignees
Labels
Spec Issues related to the TypeScript language specification

Comments

@mhegazy
Copy link
Contributor

mhegazy commented Aug 26, 2014

In some cases, we do not emit a value import because it is never referenced in value position, and a reference can never be added in another .js file. Spec this behavior

@ahejlsberg
Copy link
Member

This is covered in 11.3.6 in the current spec.

@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
Spec Issues related to the TypeScript language specification
Projects
None yet
Development

No branches or pull requests

2 participants