Files
rust/compiler
Nicholas Nethercote 0eea36fea4 Use Option to indicate failure in CachingSourceMapView.
Currently the `cache_entry_index` uses -1 to indicate failure. But this
is Rust, not C! So this commit uses `Option`, making it impossible to
forget to check for failure, and avoiding many `as usize` casts.
2026-04-01 06:34:31 +11:00
..
2026-03-11 06:25:23 +11:00