Class CheckNoMutatedEs6Exports

java.lang.Object
com.google.javascript.jscomp.lint.CheckNoMutatedEs6Exports
All Implemented Interfaces:
CompilerPass, NodeTraversal.Callback

public final class CheckNoMutatedEs6Exports extends Object implements NodeTraversal.Callback, CompilerPass
Checks that exports of ES6 modules are not mutated outside of module initialization.