Skip to content

Feature Roadmap

Akos Kiss edited this page Sep 19, 2019 · 2 revisions

A list of major features planned for the (hopefully near) future. To be revised from time to time.

(Note: these are the tasks that are seen further down the road, but deadlines when to get there are intentionally not set.)

  • ES6 features:
    • Spread operator
    • Support run-time functionalities of well-known symbols
    • Generator functions
    • RegExp sticky matching
    • Proxies
    • Destructuring assignment
    • Block scoping (let/const)
    • Binary/Octal literals
  • Snapshot features:
    • Support for loading snapshots as ES6 Modules
  • Debugger features:
    • Support for debugging static snapshots
    • Improved line info, debug info, and breakpoint support
  • Windows support for build/test tools (scripts)

(Memory footprint and runtime performance improvements in general are continuous work, thus not listed above.)