Google Closure Library has been archived
github.com
Google Closure Library has been archived
1–10 of 89 posts
Re: Google Closure Library has been archived
#2> Closure Library is a powerful, low-level JavaScript library designed for building complex and scalable web applications. It is used by many Google web applications, such as Google Search, Gmail, Google Docs, Google+, Google Maps, and others.
I wonder if they still use it in all those services, or if they migrated to something else.
Re: Google Closure Library has been archived
#3Re: Google Closure Library has been archived
#4Re: Google Closure Library has been archived
#5Notably not the Closure Compiler https://github.com/google/closure-compiler
Re: Google Closure Library has been archived
#6Note that this doesn't include the Closure Compiler[0], and doesn't affect Clojurescript[1], which has traditionally used the compiler and related bits of the Google Closure library. [0] https://github.com/google/closure-library/issues/1214 [1] https://clojurescript.org/news/2024-01-24-release
Re: Google Closure Library has been archived
#7Notably not the Closure Compiler https://github.com/google/closure-compiler
Re: Google Closure Library has been archived
#8Note that this doesn't include the Closure Compiler[0], and doesn't affect Clojurescript[1], which has traditionally used the compiler and related bits of the Google Closure library. [0] https://github.com/google/closure-library/issues/1214 [1] https://clojurescript.org/news/2024-01-24-release
it does affect clojurescript, if they don’t have a plan to remove it they will get in big trouble later
Re: Google Closure Library has been archived
#9Re: Google Closure Library has been archived
#10An older version of their README says: > Closure Library is a powerful, low-level JavaScript library designed for building complex and scalable web applications. It is used by many Google web applications, such as Google Search, Gmail, Google Docs, Google+, Google Maps, and others. I wonder if they still use it in all those services, or if they migrated to something else.