This repository has been archived by the owner on May 27, 2020. It is now read-only.
Releases: Dan1ve/ClosureInspectionsPlugin
Releases · Dan1ve/ClosureInspectionsPlugin
Release 1.3.2
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)
Version 1.2.0
- New inspection & fix: Swapped type annotation and parameter name after @param in JSDoc comments
Version 1.1.0
- New check for bracket notation instead of dot notation
- Duplicate goog.require/goog.provide statements are now reported, too
Version 1.0.2
Small fixes
Version 1.0.1
Minor updates to dependency recognition
Version 1.0.0
Initial version of plugin