mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
e37c6d636c
- Implements `location` scope check (suggested by @bgw in https://github.com/vercel/next.js/pull/92900#discussion_r3107167621), ensuring `location` is a true global variable before reporting. - Implements basic variable tracking (suggested by @icyJoseph in https://github.com/vercel/next.js/pull/93057#issuecomment-4281583840) --------- Co-authored-by: Benjamin Woodruff <benjamin.woodruff@vercel.com>