mozilla / rhino

Rhino is an open-source implementation of JavaScript written entirely in Java
https://rhino.github.io
Other
4.19k stars 851 forks source link

Syntax rejected when accessing property of literal objects #1703

Open andreabergia opened 1 month ago

andreabergia commented 1 month ago

We do not support syntax such as:

{a: 1}.a

function fn() {}
fn`abc`.d