Skip to content

v0.2.2

Compare
Choose a tag to compare
@szkiba szkiba released this 12 Apr 11:33
· 19 commits to master since this release
bcd9838

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.