how do you feel about adding jade-style JS support with dash i.e. ``` - var foo = "bar"; ``` my goal is to be able to bring in components (custom tags): ``` - var Component = require('components/myComponent'); div: Component ```