Closed
Description
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)