On Tue, Apr 16, 2013 at 3:07 PM, Daniel Buchner <dan...@mozilla.com> wrote: > One thing I've heard from many of our in-house developers, is that they > prefer the imperative syntax, with one caveat: we provide an easy way to > allow components import/require/rely-upon other components. This could > obviously be done using ES6 Modules, but is there anything we can do to > address that use case for the web of today?
Yes, one key ability we lose here is the declarative quality -- with the declarative syntax, you don't have to run script in order to comprehend what custom elements could be used by a document. :DG<