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

Class expression names are not classified #4483

Closed
DanielRosenwasser opened this issue Aug 26, 2015 · 0 comments
Closed

Class expression names are not classified #4483

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

Comments

@DanielRosenwasser
Copy link
Member

Class expression names are not semantically class-ified (haha, get it?)

var foo = class ClassName {
    static instanceCount: number;
    constructor() {
        ClassName.instanceCount++;
    }
}

Probably related to #4481 - see if fixing computeNamedDeclarations fixes this at all.

@DanielRosenwasser DanielRosenwasser added the Bug A bug in TypeScript label Aug 26, 2015
@yuit yuit self-assigned this Aug 27, 2015
@DanielRosenwasser DanielRosenwasser added this to the TypeScript 1.6 milestone Aug 27, 2015
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Aug 27, 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

3 participants