2015-05-26 4:13 GMT+01:00 eric <[email protected]>: > > > and the import of class is no need for frontend developement. > the import of classes will lead to the demand of packages or namespaces. > all this only to polute the simplicity javascript has today. > And no good to the javascript developement . > > thanks
The import syntax is optional, so there's no need to use it. The same goes for any other changes to JS. You'll likely never need to worry about your code breaking, ever. I don't think there's a need to discuss the concept of importing code, but I just wanted to note that you're free to stick with ES5 or earlier principles if you so desire. Regards, Michiel
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

