* Fix bad Scope#parent caching Now, we traverse the path until we find a parent scope. Fixes #6057. * Fix bad merge * Remove cached data * I need to stop using Github editor * Fix infinite loops due to scopable paths being moved up
6 lines
53 B
JavaScript
6 lines
53 B
JavaScript
const a = 'bar';
|
|
function foo(...a) {
|
|
return a;
|
|
}
|
|
|