[][src]Function deno_typescript::compile_bundle

pub fn compile_bundle(
    bundle: &Path,
    root_names: Vec<PathBuf>
) -> Result<Arc<Mutex<TSState>>, ErrBox>