Skip to content

Import specifier shouldn't show builder #3729

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

Closed
DanielRosenwasser opened this issue Jul 3, 2015 · 0 comments
Closed

Import specifier shouldn't show builder #3729

DanielRosenwasser opened this issue Jul 3, 2015 · 0 comments
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@DanielRosenwasser
Copy link
Member

declare module "M1" {
    export var V;
}

declare module "M2" {
    import { /**/ } from "M1"
}

We shouldn't show a builder in the above, but we currently do so.

image

@DanielRosenwasser DanielRosenwasser added the Bug A bug in TypeScript label Jul 3, 2015
@DanielRosenwasser DanielRosenwasser added this to the TypeScript 1.6 milestone Jul 6, 2015
@DanielRosenwasser DanielRosenwasser self-assigned this Jul 6, 2015
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Jul 8, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

2 participants