Joe Pea

Results 1897 comments of Joe Pea

Also this branch, - #183 removes the webpack build (only Karma testing still uses webpack because Karma is too old ([no longer maintained](https://github.com/aws-samples/amazon-sumerian-hosts/issues/186)) to understand JS modules, but the configuration...

[element-modules](https://github.com/trusktr/element-modules) - Proof of concept of declarative custom elements that are importable from `.html` files or JS files, no build step or tooling needed, in an HTML-first format akin to...

@thescientist13 is there a link to your concept, or a concise description I can paste in the OP?

@sashafirsov what's the conciese description for yours that I can use for the list in the OP above?

@EisenbergEffect what's the title and description for yours to put in the list in the OP above?

@EisenbergEffect 👍 updated the list in the OP

> * Both valid before and after the export keyword, but exclusively before or after Does this mean we can no longer add `export` decorators in future extensions? That seems...

@titoBouzout Looks good. I'm not sure about `set boolean`, as making an infinitely-looping property is probably just not wanted no matter what the scenario is. Not sure we can guard...

If the polyfill relies on configuring properties and they are not configurable, I'm not sure there's a solution unless the polyfill implementation can be somehow fundamentally changed to do something...