Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.12 KB

2022-02-15.md

File metadata and controls

33 lines (21 loc) · 1.12 KB

Node.js Loaders Team Meeting 2022-02-15

Links

Present

  • Bradley Faris: @bmeck
  • Geoffrey Booth: @GeoffreyBooth
  • Guy Bedford: @guybedford
  • Jacob Smith: @JakobJingleheimer
  • Zack Schuster: @zackschuster
  • Maël Nison: @arcanis

Agenda

nodejs/loaders

import.meta.resolve

Will suggest to WHATWG:

  • We will try to land a PR to move the loaders off-thread, to preserve an async resolve hook while supporting a sync import.meta.resolve.
  • The backup plan would be to change our loader hook resolve to be sync, but we’re unsure of the breakage in doing so. Use case discussed is trying to resolve within a .zip or .tar.gz file.

Notes on doing above work: