[][src]Function rusty_v8::script_compiler::compile_module

pub fn compile_module<'a>(
    scope: &mut impl InIsolate,
    source: Source
) -> Option<Local<'a, Module>>

Compile an ES module, returning a Module that encapsulates the compiled code.

Corresponds to the ParseModule abstract operation in the ECMAScript specification.