Tags: dumbcoder88/closure-library
Tags
Rollforward of cl/211538380: Add a $waitAndVerify() function NEW: Assign goog.getUid to a local private const var in Set, preventing the global mocking behavior of some tests from impacting Set. RELNOTES: Add a $waitAndVerify() function to MockInterface and a $waitAndVerifyAll() function to MockControl that returns a goog.Promise that resolves when expectations have been registered. Automated g4 rollback of changelist 211629440. *** Reason for rollback *** Rollforward by not allowing goog.getUid to be mocked for Set. *** Original change description *** Automated g4 rollback of changelist 211538380. *** Reason for rollback *** Broken builds. *** Original change description *** Add a $waitAndVerify() function to MockInterface and a $waitAndVerifyAll() function to MockControl that returns a goog.Promise that resolves when expectations have been registered. RELNOTES: same *** *** ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211661074
Add .npmignore and reduce npm package size Closes google#862 from teppeis/closure-library:npmignore ORIGINAL_AUTHOR=Teppei Sato <github@teppeis.net> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=206500270
Set the type of getInjectedData to {?}. Reasons: 1) It isn't statically verifiable. Even if you cast the result, it may not be true, as the injected data may change depending on server setup. Thus, you aren't protected from runtime errors so this isn't valuable for type checking. 2) It's not an API we can easily fix. We had to do cr/202516164 to fix local, but there are tons of users of this API. RELNOTES:n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=203045476
Added support for ES2018/ES9 as a separate language mode. RELNOTES: n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195135979
RELNOTES: Regenerate javascript/closure/i18n/charpickerdata.js. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191787411
Ensure getAllResponseHeaders never returns null. Closes google#859 RELNOTES: n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=184356032
RELNOTES[INC]: Delete deprecated API for module loading. Use the API using TrustedResourceUrl instead. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=177570581
Add a 1/2 second delay to allow the inappropriate synchronous test to… … work even though it should be async. The test should be fixed to be async. The current 1/2 sec delay in the infrastructure will be removed soon and the test will fail without custom delay code. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=174746213
JSCompiler release r20170905 Release notes: go/jscompiler-releases Release policy: go/jscompiler-internal-release-policy To report problems with this release, please email: js-compiler-users@google.com, jscomp-team@google.com ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=167770984
RELNOTES[NEW]: Add goog.soy.data.SanitizedStyle. Soy currently has only one kind for whole style sheets (list of rules) and a single declaration (list of key: value pairs). This CL prepares for splitting them. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164469032
PreviousNext