Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Whenever a parameter is optional ot not should be stored in the AST #186

Closed
@Pajn

Description

@Pajn

e in this example should have an optional: true flag

function processEntity(e?: Entity) {
    validateEntity(e);
    let s = e!.name;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions