Skip to content

let support for ES3/ES5 #1690

Closed
Closed
@basarat

Description

@basarat

Any plan for ES3/ES5 support similar to this

let x = 123;
let _x = 123;
let _x2 = 123;
{
  let x = 56
  console.log(x);
}
var x = 123;
var _x = 123;
var _x2 = 123;
{
  var _x3 = 56;
  console.log(_x3);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    CommittedThe team has roadmapped this issueFixedA PR has been merged for this issueSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions