Skip to content

[Feature Request] skip --noImplicitAny checks when using _  #14154

@masters3d

Description

@masters3d

TypeScript Version: Version 2.3.0-dev.20170217

Code

// A *self-contained* demonstration of the problem follows...
// "noImplicitAny": true,
const myFunc = ( _   , index: number) => { //[ts] Parameter '_' implicitly has an 'any' type.
    return `${index}`;
 }

Expected behavior:

skip errors "noImplicitAny": when using _

Actual behavior:

[ts] Parameter '_' implicitly has an 'any' type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions