You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add reserved word checks for Lua variable names and table keys in conversion functions
* Add SkipValidation parameter to allow warnings for reserved words in Lua parsing
* Refactor ConvertFrom-Lua to use a hashtable for parameters and improve error message for reserved words in Read-LuaTable
* Fix PSScriptAnalyzer linter warnings: align assignment operators in ConvertFrom-Lua hashtable; resolve indentation inconsistency in Read-LuaTable by inlining throw message
* Fix case-sensitive reserved word checks: use -cin instead of -in per Lua §3.1; add tests for capitalized identifiers (End, While)
0 commit comments