Skip to content
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 opened this issue Mar 17, 2017 · 0 comments
Closed

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

Pajn opened this issue Mar 17, 2017 · 0 comments
Labels

Comments

@Pajn
Copy link
Contributor

Pajn commented Mar 17, 2017

e in this example should have an optional: true flag

function processEntity(e?: Entity) {
    validateEntity(e);
    let s = e!.name;
}
Pajn added a commit to Pajn/typescript-eslint-parser that referenced this issue Mar 17, 2017
Pajn added a commit to Pajn/typescript-eslint-parser that referenced this issue Mar 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants