Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsc 2.3.2 #4574

Merged
merged 1 commit into from
Jan 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Tasks/Common/nuget-task-common/pe-parser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,4 @@ export async function getFileVersionInfoAsync(file: string | IReadableFile): Pro
await readableFile.closeAsync();
}
}

// this line is unreachable due to the return at the end of the try block, but there's a bug in the TS compiler
// where it computes reachability incorrectly after the finally block
// https://github.com/Microsoft/TypeScript/issues/7239
throw new Error("This line is unreachable.");
}
2 changes: 0 additions & 2 deletions Tasks/JenkinsQueueJob/unzip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import tr = require('vsts-task-lib/toolrunner');

import path = require('path');

import unzip = require('./unzip');

import * as Util from './util';


Expand Down