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(typing): Generate Literal(s) using "const" #3538

Merged
merged 6 commits into from
Aug 15, 2024

Commits on Aug 15, 2024

  1. feat(typing): Generate Literal(s) using "const"

    Previously only `"enum"` was considered, meaning `"const"` was represented as `str` - rather than a **single** valid `str` value.
    dangotbanned committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    dd2119f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c2bb0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    307b347 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23f50fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85b9640 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e7e089 View commit details
    Browse the repository at this point in the history