I've written a web application with esversion: 6
which works in all browsers (even Edge works!) except Safari 9.
A simple JavaScript snippet like:
let m;
Causes errors like this:
SyntaxError: Unexpected identifier 'm'
Now, I see Safari is based on Webkit and it should fully support ES6 by now. What's the issue here?