Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(semantic): align class scope with typescript #4195

Merged

Commits on Jul 14, 2024

  1. feat(semantic): align class scope with typescript (#4195)

    ```ts
    class Klass <T>   extends Root       <R>                   {}
    //    ^^^^^ ^^^           ^^^^       ^^^                   ^^
    //    id type_paramter super_class super_type_parameters  body
    ```
    I reorder fields according to the order above
    
    The class scope is not defined in the spec. But we need to create a scope for `class` to store `TypeParamters`
    Dunqing committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    20cdb1f View commit details
    Browse the repository at this point in the history