From 021fb88f2b4fcb766e9ec8800242b29d9675d2c1 Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Fri, 26 Jan 2024 18:31:28 +0100 Subject: [PATCH] Correct readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 2aed985..92fc98c 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,7 @@ Once that is done, we can run our script the same way we usually do, for instanc k6 run dist/get-200-status-test.js ``` -## Transpiling and Bundling - -By default, k6 does not support TypeScript, but it supports ES modules and ES5.1 code with CommonJS modules. To use TypeScript, we have to set up a bundler that converts TypeScript to any of these formats. - - -**Learn more** +**See also** - [Using k6 / Modules](https://grafana.com/docs/k6/latest/using-k6/modules/) - [Using k6 / JavaScript compatibility mode](https://grafana.com/docs/k6/latest/using-k6/javascript-compatibility-mode/)