-
Notifications
You must be signed in to change notification settings - Fork 59
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
Write playground as TypeScript file #604
Comments
Hey, this should be a nice feature to have! Could you post your idea on our feedback forum so people can vote for it? This will help us prioritize the work. |
Yes, of course. I'll add it |
Done |
Any update on this? |
Please vote for this feature on the feedback forum to help us prioritize this work ⬆️ |
Feature Request
It would be nice to write MongoDB playground in Typescript, then we will have design time validation and good suggestions in IDE.
Detailed Description
It would be awesome to have types for MongoDB interfaces and the ability to import your own types.
Possible Implementation
We can define
global.d.ts
for MongoDB db gloabls asuse
,db
and transpile the file into js before running.The text was updated successfully, but these errors were encountered: