The Module Casing

We got a Karma preprocessor working in the last episode, but it doesn’t do anything yet. In this episode, we have the preprocessor wrap each module in a function that provides the “require,” “module,” and “exports” variables we need, and we implement a stubbed-out require() function.

comments powered by Disqus