diff --git a/src/generators/Generator.js b/src/generators/Generator.js index 0f73292b91..ddd2dec797 100644 --- a/src/generators/Generator.js +++ b/src/generators/Generator.js @@ -43,8 +43,6 @@ export default class Generator { this.importedNames = new Set(); this._aliases = new Map(); this._usedNames = new Set(); - - this._callbacks = new Map(); } addSourcemapLocations ( node ) {