Back to Ember Js

TODO

packages/@glimmer/opcode-compiler/lib/TODO.md

5.12.0772 B
Original Source
  • isEager shouldn't need to be passed around so much

    • pushYieldableBlock
    • invokeComponent
  • resolve handle as an encoder case (instead of passing around the resolver)

  • conditionals and loops in the opcode builder

    • hand-crafted conditionals
    • generic conditionals?
    • loops
  • more ergonomic solution for concatActions

  • function build in stdlib.ts shouldn't have anys

  • do we really need the Locator generic?

  • Remove stuff from Compiler

  • Remove compiler from CompileTime

  • Reorient CompilableTemplate around Context

  • Remove OldTemplateCompilationContext

  • Figure out how to correctly cache CompilableTemplates based on the input TemplateCompilationContext

  • s/locator/template meta/