mirror of
https://github.com/denoland/deno.git
synced 2025-08-02 18:12:39 +00:00
Upgrade TypeScript to 3.5.1 (#2437)
This commit is contained in:
parent
79f770b178
commit
d438a6d259
9 changed files with 30 additions and 26 deletions
|
@ -389,7 +389,6 @@ window.compilerMain = function compilerMain(): void {
|
|||
.concat(emitResult.diagnostics)
|
||||
.filter(
|
||||
({ code }): boolean => {
|
||||
if (code === 2649) return false;
|
||||
// TS2691: An import path cannot end with a '.ts' extension. Consider
|
||||
// importing 'bad-module' instead.
|
||||
if (code === 2691) return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue