Build context factories from AST rather than ASM #49875
Labels
:Core/Infra/Scripting
Scripting abstractions, Painless, and Mustache
Team:Core/Infra
Meta label for core/infra team
ASM is used to build the context factories on the fly. This task is to build the AST directly and use that to generate the ASM.
We'll be better able to reason about the generation process since ASM is difficult to read.
Migrated from: #31009
The text was updated successfully, but these errors were encountered: