Closed mysticatea closed 8 years ago
From https://github.com/eslint/eslint/issues/5420
I made escope not creating references of new.target. Before, because MetaProperty#meta and MetaProperty#property are an Identifier, escope had been creating references of them.
escope
new.target
MetaProperty#meta
MetaProperty#property
Identifier
Further reading: https://github.com/estree/estree/blob/master/es6.md#metaproperty
Thanks.
@michaelficarra Thank you! Could you make a new release?
Released changes as 3.5.0.
3.5.0
Thank you very much!
From https://github.com/eslint/eslint/issues/5420
I made
escope
not creating references ofnew.target
. Before, becauseMetaProperty#meta
andMetaProperty#property
are anIdentifier
,escope
had been creating references of them.Further reading: https://github.com/estree/estree/blob/master/es6.md#metaproperty