ecmascript

  1. News

    ES Modules in Node Today!

    Editor’s Note: Today’s post is a guest post from Link Removed, a Program Manager on the Microsoft Edge team and creator of the popular Lodash JavaScript library, sharing the news of a new community project to bring ECMAScript modules to Node. I’m excited to announce the release of @std/esm...
  2. News

    Previewing ES6 Modules and more from ES2015, ES2016 and beyond

    Chakra, the recently open-sourced JavaScript engine that powers Microsoft Edge and Universal Windows applications, has been pushing the leading edge of ECMAScript language support. Most of ES2015 (aka ES6) language support is already available in Edge, and last week’s Windows Insider Preview...
  3. News

    Microsoft Edge’s JavaScript engine to go open-source

    Today at JSConf US Last Call in Florida, we announced that we will open-source the core components of Chakra as ChakraCore, which will include all the key components of the JavaScript engine powering Microsoft Edge. We expect to open the ChakraCore repository on GitHub next month. Link Removed...
  4. News

    Delivering fast JavaScript performance in Microsoft Edge

    In Windows 10 and Microsoft Edge we’ve made a lot of performance advances in the Chakra JavaScript engine. All with the goal of letting your JavaScript code run faster, taking as much advantage of the underlying hardware as possible, so that the web you create and experience in Microsoft Edge...
  5. News

    Using Chakra for Scripting Applications across Windows 10

    In Windows 10, the Chakra JavaScript engine powers Link Removed and Windows applications written in HTML/CSS/JS. However with JavaScript’s increasing popularity in beyond-the-browser scenarios, developers have been requesting to host the Chakra engine outside the browser to enable JavaScript...
  6. News

    JavaScript moves forward in Microsoft Edge with ECMAScript 6 and beyond

    ECMAScript is the official name for the JavaScript language we all know and love. The next version of ECMAScript, ES6 (henceforth referred to by its new name, ES2015), is nearing the end of its standards process journey. At this stage Link Removed is final and will not be receiving any further...
  7. News

    Windows 7 IE9 on 9 - Some Interesting Links to Related Demos and Conversations

    Link Removedon Monday, March 14, 2011 at 9PM PST (UTC-8). Our fearless dev leader Duncan mentioned to me over lunch today that he thought it would be a really good idea to provide a single post on 9 with links to good C9 content related to IE9 (we tend to go out early on 9 and some of our best...
  8. News

    Windows 7 Allen Wirfs-Brock and Chris Wilson: EcmaScript 5

    ECMAScript is object-based: basic language and host facilities are provided by objects, and an ECMAScript program is a cluster of communicating objects. An ECMAScript object is a collection of properties each with zero or more attributes that determine how each property can be used—for example...
Back
Top