| 00:46 | <Evan Winslow> | Did "pipe should belong in the future jssugar layer" block advancement to stage 3? |
| 00:49 | <Evan Winslow> | For me, if people are willing to write tools to transpile it, that is a huge win. E.g. if TS supports it by default. Because that means people can start learning about it and writing code to take advantage of it. |
| 00:51 | <Evan Winslow> | For call-this, native browser support would probably bring some marginal performance benefit. For pipeline, I can't imagine there'd be any difference. |
| 09:00 | <Ashley Claymore> | One small issue with `obj[fn]' is that sites polyfilling the feature would need to transform almost all dynamic index syntax as they won't know which arguments use the new feature. |
| 09:01 | <Ashley Claymore> | Personally I feel like it would be better to have new syntax rather than overload the existing space. |
| 16:47 | <rbuckton> | There are and will be some JS features that cannot be polyfilled or downleveled, and I think that's OK. |