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

Enable TypeScript support by default #4194

Open
andrewslotin opened this issue Jan 17, 2025 · 0 comments · May be fixed by #4200
Open

Enable TypeScript support by default #4194

andrewslotin opened this issue Jan 17, 2025 · 0 comments · May be fixed by #4200
Assignees
Labels

Comments

@andrewslotin
Copy link
Contributor

andrewslotin commented Jan 17, 2025

Feature Description

k6 v0.52.0 introduced experimental support for TypeScript as an opt-in feature. To enable this, users must specify experimental_enhanced as a compatibility mode when running the k6 run command.

After six months, this feature can now be regarded as stable and is set as the default for executing scripts. In contrast, the current default extended mode is available as an opt-out option.

Suggested Solution (optional)

Drop the experimental_ prefix from the mode name and use it as the new default for --compatibility-mode/K6_COMPATIBILITY_MODE option, i.e. --comaptibility-mode=enhanced.

Already existing or connected issues / PRs (optional)

@szkiba szkiba linked a pull request Jan 20, 2025 that will close this issue
5 tasks
@szkiba szkiba linked a pull request Jan 20, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants