awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCore JavaScript Utilities

Standardized API sets and helper functions for managing common programming tasks and application logic in JavaScript.

Distinct from Standardization Utilities: None of the candidates provide a general-purpose JavaScript utility library; candidates are focused on repository config, iOS, or animation systems.

Explore 1 awesome GitHub repository matching web development · Core JavaScript Utilities. Refine with filters or upvote what's useful.

Awesome Core JavaScript Utilities GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google/closure-librarygoogle 的头像

    google/closure-library

    4,896在 GitHub 上查看↗

    Closure Library 是一个 JavaScript 标准库和工具集,专为构建大型 Web 应用而设计。它提供了一系列核心工具模块和标准化 API,以简化复杂的应用逻辑和状态管理。 该项目作为一个模块化框架构建,使用基于命名空间的模块系统来防止全局作用域污染。它专为与 Closure Compiler 配合使用而设计,以实现激进的死代码消除和压缩,从而减小生产环境中的最终交付体积。为了确保大型项目的可靠性,该库利用 JSDoc 注释进行静态类型检查,以在执行前验证 API 契约。 该库通过 Polyfill 层和特性检测涵盖了跨浏览器兼容性。它为企业级前端开发提供了结构化架构,专注于在不同浏览器环境和执行上下文(包括 Node.js)中保持一致的行为。

    Use a collection of standardized APIs and helper functions to simplify the development of complex application logic.

    JavaScript
    在 GitHub 上查看↗4,896
  1. Home
  2. Web Development
  3. Core JavaScript Utilities