deno.land / x / deno@v1.28.2 / runtime / js / 40_diagnostics.js

40_diagnostics.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
// Diagnostic provides an abstraction for advice/errors received from a// compiler, which is strongly influenced by the format of TypeScript// diagnostics."use strict";
((window) => { const DiagnosticCategory = { 0: "Warning", 1: "Error", 2: "Suggestion", 3: "Message",
Warning: 0, Error: 1, Suggestion: 2, Message: 3, };
window.__bootstrap.diagnostics = { DiagnosticCategory, };})(this);
deno

Version Info

Tagged at
a year ago