Chakra (JavaScript engine)

Chakra
Developer(s) Microsoft
Repository Edit this at Wikidata
Operating system Microsoft Windows
Type JavaScript engine
License MIT License
Website github.com/Microsoft/ChakraCore

Chakra is a JavaScript engine developed by Microsoft for its Microsoft Edge web browser. It is a fork of the JScript engine used in Internet Explorer. Like the Edge layout engine and unlike previous versions in Internet Explorer the declared intention is that it will reflect the "Living Web".[1] On December 5 of 2015, it was announced that core components of Chakra will be open-sourced as ChakraCore.

Standards support

Chakra supports ECMAScript 5.1 with partial support for ECMAScript 6.[2]

Open sourcing

Following an initial announcement on December 5, 2015,[3][4] Microsoft open sourced the Chakra engine as ChakraCore, including all the key components of the JavaScript engine powering Microsoft Edge on their Github page under the MIT license on January 13, 2016.[5][6] ChakraCore is essentially the same as the Chakra engine that powers the Microsoft Edge browser, but with platform-agnostic bindings, i.e. without the specific interfaces utilised within the Windows Universal App platform.

Microsoft has also created a project on GitHub that allows Node.js to use ChakraCore as its JavaScript engine instead of V8.[7]

See also

References

  1. "Targeting Edge vs. Legacy Engines in JsRT APIs". Retrieved 10 September 2015.
  2. "Microsoft Edge Platform Status". Microsoft.com. Retrieved 10 September 2015.
  3. "Microsoft Edge's JavaScript engine to go open-source". Microsoft. Retrieved December 8, 2015.
  4. Microsoft open sources Edge web browser's JavaScript engine, plans port to Linux on zdnet.com by Steven J. Vaughan-Nichols (on January 13, 2016)
  5. Microsoft open sources Edge web browser's JavaScript engine, plans port to Linux on zdnet.com by Steven J. Vaughan-Nichols (on January 13, 2016)
  6. ChakraCore on github.com
  7. Node.js enabled for ChakraCore on github.com



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.