Skip to content

Commit a31e15d

Browse files
committed
wip
1 parent 5a53391 commit a31e15d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/plugin-typescript/src/lib/runner/ts-error-codes.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* eslint-disable @typescript-eslint/no-magic-numbers, unicorn/numeric-separators-style */
22

3-
/** This is the list of error codes that can be triggered by the TypeScript compiler.
4-
* It's divided into: group -> compiler option as audit -> error codes
3+
/** The TypeScript compiler emits diagnostic objects maintaniing a `category` an error code and a `textMessage` we can use to map to audits.
4+
* The following shape has different levels: group -> audit -> diagnostic code
55
*
6-
* Source:
6+
* Diagnostic Messages Source:
77
* https://github.com/microsoft/TypeScript/blob/56a08250f3516b3f5bc120d6c7ab4450a9a69352/src/compiler/diagnosticMessages.json
88
*/
99
export const TS_ERROR_CODES = {

0 commit comments

Comments
 (0)