Skip to content

Allow Map<K,V> inline typing #27445

@lukepighetti

Description

@lukepighetti

Today

const map: {
  [name: string]: string[];
} : {
  key: ["A", "B"]
}

Tomorrow

const map: Map<string, string[]> :  {
  key: ["A", "B"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    DeclinedThe issue was declined as something which matches the TypeScript vision

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions