diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-09-13 07:30:04 +1000 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-12 17:30:04 -0400 |
commit | d231df17b071f74bbcf5b600ee1fbf5152144397 (patch) | |
tree | 8733f8e4b6f54fa620d9e6fde0d2d0ab8f3ee527 /js/diagnostics.ts | |
parent | c03cdcc939f86c9865dc7a700782bdf558fa83f5 (diff) |
deno_typescript cleanup/improvements (#2901)
Diffstat (limited to 'js/diagnostics.ts')
-rw-r--r-- | js/diagnostics.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/diagnostics.ts b/js/diagnostics.ts index 5da91483c..c5377f979 100644 --- a/js/diagnostics.ts +++ b/js/diagnostics.ts @@ -4,8 +4,6 @@ // compiler, which is strongly influenced by the format of TypeScript // diagnostics. -/// <reference types="../third_party/node_modules/typescript/lib/typescript.d.ts"/> - /** The log category for a diagnostic message */ export enum DiagnosticCategory { Log = 0, |