mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
'buildFunctionBody' no longer needs to handle hoisting, because hoisting now happens when visiting the block statement that is the body of the function. Note that curly-brace functions contain a block statement as their body, not a list of statements.