An open API service indexing awesome lists of open source software.

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

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.