@darkwing, @calebstdenis, @s-pace, @BadInternetGuy, @jawyoonis, @loganfsmyth, @yalooong
- [scopes] Search all original mapped ranges for possible matches, not just the @loganfsmyth
- [scopes] Detect JSX elements as variables in scope visitor. @loganfsmyth
- Handle 'this' in expression mappings. @loganfsmyth
| This Mapping |
|---|
![]() |
- Provide a "Skip Pausing" button for the Command Bar @darkwing
- Initial Components pane for React @calebstdenis
| Component Tree |
|---|
![]() |
- Fixes outline issue from our earlier fix to the button @BadInternetGuy
- Make the button mo bigger @darkwing
- Display the expressions input if no expression exists @darkwing
- Expressions - Ensure the input box is properly outlined upon focus & blur @darkwing
- Editor - Add gutter hover effect @Sekhmet
We started working on moving packages that were in devtools core into the debugger. At this moment, source-maps, utils, and components are in the debugger. Reps is on the way.
The advantages are:
Atomic changes:
- we can now update all of the packages in one commit
- releases will include changes to all of the packages
- CI will run the tests for all of the packages
It also makes it easier to synchronize code in Github and MC. This makes it easier to land the debugger src code in MC and eventually have the devtools code in Github.
- Migrate source maps @jasonLaster
- Upgrade to launchpad 118 @jasonLaster
- Bump launchpad to 119 @jasonLaster
- Add devtools-utils and devtools-components @jasonLaster
We fixed several bugs that were 61 P1s and nice to haves.
- Use pausePoints to determine valid pause locations @jasonLaster
- The debugger should not crash when sourcemaps is off @jasonLaster
- Tighten babel type @jasonLaster
- Fix two type errors @jasonLaster
- Sources - fix "set directory root" failure @yalooong
- Breakpoints - Show original breakpoint text @jasonLaster
- [Breakpoints] only set empty lines when there are pause points @jasonLaster
| Directory Root |
|---|
![]() |
- Accordion accessibility enhancement @jawyoonis
- Ensure exception checkbox indents in RTL @darkwing
- Changes the close button to an actual button @BadInternetGuy
- Tab Order Improvements @paesh1997
- adding DocSearch to the site @s-pace
- Add a link to the website @jasonLaster
- Add the workers to dbg @jasonLaster
- Use mc help svg @jasonLaster
| Website |
|---|
![]() |
Jason optimized application bootstrap so that expensive work was delayed for a future component update. This reduced mounts from 220ms to 55ms.





