grafana / xk6-ts

TypeScript support for k6
GNU Affero General Public License v3.0
18 stars 2 forks source link

k6 run command final form #21

Open daanworks opened 3 months ago

daanworks commented 3 months ago

In the description, you write "xk6-ts is currently integrated into k6 by modifying the execution of the k6 run command. This is a temporary solution, the final integration will be done in a different way." When do you expect to finish the final integration? Many thanks!

szkiba commented 3 months ago

Hi @daanworks , it is already integrated in k6 v0.52.0 as experimental_enhanced compatibility mode. (BTW the esbuild usage not the same, but the result is more or less same)

lvogt commented 1 month ago

So does this mean, that this extension will not get updated / supported in the future?

I tried out to switch to experimental_enhanced but found it lacking in comparison quite a bit (mostly concerning imports, for example the tsconfig path feature)