Building an AMD file

This commit is contained in:
Yehuda Katz
2013-07-16 19:10:37 +00:00
parent 12f8299eb2
commit da130f7745
12 changed files with 17 additions and 2684 deletions
@@ -5,8 +5,7 @@ function Literal(value) {
};
function JavaScriptCompiler() {};
export default JavaScriptCompiler;
export function JavaScriptCompiler() {};
JavaScriptCompiler.prototype = {
// PUBLIC API: You can override these methods in a subclass to provide