Escargot 3.0.0
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