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

refactor(transformer/typescript): determine whether to remove ExportSpeicifer by ReferenceFlags #4513

Commits on Jul 29, 2024

  1. refactor(transformer/typescript): determine whether to remove `Export…

    …Speicifer` by `ReferenceFlags` (#4513)
    
    After #4511. We can determine if a binding is a type binding just by the `ReferenceFlags`.
    
    We can make it even better with `ident.reference_flag` once #4512 is sorted out
    Dunqing committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    96602bf View commit details
    Browse the repository at this point in the history