1 Repo
Specific module patterns for plugins that maintain compatibility between global scopes and modular loaders.
Distinct from jQuery Plugins: Focuses on the compatibility wrapper for plugins rather than the plugin functionality itself.
Explore 1 awesome GitHub repository matching web development · Universal Plugin Wrappers. Refine with filters or upvote what's useful.
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
Provides a specialized wrapper for jQuery plugins to ensure compatibility across global and modular loading environments.