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 typescript type definitions to support editors autocomplete #64

Open
oleiade opened this issue Sep 29, 2023 · 1 comment
Open

Add typescript type definitions to support editors autocomplete #64

oleiade opened this issue Sep 29, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@oleiade
Copy link
Member

oleiade commented Sep 29, 2023

No description provided.

@oleiade oleiade self-assigned this Sep 29, 2023
@oleiade oleiade added the enhancement New feature or request label Sep 29, 2023
@oleiade oleiade added this to the v0.11.0 milestone Sep 29, 2023
@oleiade oleiade removed this from the v0.11.0 milestone Oct 9, 2023
@oleiade
Copy link
Member Author

oleiade commented Nov 8, 2024

My understanding is that we might be to achieve this through a module declaration in k6's DefinitelyTyped definitions, as described in #118 :

declare module 'https://jslib.k6.io/aws/0.13.0/index.js' {
    export interface S3Client {}
    // etc...
}

I wonder if there's a way to leverage the existing codebase that's already in Typescript though.

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

1 participant