Re: [ReSpec] release 23.2.0

> On Oct 6, 2018, at 7:17 AM, mcaceres@mozilla.com wrote:
> 
>> On 6 Oct 2018, at 4:33 am, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> 
>> And it's not a meaningful expression in
>> IDL either.  (People do sometimes shorthand `Class.attr` to refer to
>> the attr for instances of that class, but another common convention is
>> to use #, like `Class#attr`, to indicate a proto-lookup rather than a
>> literal object-lookup.)
> 
> Thanks for the additional details. 

So, I chewed on what Tab said over the weekend and concluded that Tab is right: the `object[“prop"]` syntax doesn’t significant value.

I’m going to drop support for it, hopefully by the end of the week.  

Received on Monday, 8 October 2018 01:57:07 UTC