closure-library icon indicating copy to clipboard operation
closure-library copied to clipboard

Google's common JavaScript library

Results 122 closure-library issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...

Reviewing Internally
dependencies

(reposted from https://github.com/grpc/grpc-web/issues/1187) TL; DR: grpc-web uses goog.crypt.base64.encodeByteArray to encode the payload. This function can only encode at the throughput of ~16MB/s. js-base64 package is 50x faster, so rewriting encodeByteArray...

There are currently multiple utils for user agent detection: goog.useragent, and the one in goog.labs. They can be consolidated to provide users a single consolidated API.

I originally reported this as an Angular bug pertaining to the currency pipe, and was told to report it here. The locale for Norway places the negative sign in front...

Consider an ES module using `declareModuleId`: ```JS goog.declareModuleId('esModule'); export const foo = 'foo'; ``` which is required by a `goog.module`: ```JS goog.module('googModule'); const {foo} = goog.require('esModule'); ``` If this is...

P3 - PRs Only

In the `goog.testing.TestCase.Test` constructor the `setUp` and `tearDown` properties are extracted from `objChain` without using quoted string syntax. Therefore this breaks when the Closure Compiler's advanced optimizations are on, as...

After upgrading to latest Closure Library and Closure Compiler, my unit tests are no longer printing the test results when using SIMPLE compile. When using ADVANCED compile, I still see...

got rid of http://go/ links according to [this](https://opensource.google/docs/releasing/preparing/#scrub-the-comments). see #1065

cla: yes
Reviewing Internally

This issue was imported from Closure Library's previous home at http://closure-library.googlecode.com The link to the original issue is: https://code.google.com/p/closure-library/issues/detail?id=103

P3 - PRs Only