UNPKG

fixclosure

Version:

JavaScript dependency checker/fixer for Closure Library based on Esprima

12 lines (8 loc) 157 B
goog.provide('goog.bar'); goog.require('goog.baz'); goog.bar.bar1 = function() { goog.baz.baz1(); }; goog.bar.bar2 = function() { goog.baz.baz2(); };