Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
v1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lennon authored and Chris Lennon committed Aug 22, 2019
1 parent e8c07df commit 1347f1d
Show file tree
Hide file tree
Showing 566 changed files with 95,217 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build/Release
dist

# Dependency directories
node_modules/
!node_modules/
jspm_packages/

# TypeScript v1 declaration files
Expand Down
1 change: 1 addition & 0 deletions lib/main.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export declare function _installTool(): Promise<string>;
20 changes: 20 additions & 0 deletions lib/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/main.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions lib/toolHandler.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
export declare class DownloadExtractInstall {
private readonly downloadUrl;
private downloadedFile;
private extractedPath;
private setupBinary;
private installDestinationDir;
private installedBinaryDir;
private installedBinaryFile;
private installedVersion;
private virtualEnvFile;
constructor(downloadUrl: string);
private _updatePaths;
private _getCommandOutput;
private _getVersion;
downloadFile(): Promise<string>;
extractFile(): Promise<string>;
installPackage(): Promise<number>;
cacheTool(): Promise<string>;
}
106 changes: 106 additions & 0 deletions lib/toolHandler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/toolHandler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1347f1d

Please sign in to comment.