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