Software Alternatives & Reviews

[AskJS] Is there a detailed comparison chart that shows what's supported in JavaScript ES5 versus ES6?

Can I use Closure Compiler
  1. Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.
    Pricing:
    • Open Source
    Sounds like a browser compatibility chart is exactly what you want. Browsers don’t really implement exactly along the lines of ES5, 6, etc., so it’s kind of irrelevant what was technically included in each release. Worry about which browsers you want to support, and how many older versions of each you care about. Check out https://caniuse.com/. Also, if you’re using babel for transpilation they have plugins specifically for adjusting the output to meet your desired compatibility.

    #Website Testing #Browser Testing #CSS 342 social mentions

  2. The Closure Compiler is a tool for making JavaScript download and run faster.
    Pricing:
    • Open Source
    I'm using the Google Closure Compiler. I believe it has similar capabilities.

    #Tool #Web Application Bundler #Code Analysis 10 social mentions

Discuss: [AskJS] Is there a detailed comparison chart that shows what's supported in JavaScript ES5 versus ES6?

Log in or Post with