Merged
Conversation
b17714c to
7bd0549
Compare
Contributor
|
All changed packages have been documented.
Show changes
|
8dcd739 to
cd4cf2f
Compare
…ocol and frontend overhaul
cd4cf2f to
6cceb3d
Compare
…sts, UI improvements - Add comprehensive devtools protocol documentation comment - Fix ESM source map resolution (process.getBuiltinModule instead of require) - Add babel transform tests for inline condition memo pattern - Update fixture output to match current transform behavior - Rename isFrameworkEffect/Ref to isExternalEffect/Ref (source-location based) - Fix double-ID display in ref labels - Add subtle approx location indicator - Include ref ID in tab titles - Effect debug naming improvements in binder, For, List, Switch, render
… test name - Remove unused countMemo function from no-double-memo tests - Remove unused location param from track/trigger and EffectEdgeDebugInfo - Remove unused lastTriggeredAt from EffectDebugInfo - Remove redundant comment in buildEffectTargetInfo - Fix is_approx_location: send 0 instead of undefined for false - Add try-catch around trace DB initialization - Fix misleading test name (was claiming reactive updates but only tested initial render)
- Store node kind/name in nodeKinds WeakMap for both recordNodeAdded and recordSubtreeAdded so recordCachedSubtreeChildrenRecursively preserves component/customContext/memo kinds instead of defaulting to fragment. - Remove useDeferredValue from RenderTreeServicesProvider to prevent stale text node collection when file contents update reactively.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR substantially improves the dev tools interface, allows creating a trace database via ALLOY_DEBUG_TRACE, and makes the dev tools consume this trace database.