Skip to content
Snippets Groups Projects
Commit 31f56963 authored by Mofei Zhang's avatar Mofei Zhang
Browse files

[compiler][be] Stabilize compiler output: sort deps and decls by name

All dependencies and declarations of a reactive scope can be reordered to scope start/end. i.e. generated code does not depend on conditional short-circuiting logic as dependencies are inferred to have no side effects.

Sorting these by name helps us get higher signal compilation snapshot diffs when upgrading the compiler and testing PRs internally at Meta
parent d19ba8ec
Showing
with 113 additions and 81 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment