David Lattimore b3ca36b2d9 SSR: Fix for path resolution of locals
It seems that Semantics::scope, if given a statement node, won't resolve
locals that were defined in the current scope, only in parent scopes.
Not sure if this is intended / expected behavior, but we work around it
for now by finding another nearby node to use as the scope (e.g. the
expression inside the EXPR_STMT).
2020-07-26 21:58:35 +10:00
..
2020-07-21 10:50:24 +02:00
2020-07-23 16:53:12 +02:00
2020-07-21 17:17:21 +02:00
2020-07-24 16:30:12 +02:00
2020-07-23 16:53:12 +02:00
2020-07-24 17:38:18 +02:00
2020-07-24 20:18:01 +00:00
2020-07-16 14:29:57 +00:00
2020-07-25 10:35:45 +02:00
2020-07-23 17:23:01 +02:00
2020-07-14 14:58:10 +02:00
2020-07-26 11:05:28 +02:00
2020-07-18 16:40:10 +02:00