mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
Follow up to #33136. This clarifies in the types where the conversion happens from a CallSite which we use to simulate getting the enclosing line/col to a FunctionLocation which doesn't represent a CallSite but actually just the function which only has an enclosing line/col.