From 0456429778e4d998ae725c72f1e18bc0e9513136 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Tue, 1 Aug 2023 17:22:09 +0100 Subject: [PATCH] Added links --- packages/engine/errors/17004.md | 2 +- packages/engine/errors/2571.md | 2 +- packages/engine/errors/2741.md | 2 +- packages/engine/errors/8016.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/engine/errors/17004.md b/packages/engine/errors/17004.md index 79391cc..5460eb9 100644 --- a/packages/engine/errors/17004.md +++ b/packages/engine/errors/17004.md @@ -2,4 +2,4 @@ original: "Cannot use JSX unless the '--jsx' flag is provided." --- -You can't use JSX yet because you haven't added `jsx` to your `tsconfig.json`. +You can't use JSX yet because you haven't added `jsx` to your `tsconfig.json`. [Learn more](https://www.totaltypescript.com/cannot-use-jsx-unless-the-jsx-flag-is-provided). diff --git a/packages/engine/errors/2571.md b/packages/engine/errors/2571.md index 1f33189..9a84f74 100644 --- a/packages/engine/errors/2571.md +++ b/packages/engine/errors/2571.md @@ -2,4 +2,4 @@ original: "Object is of type 'unknown'." --- -I don't know what type this object is. +I don't know what type this object is, so I've defaulted it to 'unknown'. [Learn more](https://www.totaltypescript.com/concepts/object-is-of-type-unknown). diff --git a/packages/engine/errors/2741.md b/packages/engine/errors/2741.md index 66d31ac..874b509 100644 --- a/packages/engine/errors/2741.md +++ b/packages/engine/errors/2741.md @@ -2,4 +2,4 @@ original: "Property '{0}' is missing in type '{1}' but required in type '{2}'." --- -You haven't passed all the required properties to '{2}' - '{1}' is missing the '{0}' property +You haven't passed all the required properties to '{2}' - '{1}' is missing the '{0}' property. diff --git a/packages/engine/errors/8016.md b/packages/engine/errors/8016.md index ea3358a..346f01d 100644 --- a/packages/engine/errors/8016.md +++ b/packages/engine/errors/8016.md @@ -2,4 +2,4 @@ original: 'Type assertion expressions can only be used in TypeScript files.' --- -You can't use type assertions because this isn't a TypeScript file +You can't use type assertions because this isn't a TypeScript file.