tbusser / jscc

This is the website for the JavaScript Compatibility Checker
http://jscc.info
88 stars 17 forks source link

let not detected #8

Closed PhilippSoehnlein closed 7 years ago

PhilippSoehnlein commented 9 years ago

let foo = 'a'; isn't considered problematic. That's probably because it's ES6, so the issue title should maybe be I can haz ES6 support?.

tbusser commented 9 years ago

Thanks for the report, I'll be sure to add detection for this!

tbusser commented 7 years ago

Detection for let has been added along with detection for const.