https://github.com/karma-runner/karma-googmodule-preprocessor
A Karma preprocessor to handle Closure's goog.module() system
https://github.com/karma-runner/karma-googmodule-preprocessor
Last synced: 10 months ago
JSON representation
A Karma preprocessor to handle Closure's goog.module() system
- Host: GitHub
- URL: https://github.com/karma-runner/karma-googmodule-preprocessor
- Owner: karma-runner
- License: mit
- Created: 2014-10-07T22:58:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T09:21:54.000Z (almost 4 years ago)
- Last Synced: 2024-04-26T20:49:58.748Z (over 1 year ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 5
- Watchers: 2
- Forks: 8
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# karma-googmodule
A preprocessor to handle Closure's goog.module() system. Rewrites source files
that declare modules using `goog.module()` so that they are properly loaded by
Closure's module loader.