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 #4200

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

szkiba
Copy link
Contributor

@szkiba szkiba commented Jan 20, 2025

What?

Enable typescript support by default.

Why?

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.

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (make lint) and all checks pass.
  • I have run tests locally (make tests) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Related PR(s)/Issue(s)

Closes #4194

@szkiba szkiba linked an issue Jan 20, 2025 that may be closed by this pull request
@szkiba szkiba marked this pull request as ready for review January 20, 2025 13:10
@szkiba szkiba requested a review from a team as a code owner January 20, 2025 13:10
@szkiba szkiba requested review from mstoykov and inancgumus and removed request for a team January 20, 2025 13:10
@andrewslotin andrewslotin requested review from oleiade and removed request for inancgumus January 20, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable TypeScript support by default
1 participant