Allow variables in scope for strict vars.

This commit is contained in:
Stephen Chung
2022-04-22 12:12:36 +08:00
parent 6f4cc91451
commit a6c2c00479
3 changed files with 6 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ Bug fixes
Script-breaking changes
-----------------------
* _Strict Variables Mode_ no longer returns an error when an undeclared variable matches a constant in the provided external `Scope`.
* _Strict Variables Mode_ no longer returns an error when an undeclared variable matches a variable/constant in the provided external `Scope`.
Enhancements
------------