docs: drop jiti/TS-loader steps from getting-started guides#379
Merged
Conversation
Checkly CLI v8+ supports TypeScript out of the box, so no separate loader install is needed. Remove the jiti install steps from the Playwright quickstart, the checkly init reference, and the AI setup prompt, and route the quickstart through the shared ts-loader-note snippet. The note now lists jiti (preferred) and ts-node/typescript as options for users still on pre-v8 CLI versions.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Checkly CLI v8+ supports TypeScript out of the box, so a separate TypeScript loader install is no longer needed. This removes the
jitiinstall steps from the getting-started/setup content and consolidates the pre-v8 guidance into the sharedts-loader-notesnippet.Changes
quickstarts/playwright-check.mdx— replace the hardcodedjitiinstall step with the shared<TsLoaderNote />snippet.cli/checkly-init.mdx—checkly initdescription no longer listsjitias an installed dev dependency.snippets/playwright-check-suite-setup-prompt.mdx— AI setup prompt now only requirescheckly, nojiti.snippets/ts-loader-note.mdx— pre-v8 note now listsjiti(preferred) orts-node typescriptas loader options.Why
v8 bundles TypeScript support, so the loader install is only relevant to users still on earlier CLI versions — and that single caveat now lives in one snippet instead of being duplicated (and inconsistently named) across pages.