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

fix(type): add scope in setter code to prevent `variable already declared #603 #606

Merged
merged 1 commit into from
Aug 11, 2024

Commits on Aug 11, 2024

  1. fix(type): add scope in setter code to prevent `variable already decl…

    …ared` deepkit#603
    
    - When a tuple definition contained "duplicated" union types like [number|null, number|null], the jitted function couldln't be build as some variable like `oldErrors` were already declared. Probably one block per number|null
    lionelhorn committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    3a6f345 View commit details
    Browse the repository at this point in the history