With Node 26 freshly released and both --experimental-loader and module.register deprecated, it's probably a good time to start thinking about supporting synchronous module hooks in IITM (and RITM !!). Could it also make sense to maybe merge both into a unified API now that the underlying mechanism can be made the same ?
Sorry if this is already tracked somewhere else and I couldn't find it.
With Node 26 freshly released and both
--experimental-loaderandmodule.registerdeprecated, it's probably a good time to start thinking about supporting synchronous module hooks in IITM (and RITM !!). Could it also make sense to maybe merge both into a unified API now that the underlying mechanism can be made the same ?Sorry if this is already tracked somewhere else and I couldn't find it.