Skip to content

Latest commit

 

History

History
173 lines (132 loc) · 7.47 KB

File metadata and controls

173 lines (132 loc) · 7.47 KB

April 24th

@darkwing, @calebstdenis, @s-pace, @BadInternetGuy, @jawyoonis, @loganfsmyth, @yalooong

Original Languages

This Mapping
6047-0

Features

Component Tree
6018-0

UI

Github

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:

  1. we can now update all of the packages in one commit
  2. releases will include changes to all of the packages
  3. 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.

Bugs

We fixed several bugs that were 61 P1s and nice to haves.

Directory Root
6052-0

accessibility

Code Health

Docs

Website
6024-0

Performance

Jason optimized application bootstrap so that expensive work was delayed for a future component update. This reduced mounts from 220ms to 55ms.

New Performance

Old Performance