Skip to content

Commit 6207e39

Browse files
committed
JS: Change note
1 parent 5613661 commit 6207e39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)