superfaceai / spec

The Comlink Specification. Comlink is a new interface description and integration language build self-integrating applications.
https://superface.ai/docs/comlink/specification
MIT License
11 stars 1 forks source link

Script subspec in map is missing property access #43

Open TheEdward162 opened 2 years ago

TheEdward162 commented 2 years ago

The map spec includes the script subspec, which in turn references the ECMAScript spec. However, it seems like the script subspec completely omits property access.

The relevant ECMAScript spec references are:

It appears these are kind of hidden within other productions and were missed.