babel / notes

♬ Notes from the @Babel Team (discuss in PRs)
https://github.com/babel/notes#meetings
122 stars 16 forks source link

Dec 18 meeting #105

Closed nicolo-ribaudo closed 4 years ago

nicolo-ribaudo commented 4 years ago

@babel/babel feel free to add items to the agenda!

xtuc commented 4 years ago

Module attributes parser support

  • The syntax might change, see https://github.com/tc39/proposal-module-attributes/issues/12, it's early in the TC39 process. Should we support both the as and the type: "f" syntax under a flag?
  • As discussed with @nicolo-ribaudo already, I would reject any attributes that is not type to avoid plugins already relying on unwanted attributes.
  • Once the support for the syntax lands in Babel, I want to implement a POC in webpack to test out the semantics of the proposal. I don't think we can implement any of them in Babel itself.
hzoo commented 4 years ago
nicolo-ribaudo commented 4 years ago

I have added @babel/preset-modules as the first topic so that @developit isn't forced to listen to all the unrelated things :stuck_out_tongue:

rajasekarm commented 4 years ago

Update team section in babel website.