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(typescript): support inlined types (and initialize an AST) #4937

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. typescript supports ast

    dsinghvi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    011a6b3 View commit details
    Browse the repository at this point in the history
  2. solve imports

    dsinghvi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c3268d4 View commit details
    Browse the repository at this point in the history
  3. add support for namespaces

    dsinghvi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f14a819 View commit details
    Browse the repository at this point in the history
  4. add typescript file

    dsinghvi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3148d58 View commit details
    Browse the repository at this point in the history
  5. get ast hooked up

    dsinghvi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e26fc6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    317470c View commit details
    Browse the repository at this point in the history
  7. fix file

    dsinghvi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cac09ea View commit details
    Browse the repository at this point in the history
  8. wire up ast

    dsinghvi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3917b09 View commit details
    Browse the repository at this point in the history
  9. support inlining enums

    dsinghvi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8358c5a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d74dccc View commit details
    Browse the repository at this point in the history
  11. Update generators/typescript/codegen/src/ast/Type.ts

    Co-authored-by: Alex McKinney <[email protected]>
    dsinghvi and amckinney authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ec83aec View commit details
    Browse the repository at this point in the history
  12. Update generators/typescript/codegen/src/ast/Interface.ts

    Co-authored-by: Alex McKinney <[email protected]>
    dsinghvi and amckinney authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    083e5b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix

    dsinghvi committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    74fb4d6 View commit details
    Browse the repository at this point in the history