estools / escope

Escope: ECMAScript scope analyzer
BSD 2-Clause "Simplified" License
546 stars 77 forks source link

Fix meta property #101

Closed mysticatea closed 8 years ago

mysticatea commented 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.

Further reading: https://github.com/estree/estree/blob/master/es6.md#metaproperty

michaelficarra commented 8 years ago

Thanks.

mysticatea commented 8 years ago

@michaelficarra Thank you! Could you make a new release?

Constellation commented 8 years ago

Released changes as 3.5.0.

mysticatea commented 8 years ago

Thank you very much!