Fix namespace incremental parsing bug (#37770)
There was a previous parsing change (#32999) which modified namespace parsing to allow modifiers and attributes on namespaces, to improve error recovery. This PR contained a bug because it didn't move the incremental parsing check to before parsing attributes and modifiers, which should now be included in incremental parsing to prevent changes from being dropped Fixes #37665, #37664, #37663
加载中
想要评论请 注册 或 登录