commit | 3619fd8391b32ddde18a1ca441b288ff3c39f524 | [log] [tgz] |
---|---|---|
author | Srujan Gaddam <58529443+srujzs@users.noreply.github.com> | Wed Aug 28 09:44:16 2024 -0700 |
committer | GitHub <noreply@github.com> | Wed Aug 28 09:44:16 2024 -0700 |
tree | 2b673910127b1ef72a53bdf6224d14b236fb5dfc | |
parent | 49f3e6d0f3db3e0740fe7880008d8ac83b49897b [diff] |
Add [] and []= operators for unnamed getters and setters (#293) Closes https://github.com/dart-lang/web/issues/127 The IDL defines unnamed getters or setters which should be emitted as special variants of the index operators.