bun_install 0.1.0

A Rust-native programmable browser runtime built on Servo and SpiderMonkey
1
2
3
4
5
6
7
8
// MOVE_DOWN: `VersionedURLType<I>` (data + buffer-relative methods) now lives
// in `bun_install_types::resolver_hooks` so the `Resolution.Value` union there
// can name a real type. This file is a thin re-export shim so existing
// `crate::versioned_url::*` paths keep resolving.

pub use bun_install_types::resolver_hooks::{OldV2VersionedURL, VersionedURL, VersionedURLType};

// ported from: src/install/versioned_url.zig