Alexandre Julliard pushed to branch master at wine / wine Commits: a01fc7d6 by Lokesh Poovaragan at 2026-07-28T00:14:09+02:00 jscript: Don't insert implicit semicolon after '.' in member expressions. When a reserved keyword (continue, break, return, throw) is used as an IdentifierName following a '.' in a member expression, clear the implicit semicolon flag so that a newline after the keyword does not trigger ASI. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55447 Co-Authored-By: Jacek Caban <jacek@codeweavers.com> - - - - - 2 changed files: - dlls/jscript/parser.y - dlls/mshtml/tests/es5.js View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a01fc7d63b71d24c8649639166f1244... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a01fc7d63b71d24c8649639166f1244... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help