Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

v0.3.0-alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 14:13
· 404 commits to master since this release
16a9e5d

Debugging update

This update adds debugging support. It has been tested with chrome's devtools and works alright, but can't open big files, and typescript support is glitchy at best.

Changelog

Features

  • complete steptrough and breakpoints in debugger #7 (TopchetoEU)
  • fully implement local and capture scope object wrappers #7 (TopchetoEU)

Bug Fixes

Code Refactoring

Chores