tbusser / jscc

This is the website for the JavaScript Compatibility Checker

Home Page:http://jscc.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

let not detected

PhilippSoehnlein opened this issue · comments

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?.

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

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