[][src]Function deno_typescript::mksnapshot_bundle_ts

pub fn mksnapshot_bundle_ts(
    isolate: &mut CoreIsolate,
    snapshot_filename: &Path,
    bundle_filename: &Path,
    main_module_name: &str
) -> Result<(), ErrBox>

Create a V8 snapshot. This differs from mksnapshot_bundle in that is also runs typescript.js