remove this._callbacks

pull/453/head
Rich Harris 8 years ago
parent 77eee8602d
commit 00f1eaee12

@ -43,8 +43,6 @@ export default class Generator {
this.importedNames = new Set(); this.importedNames = new Set();
this._aliases = new Map(); this._aliases = new Map();
this._usedNames = new Set(); this._usedNames = new Set();
this._callbacks = new Map();
} }
addSourcemapLocations ( node ) { addSourcemapLocations ( node ) {

Loading…
Cancel
Save