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

Cannot rename LHS of import specifier when its name is prefixed with two underscores #3268

Closed
DanielRosenwasser opened this issue May 26, 2015 · 1 comment
Labels
Bug A bug in TypeScript Help Wanted You can do this

Comments

@DanielRosenwasser
Copy link
Member

fileA.ts

export function __foo() {
}

fileB.ts

import { __foo/**/ as bar } from "./fileA";

bar();

Try renaming __foo at the marker. This won't work.

@weswigham
Copy link
Member

This should be fixed by #16915.

@mhegazy mhegazy removed this from the Community milestone Apr 26, 2018
@microsoft microsoft locked and limited conversation to collaborators Jul 31, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Help Wanted You can do this
Projects
None yet
Development

No branches or pull requests

3 participants