Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madarauchiha/6to5-bug-showcase

A minimal showcase to demonstrate debugging bug with 6to5. Issue link in README.
https://github.com/madarauchiha/6to5-bug-showcase

Last synced: 12 days ago
JSON representation

A minimal showcase to demonstrate debugging bug with 6to5. Issue link in README.

Awesome Lists containing this project

README

        

## Breakpoint bug with 6to5

This project is a minimal reproducible test case for failing breakpoints with 6to5.

To reproduce, clone this repository, run `npm install`, and set a breakpoint on line 13 of class.js.

## Expected result
Try to evaluate what `this` is at that point. The expected is the `MathStuff` object.

## Actual result
`this` is undefined, stepping over doesn't seem to do anything and the stack shows unrelated things entirely.

## 6to5 issue

Can be seen on [6to5#481](https://github.com/6to5/6to5/issues/481)