ES6 Guide

Note

Please provide any feedback on this guide in #810. Thank you!

OpenSphere has migrated all of its code to use ES modules/classes/etc. This guide covers some of the differences from the legacy Closure-style source, and some specifics on how OpenSphere uses these language constructs.

External Documentation

Closure has several Wiki pages on goog.module and ES6/Closure that are all recommended reading to help understand this process.