Open
Description
Kernel AST verifier (pkg/kernel/lib/verifier.dart) can collect/mark all AST nodes which are directly reachable from Component
and then check that all references within AST point to the reachable nodes. This would ensure there are no dangling references in the AST and would allow us to catch various bugs related to the incorrect tree-shaking earlier (currently such bugs show up only after kernel is serialized and then deserialized).
Metadata
Metadata
Assignees
Labels
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Issues related to testing of the CFE.Legacy: Use area-dart-model instead.Issue has been triaged by sub teamInternal changes to our tools and workflows to make them cleaner, simpler, or more maintainableA request for a change that isn't a bug