Skip to content

catch variables should not be flagged as unused with --noUnusedParamters #9402

Closed
@mhegazy

Description

@mhegazy
        try {
           throw new Error();
        }
        catch (e) {
            return false;
        }

e should not be an error.

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions