Skip to content

Commit 5e380f9

Browse files
committed
Test that build fails...
1 parent 6a52e19 commit 5e380f9

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/standard-library/versioning/reference/decorators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ dec TypeSpec.Versioning.removed(target: unknown, version: EnumMember)
5858

5959
#### Parameters
6060

61-
| Name | Type | Description |
62-
| ------- | ------------ | ------------------------------------------- |
63-
| version | `EnumMember` | The version that the target was removed in. |
61+
| Name | Type | Description |
62+
| ------- | ------------ | ----------- |
63+
| version | `EnumMember` | |
6464

6565
### `@renamedFrom` {#@TypeSpec.Versioning.renamedFrom}
6666

packages/versioning/lib/decorators.tsp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ namespace TypeSpec {
2424

2525
/**
2626
* Identifies when the target was removed.
27-
* @param version The version that the target was removed in.
2827
*/
2928
extern dec removed(target: unknown, version: EnumMember);
3029

packages/website/.scripts/regen-ref-docs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if (versioningDiag.length) {
7070

7171
// Log the diagnostics
7272
for (const pkg of diagnostics.keys()) {
73-
console.warn(`\nIssues in ${pkg}:`);
73+
console.log(`\nIssues in ${pkg}:`);
7474
const diags = diagnostics.get(pkg);
7575
logDiagnostics(diags, NodeHost.logSink);
7676
}

0 commit comments

Comments
 (0)