nodejs / loaders

ECMAScript Modules Loaders
MIT License
128 stars 16 forks source link

Node.js Loaders Team Meeting 2023-05-23 #141

Open mhdawson opened 1 year ago

mhdawson commented 1 year ago

Time

UTC Tue 23-May-2023 18:00 (06:00 PM):

Timezone Date/Time
US / Pacific Tue 23-May-2023 11:00 (11:00 AM)
US / Mountain Tue 23-May-2023 12:00 (12:00 PM)
US / Central Tue 23-May-2023 13:00 (01:00 PM)
US / Eastern Tue 23-May-2023 14:00 (02:00 PM)
EU / Western Tue 23-May-2023 19:00 (07:00 PM)
EU / Central Tue 23-May-2023 20:00 (08:00 PM)
EU / Eastern Tue 23-May-2023 21:00 (09:00 PM)
Moscow Tue 23-May-2023 21:00 (09:00 PM)
Chennai Tue 23-May-2023 23:30 (11:30 PM)
Hangzhou Wed 24-May-2023 02:00 (02:00 AM)
Tokyo Wed 24-May-2023 03:00 (03:00 AM)
Sydney Wed 24-May-2023 04:00 (04:00 AM)

Or in your local time:

Links

Agenda

Extracted from loaders-agenda labelled issues and pull requests from the nodejs org prior to the meeting.

nodejs/node

Invited

Observers/Guests

Notes

The agenda comes from issues labelled with loaders-agenda across all of the repositories in the nodejs org. Please label any additional issues that should be on the agenda before the meeting starts.

Joining the meeting

JakobJingleheimer commented 1 year ago

I think we have nothing to discuss? (I'm available if we do)

aduh95 commented 1 year ago

There are two things that come to mind:

GeoffreyBooth commented 1 year ago

Yes, let’s meet. Along with @aduh95’s list, there’s the issue of getting to work a load look returning source with type: 'commonjs'. @isaacs have you started working on that?

@aduh95 is that issue related to the “make CJS loading from the ESM loader” effort? Or put another way, would finishing your PR solve it?

aduh95 commented 1 year ago

Yes, my PR goal is to run the code is a CJS-like environment when the load step returns { format: 'commonjs', source: … }.

isaacs commented 1 year ago

@isaacs have you started working on that?

I haven't started in earnest yet, but have been reading code and it's bubbling up my list swiftly. If @aduh95 or anyone else wants to get started, don't let me hold you back.

@aduh95 Can you share a link to the draft PR? I should have some time to poke at it in advance of the meeting.

GeoffreyBooth commented 1 year ago

@aduh95 Can you share a link to the draft PR? I should have some time to poke at it in advance of the meeting.

https://github.com/nodejs/node/pull/47999

JakobJingleheimer commented 1 year ago

I think registerLoader is done in principle (there are just some test cases needed, which I'll get to in a few days if João doesn't get to it first).