|
@ -25,7 +25,7 @@ class SyntheticDefaultDeclaration { |
|
|
|
|
|
|
|
|
addReference ( reference ) { |
|
|
addReference ( reference ) { |
|
|
// Don't change the name to `default`; it's not a valid identifier name.
|
|
|
// Don't change the name to `default`; it's not a valid identifier name.
|
|
|
if ( reference.name !== 'default' ) return; |
|
|
if ( reference.name === 'default' ) return; |
|
|
|
|
|
|
|
|
reference.declaration = this; |
|
|
reference.declaration = this; |
|
|
this.name = reference.name; |
|
|
this.name = reference.name; |
|
|