I’m just getting started with Ember. I’m running the latest build of Firefox (38.0.5)
Having problems with some of the route syntax in Firefox. Using pretty standard routing syntax from the guides (anything that starts with “export default”).
I’m getting errors like:
“SyntaxError: missing declaration after ‘export’ keyword”
From what I’ve Googled it looks like Firefox currently has limited EMCAScript 6 support and the “export” functions aren’t implemented yet.
Am I right in concluding that I can’t use Firefox for web dev until this has been implemented? (Or is there a workaround?)
Is there a browser that anyone can recommend that doesn’t have these limitations?