• A
    Fix namespace incremental parsing bug (#37770) · c6bf2eab
    Andy Gocke 提交于
    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
    c6bf2eab
LanguageParser.cs 487.8 KB