mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
2142d829cd
Adds missing locations to all the statement kinds that we produce in codegenInstruction(), and adds generic handling of source locations for the nodes produced by codegenInstructionValue(). There are definitely some places where we are still missing a location, but this should address some of the known issues we've seen such as missing location on `throw`.