Mikita Belahlazau

Results 63 comments of Mikita Belahlazau

This change doesn't work in one case like: ```javascript goog.module('foo'); const bar = goog.require('bar'); /** @enum {number} */ const Color = bar.Color; exports.Color = Color; ``` where `bar` is coming...

`:dist-squared` used both internally and exported as API. It would make sense to have just `:dist` without squared, but having squared optimizes things a little bit as you don't need...

From my investigation what made tests slower is DB initialization. Usually test needs to prepare data and it's done in before/beforeAll using clicking through UI. And that part can be...