UNPKG

fixclosure

Version:

JavaScript dependency checker/fixer for Closure Library based on Esprima

23 lines (18 loc) 266 B
/** * @type {number} * @const */ goog.cnst.NUM = 1; /** * @type {number} * @const */ goog.cnst.NUM_BAR = 2; /** * @type {RegExp} * @const */ goog.cnst.REGEX = /test/; // Should not be provide REGEX. goog.cnst.REGEX.test('test'); // toProvide: goog.cnst