Right now the @bind and @attribute declarations on Model are highly dependent on the Coffee/Livescript methodology for declaring classes, which are incompatible/awkward to accomplish with plain ES6.
In all likelihood, Models will still be classes after this change. But we should take measures to ensure ES6 usage is smooth.
Right now the
@bind
and@attribute
declarations onModel
are highly dependent on the Coffee/Livescript methodology for declaring classes, which are incompatible/awkward to accomplish with plain ES6.In all likelihood, Models will still be classes after this change. But we should take measures to ensure ES6 usage is smooth.