Skip to content

src: merge NativeModuleEnv into NativeModuleLoader

Now that we include the code cache into the embedded snapshot, there is no point in splitting an Environment-independent NativeModuleLoader out of NativeModuleEnv. Merge the two classes for simplicity.

Refs: https://github.com/nodejs/node/issues/31074

Merge request reports

Loading