pub fn get_nodejs_runtime_code(
environment: Vc<Environment>,
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(
environment: Vc<Environment>,
runtime_type: RuntimeType,
generate_source_map: bool,
) -> Vc<Code>Returns the code for the Node.js ECMAScript runtime.