remap UpdateExpression in module exports - closes #334

This commit is contained in:
Sebastian McKenzie
2014-12-28 01:00:53 +11:00
parent e6ac5eccd0
commit 601bbb86cd
15 changed files with 80 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ var t = require("../../types");
var _ = require("lodash");
function AMDFormatter(file) {
this.file = file;
DefaultFormatter.apply(this, arguments);
this.ids = {};
}