Skip to content

Tags: dumbcoder88/closure-library

Tags

v20180910

Toggle v20180910's commit message
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

v20180805

Toggle v20180805's commit message
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

v20180716

Toggle v20180716's commit message
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

v20180506

Toggle v20180506's commit message
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

v20180405

Toggle v20180405's commit message
RELNOTES: Regenerate javascript/closure/i18n/charpickerdata.js.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=191787411

v20180204

Toggle v20180204's commit message
Ensure getAllResponseHeaders never returns null.

Closes google#859

RELNOTES: n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184356032

v20171203

Toggle v20171203's commit message
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

v20171112

Toggle v20171112's commit message
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

v20170910

Toggle v20170910's commit message
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

v20170806

Toggle v20170806's commit message
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