We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5613661 commit 6207e39Copy full SHA for 6207e39
javascript/ql/src/change-notes/2025-02-06-hoist-in-block.md
@@ -0,0 +1,6 @@
1
+---
2
+category: fix
3
4
+* Fixed a rare issue that would occur when a function declaration inside a block statement was referenced before it was declared.
5
+ Such code is reliant on legacy web semantics, which is non-standard but nevertheless implemented by most engines.
6
+ CodeQL now takes legacy web semantics into account and resolves references to these functions correctly.
0 commit comments