File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/plugin-typescript/src/lib/runner Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 */
99export const TS_ERROR_CODES = {
You can’t perform that action at this time.
0 commit comments