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

Add more options for printing types #148

Open
kaleidawave opened this issue May 29, 2024 · 0 comments
Open

Add more options for printing types #148

kaleidawave opened this issue May 29, 2024 · 0 comments
Labels
enhancement New feature or request good-first-issue PRs welcome 🙏 just-rust No TypeScript / type checking knowledge needed

Comments

@kaleidawave
Copy link
Owner

kaleidawave commented May 29, 2024

Currently there are two modes for printing types. Regular and with debug (which includes a lot more technical information).

There should be two more modes:

  • Extra (more information same as the TS LSP, expansion of aliases etc)
  • For emit (this could be used for generating the syntax in .d.ts files. (this is very similar to the current but might require things like removing prototype information ?)
@kaleidawave kaleidawave added enhancement New feature or request good-first-issue PRs welcome 🙏 just-rust No TypeScript / type checking knowledge needed labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good-first-issue PRs welcome 🙏 just-rust No TypeScript / type checking knowledge needed
Projects
None yet
Development

No branches or pull requests

1 participant