estools / escodegen

ECMAScript code generator
BSD 2-Clause "Simplified" License
2.65k stars 335 forks source link

MetaProperty fields as Identifier #369

Closed Cellule closed 6 years ago

Cellule commented 6 years ago

According to https://github.com/estree/estree/blob/master/es2015.md#m…etaproperty the meta and property members are Identifier not plain strings.

Keep support for plain strings for backward compatibility.

Cellule commented 6 years ago

Is there something else needed to get this merged ?

michaelficarra commented 6 years ago

@Cellule Nope.

Cellule commented 6 years ago

Thanks !