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

Feature request: Provide smart suggestion by TypeScript .d.ts file #4

Open
Jack-Works opened this issue Jun 23, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Jack-Works
Copy link

For example here are index.js and index.d.ts

index.js

export default new Proxy(...)

index.d.ts

declare const x: { y: number, z: string }
export default x

Then when the repl loads index.js, it can infer that the default export have property y and z

@rsify rsify added the enhancement New feature or request label Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants