Skip to content

Missing escape/unescape ? #8639

Closed
Closed
@John0King

Description

@John0King

TypeScript Version:

1.8
Code

var a = escape("&#");
var b = unescape(a);

Expected behavior:
no error

Actual behavior:
can not find name 'escape'
can not find name 'unescape'

by the way, typescript playground experience is terrible when use Microsoft Edge (input chinese charactors , click a new line , select code)

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions