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

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

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

1 个仓库

Awesome GitHub RepositoriesCross-Loader Plugin Compatibility

Patterns ensuring plugins remain functional across different module loading environments.

Distinct from jQuery Plugins: Focuses on the loading environment compatibility of the plugin rather than the plugin's feature set.

Explore 1 awesome GitHub repository matching web development · Cross-Loader Plugin Compatibility. Refine with filters or upvote what's useful.

Awesome Cross-Loader Plugin Compatibility GitHub Repositories

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

    umdjs/umd

    7,447在 GitHub 上查看↗

    This project provides a universal module definition pattern and JavaScript module wrapper. It establishes a standardized methodology for distributing JavaScript libraries that function across CommonJS, AMD, and browser global environments. The system uses an adapter approach to bridge different module systems, allowing a single file to operate in both Node.js and client-side browser environments without modification. This includes specific patterns for creating jQuery plugins that maintain compatibility across modular loaders and global scopes. The codebase implements environment-detection l

    Defines jQuery plugins using patterns that maintain compatibility across AMD and browser global environments.

    JavaScript
    在 GitHub 上查看↗7,447
  1. Home
  2. Web Development
  3. jQuery Plugins
  4. Cross-Loader Plugin Compatibility