Skip to content

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

Description

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

e should not be an error.

Metadata

Metadata

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