28 commits
@stratigos, @amelzer, @lukaszsobek, @jasonLaster, @princiya, @tohmjudson, @nyrosmith, @codehag, @James300, @sharathnarayanph
This week we started optimistically clearing the pause state when we step, which eagerly clears the UI and prepares it for another step. We also defer fetching and mapping scopes when the debugger pauses, which makes the UI a bit snappier.
- Refactor waitForPaused helper to support faster stepping - @jasonLaster
- Refactor command action to use PROMISE - @jasonLaster
- Optimistically clear pause state - @jasonLaster
- do not expand all scope objects - @codehag
- currently working on new damp tests @codehag
- Refactor map scopes to fetch scopes - @jasonLaster
Some of our contributors did some great tweaks to the visuals of the debugger. We now have better JSX syntax highlighting thanks to @nyrosmith
- Improve JSX syntax highlighting - @nyrosmith
- Style line numbers in search results - @princiya
- togglePaneCollapse update - @tohmjudson
| JSX |
|---|
![]() |
| Line numbers |
|---|
![]() |
| toggle panel collapse |
|---|
![]() |
We devoted some of our time to improving our airtable config. Airtable will allow us to better manage our open source work / github progress, as well as give us faster access to what has happened over the past week.
- show better error messages in jest - @jasonLaster
- Fix filename for assert.js tests - @stratigos
- Add airtable CRM config - @jasonLaster
- bump map-bindings - @jasonLaster
- Release 10/25 - @jasonLaster
- Add timing data - @jasonLaster
- 10-31 - @jasonLaster
- Re-enable tests - @jasonLaster
- Add Unit tests for Editor - @James300
- Add tests for src/utils/log.js - @stratigos
- Don't show Mochi output for passing tests - @jasonLaster
- Preview mochitest - @samuel-peers
This week we did quite a bit of redux refactoring and split up reducers that were taking on too much responsibility.
- Use new redux action in editor - @amelzer
- Validate scripts - @jasonLaster
- Moves redux middleware to actions/utils - @lukaszsobek
- Displays result count only after initiating search - @lukaszsobek
- Disallow uncaught exceptions - @jasonLaster
The biggest fix we had this week was done by @nyrosmith, who noticed that our breakpoints were not responding when the page was reloaded. This turned out to be an issue with how breakpoints were being synced, and could have been avoided if we were stricter with our types!


