Skip to content

Escargot 3.0.0

Compare
Choose a tag to compare
@clover2123 clover2123 released this 04 Jun 10:35
· 910 commits to master since this release

Release Note v3.0.0

  • Escargot now fully supports ES10
  • Debugger core features updated
  • Several optimizations for memory and performance updated
  • Fixed major/minor bugs

Language Specification (ECMAScript 2019)

Escargot implements full of ECMAScript 2019 except a few minor features.

  • Not Supported Features
    • Shared-Memory
    • Atomics
    • RegExp lookbehind assertions

Debugger Implementation

  • Breakpoint management
  • Execution control
  • Getting debug info(backtrace, variable)
  • Debugger script tools

Enhancements

  • Source code compression
  • Lazy AtomicString initialization
  • Improve performance of property map
  • Improve Vector extension logic