test/dummy/node_modules/@babel/traverse/lib/scope/binding.js in disco_app-0.18.1 vs test/dummy/node_modules/@babel/traverse/lib/scope/binding.js in disco_app-0.18.2

- old
+ new

@@ -10,22 +10,18 @@ identifier, scope, path, kind }) { - this.identifier = void 0; - this.scope = void 0; - this.path = void 0; - this.kind = void 0; + this.identifier = identifier; + this.scope = scope; + this.path = path; + this.kind = kind; this.constantViolations = []; this.constant = true; this.referencePaths = []; this.referenced = false; this.references = 0; - this.identifier = identifier; - this.scope = scope; - this.path = path; - this.kind = kind; this.clearValue(); } deoptValue() { this.clearValue(); \ No newline at end of file