Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Dec 30, 2024
1 parent 5a53391 commit a31e15d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/plugin-typescript/src/lib/runner/ts-error-codes.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* eslint-disable @typescript-eslint/no-magic-numbers, unicorn/numeric-separators-style */

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

0 comments on commit a31e15d

Please sign in to comment.