Skip to content

Add missing undefined type for createProperty initializer#16095

Merged
mhegazy merged 1 commit into
microsoft:masterfrom
ikatyang:add-undefined-type-for-create-property-initializer
May 26, 2017
Merged

Add missing undefined type for createProperty initializer#16095
mhegazy merged 1 commit into
microsoft:masterfrom
ikatyang:add-undefined-type-for-create-property-initializer

Conversation

@ikatyang
Copy link
Copy Markdown
Contributor

base on PropertyDeclaration

(types.ts)

export interface PropertyDeclaration extends ClassElement {
    kind: SyntaxKind.PropertyDeclaration;
    questionToken?: QuestionToken;      // Present for use with reporting a grammar error
    name: PropertyName;
    type?: TypeNode;
    initializer?: Expression;           // Optional initializer
}

@msftclas
Copy link
Copy Markdown

@ikatyang,
Thanks for having already signed the Contribution License Agreement. Your agreement was validated by Microsoft. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot

@mhegazy mhegazy merged commit 6972766 into microsoft:master May 26, 2017
@ikatyang ikatyang deleted the add-undefined-type-for-create-property-initializer branch May 26, 2017 16:29
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 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.

3 participants