pub fn get_nodejs_runtime_code(
asset_context: Vc<Box<dyn AssetContext>>,
runtime_type: RuntimeType,
include_async_module_runtime: bool,
generate_source_map: bool,
) -> Vc<Code>Expand description
Returns the code for the Node.js ECMAScript runtime.