* Loads the built-in and wraps it in a ModuleWrap for embedder ESM. * @param {string} specifier * @returns {ModuleWrap}
(specifier)
| 234 | * @returns {ModuleWrap} |
| 235 | */ |
| 236 | function getBuiltinModuleWrapForEmbedder(specifier) { |
| 237 | return loadBuiltinModuleForEmbedder(specifier).getESMFacade(); |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * Get the built-in module dynamically for embedder ESM. |
no test coverage detected
searching dependent graphs…