> Le 29 oct. 2015 à 19:32, Eli Perelman <e...@eliperelman.com> a écrit :
> 
> 2 dots may be problematic when parsing numbers (yeah, I know it's probably 
> not common, but it's still valid):
> 
> 3..toString()
> 
> Eli Perelman

Treating `..` as one token would be a breaking change, but I don't think it is 
a problem in practice, as `3..toString()` would continue to work. In some cases 
– as in `3..toStrign()` –, `undefined` will be produced where an error was 
thrown.

—Claude

_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to