Closure Library是一个强大的低级JavaScript库,专为构建复杂和可扩展的Web应用程序而设计。 它被许多Google Web应用程序(如Google搜索,Gmail,Google文档,Google+,Google地图等)使用。
Closure Library
Google的公共JavaScript库。(Google's common JavaScript library. )
Github stars Tracking Chart
Closure Library与服务器无关,适用于Closure Compiler。
Main metrics
- Overview
-
Name With Owner google/closure-library Primary Language JavaScript Program language HTML (Language Count: 8) Platform License: Apache License 2.0 - 所有者活动
-
Created At 2013-08-16 21:54:05 Pushed At 2024-08-01 20:51:28 Last Commit At 2024-08-01 09:53:33 Release Count 85 Last Release Name v20230802 (Posted on ) First Release Name v20160106 (Posted on ) - 用户参与
-
Stargazers Count 4.9k Watchers Count 208 Fork Count 1k Commits Count 10.3k Has Issues Enabled Issues Count 663 Issue Open Count 0 Pull Requests Count 244 Pull Requests Open Count 0 Pull Requests Close Count 332 - 项目设置
-
Has Wiki Enabled Is Archived Is Fork Is Locked Is Mirror Is Private
Closure Library 
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.
For more information, visit the
Google Developers or
GitHub sites.
Download the latest stable version on our releases page.
Developers, please see the
Generated API Documentation.
See also the
goog.ui Demos
Using with Node.js
Install the official package from npm.
npm install google-closure-library
Require the package and use goog.require normally.
require("google-closure-library");
goog.require("goog.crypt.Sha1");
var sha1 = new goog.crypt.Sha1();
sha1.update("foobar");
var hash = sha1.digest();
Contributing
Please read the CONTRIBUTING for details on how to contribute to this project.