Skip to content

Commit 84eb6a4

Browse files
author
Josh Goldberg
authored
Mentioned coding guidelines
1 parent b75c990 commit 84eb6a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,6 @@ to establish the new baselines as the desired behavior. This will change the fil
187187
## Localization
188188

189189
All strings the user may see are stored in [`diagnosticMessages.json`](./src/compiler/diagnosticMessages.json).
190-
If you make changes to it, run `jake generate-diagnostics` to push them to the generated [`diagnosticInformationMap.generated.ts`](./src/compiler/diagnosticInformationMap.generated.ts).
190+
If you make changes to it, run `jake generate-diagnostics` to push them to the `Diagnostic` interface in [`diagnosticInformationMap.generated.ts`](./src/compiler/diagnosticInformationMap.generated.ts).
191+
192+
See [coding guidelines on diagnostic messages](https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines#diagnostic-messages).

0 commit comments

Comments
 (0)