Releases: grafana/xk6-ts
Releases · grafana/xk6-ts
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
Enable sourcemap by default
To ensure that runtime error messages report the correct source code position, sourcemap generation is enabled by default. Otherwise, due to transpilation and bundling, the source code position is meaningless.
Sourcemap generation can be disabled by setting the value of the XK6_TS_SOURCEMAP
environment variable to false
.
Register as k6 extension
In order to appear in the output of the k6 version command, register as a JavaScript module.
This is a temporary workaround, as k6 does not currently support the creation of loader/transformer extensions.
v0.2.1
v0.2.0
v0.1.1
v0.1.0
Initial version