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

Update empty example pages #1714

Merged
merged 4 commits into from
Aug 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply to v0.53.x
  • Loading branch information
heitortsergent committed Aug 30, 2024
commit 4191c02b4e071a3b6210af96daf89d5567332df7
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: 'Bundling and transpilation'
aliases:
- ./bundling-and-transpilation # docs/k6/<K6_VERSION>/examples/bundling-and-transpilation
title: 'Bundling and transpiling'
description: |
Refer to the JavaScript and TypeScript compatibility mode page for more details on how to use TypeScript with k6
weight: 18
---

# Bundling and transpilation
# Bundling and transpiling

For more details about bundling and transpiling, refer to [JavaScript and TypeScript compatibility mode](https://grafana.com/docs/k6/<K6_VERSION>/using-k6/javascript-typescript-compatibility-mode/).
Loading