Building an AMD file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user