About 7,400,000 results
Open links in new tab
  1. javascript - What is ECMAScript? - Stack Overflow

    JavaScript (historically) has things ECMAScript doesn't. JavaScript (historically tries to) have everything ECMAScript has. Therefore the post is correct, ECMAScript is a subset of JavaScript.

  2. What is the difference between JavaScript and ECMAScript?

    May 15, 2016 · 201 ECMAScript = ES ECMAScript is a specification for scripting languages defined in the ECMA-262 standard. Languages like JavaScript are based on the ECMAScript …

  3. Cannot use mix ECMAScript and CommonJS module - Stack …

    Dec 9, 2023 · Cannot use mix ECMAScript and CommonJS module Asked 1 year, 11 months ago Modified 1 year, 10 months ago Viewed 10k times

  4. ecmascript 6 - Parse Failure When Using File with ES6 Syntax as …

    Nov 24, 2015 · ERROR in ./app/App.jsx Module parse failed: ./app/App.jsx Line 5: Unexpected token You may need an appropriate loader to handle this file type. | 'use strict'; | | import React …

  5. When should I use arrow functions in ECMAScript 6?

    Apr 8, 2014 · A while ago our team migrated all its code (a mid-sized AngularJS app) to JavaScript compiled using Traceur Babel. I'm now using the following rule of thumb for …

  6. ecmascript 6 - Alternative for __dirname in Node.js when using ES6 ...

    I use the flag --experimental-modules when running my Node application in order to use ES6 modules. However when I use this flag the metavariable __dirname is not available. Is there …

  7. Module not found: Can't resolve '@vercel/turbopack-ecmascript …

    Feb 22, 2024 · I'm not trying to import anything from @vercel/turbopack-ecmascript-runtime directly in my code. Here are the steps I've taken to try to resolve this issue: Deleted …

  8. How to iterate (keys, values) in JavaScript? - Stack Overflow

    A basic doubt here. I landed here looking for how to do this in node.js, which is javascript on server side. How do I know which ES version applies in my case. Also, in case of regular …

  9. Why running .Net Regex with ECMAScript flavor support \A

    Aug 15, 2021 · I have a .NetStandard2.1 C# application that needs to run Regex in the ECMAScript flavor. According to MSDN documentation, I can use RegexOptions.ECMAScript: …

  10. How to use ECMAScript6 modules within webpages

    Feb 27, 2015 · I'm pretty excited about using ECMAScript 6 features now via Babeljs - in particular, I'd love to start making my JavaScript code more modular using the new modules …