-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
P4featFeature RequestFeature Requestgood first issueRelatively easy, but low priority bugsRelatively easy, but low priority bugs
Description
I used: https://closure-compiler.appspot.com/home
Input code:
document.write(String.fromCharCode(115));
Expected output:
document.write("s")
Actual output:
document.write(String.fromCharCode(115));
I expected the String.fromCharCode
function to be removed to just the resulting character.
Metadata
Metadata
Assignees
Labels
P4featFeature RequestFeature Requestgood first issueRelatively easy, but low priority bugsRelatively easy, but low priority bugs