Caridy Patiño

Results 457 comments of Caridy Patiño

I'm very supportive of this effort, a property makes sense to accomodate the react's model, but before we go that route, there are other things we should define: 1. what...

__update:__ after a couple of months of research, and some prototyping, it seems to us that React will have to do nothing new to support web-components interoperability in both ways:...

@nlwillia the main issue is that `{}` in import and export statements is not destructuring, it is just a descriptor, and changing that is a fundamental shift.

my personal opinion here is: exporting an object with a well defined shape is not a primary use-case, and in fact I will probably discourage its use as part of...

@philholden I can definitely give more details about why I think this is - namespaces are 1-1 mapping to existing module records. Each module record contains a namespace object that...

/cc @sebmarkbage, can you chime in here?

cool, thanks @sebmarkbage. guys, as you can see, we will get this for free with the current implementation of react-intl, no magic is needed, just wait until react gets refactored.

@pkozlowski-opensource sure, feel free to send the PR. **note: this project is highly experimental, a prove of concept for some of the discussions in TC39 about loader, I will highly...