// SPDX-License-Identifier: MIT
// Copyright (c) 2026 Raphael Amorim
// The [build-dependencies] entry on deno_core (with the "v8" feature) matters
// even though this script is trivial: resolver v2 unifies build-dependency
// features separately from normal dependencies, and this keeps the host-side
// deno_core build in the workspace dep train compiled with the same features
// as the target-side one.