Links within document

2014-08-03 Thread Perry Smith
Hi, I'm new to the list and have a suggestion. I hope this is the right place. I started this email and then went surfing a bit more and found Jason Orendorff page. Thank you Jason. I usually read the PDF version of the document. It would help me tremendously if each term was linked back

Loader vs ES6 Classes

2014-08-03 Thread John Barton
Since I guess not too many developers work with ES6 and the Loader object, here is some feedback: the Loader callback design does not play well with ES6 classes. The Loader takes 'options', an object with function properties like normalize, locate, and fetch. If you pass a literal object with

Re: Loader vs ES6 Classes

2014-08-03 Thread Kevin Smith
I've often wondered why we aren't using inheritance to customize Loaders. I'd be interested in the rationale. On Sun, Aug 3, 2014 at 2:19 PM, John Barton johnjbar...@google.com wrote: Since I guess not too many developers work with ES6 and the Loader object, here is some feedback: the Loader