Skip to content

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

@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
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions