Gabe Moothart

Results 2 issues of Gabe Moothart

Fields defined in a constructor that don't have an explicit type annotation are skipped by gents. There are two issues here: - If we cannot infer a type we should...

gents

For a goog.module defined like so: ``` javascript goog.module('components.entitypicker.Messages'); const Type = goog.require('components.entitypicker.Type'); /** @const */ const Messages = {}; /** * @desc A list of accounts */ Messages.MSG_CONTAINER =...