Skip to content

Commit 31e8cc5

Browse files
committed
wording change
1 parent 7bb5d19 commit 31e8cc5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.changeset/typescript-seven-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"@trigger.dev/redis-worker": patch
55
---
66

7-
Refresh package builds for TypeScript 7 compatibility while preserving existing runtime entry points. Projects using `emitDecoratorMetadata()` with TypeScript 7 can install Microsoft's `@typescript/typescript6` compatibility package alongside it; the package remains optional, so installing the Trigger.dev CLI does not install an additional compiler.
7+
Refresh package builds for TypeScript 7 compatibility while preserving existing runtime entry points. Projects using `emitDecoratorMetadata()` with TypeScript 7 can install the `@typescript/typescript6` compatibility package alongside it; the package remains optional, so installing the Trigger.dev CLI does not install an additional compiler.

docs/config/extensions/emitDecoratorMetadata.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This is usually required if you are using certain ORMs, like TypeORM, that requi
2929

3030
## Using with TypeScript 7
3131

32-
TypeScript 7 does not expose the JavaScript compiler API required by this extension. Install Microsoft's TypeScript 6 compatibility package alongside TypeScript 7:
32+
TypeScript 7 does not expose the JavaScript compiler API required by this extension. Install the TypeScript 6 compatibility package alongside TypeScript 7:
3333

3434
<CodeGroup>
3535

packages/build/src/extensions/internal/loadTypescript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function loadTypescript(
5959
"The emitDecoratorMetadata() build extension requires the TypeScript JavaScript compiler API,",
6060
"which TypeScript 7 does not expose.",
6161
"",
62-
"Install Microsoft's TypeScript 6 compatibility package alongside TypeScript 7:",
62+
"Install the TypeScript 6 compatibility package alongside TypeScript 7:",
6363
"",
6464
" npm install --save-dev @typescript/typescript6",
6565
"",

0 commit comments

Comments
 (0)