This repository has been archived by the owner on May 27, 2020. It is now read-only.
Version 1.3.0
- Referenced goog.requires in the form
const array = goog.require('goog.array');
are now handled correctly.
- New inspection: Use
goog.provide
instead ofgoog.module
- New quick-fix: Convert
goog.provide
togoog.module
(incl. short-referencing of goog.requires)