Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Version 1.3.0

Compare
Choose a tag to compare
@Dan1ve Dan1ve released this 11 Mar 10:38
· 6 commits to master since this release
7c6076b
  • Referenced goog.requires in the form
const array = goog.require('goog.array');

are now handled correctly.

  • New inspection: Use goog.provide instead of goog.module
  • New quick-fix: Convert goog.provide to goog.module (incl. short-referencing of goog.requires)