Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 448 Bytes

TODO.md

File metadata and controls

12 lines (10 loc) · 448 Bytes
  • add plugin system
  • turn into a monorepo (w/ lerna)
  • cache the AST of nested blocks for bound render functions

Plugins

  • @mini-hb/plugin: plugin driver
  • @mini-hb/js-expressions (arbritrary JS expressions, using bcx-expression-evaluator)
  • @mini-hb/each: the each block
  • @mini-hb/with: the with block
  • @mini-hb/list: the list block
  • @mini-hb/if: the "if else" block