@definitelytyped/utils
Advanced tools
Comparing version 0.0.163 to 0.0.164-next.6
@@ -5,3 +5,4 @@ import { TypeScriptVersion } from "@definitelytyped/typescript-versions"; | ||
export declare function installTypeScriptNext(): Promise<void>; | ||
export declare function install(version: TsVersion | "next" | "rc"): Promise<void>; | ||
export declare function cleanTypeScriptInstalls(): Promise<void>; | ||
export declare function typeScriptPath(version: TsVersion, tsLocal: string | undefined): string; |
@@ -26,3 +26,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.typeScriptPath = exports.cleanTypeScriptInstalls = exports.installTypeScriptNext = exports.installAllTypeScriptVersions = void 0; | ||
exports.typeScriptPath = exports.cleanTypeScriptInstalls = exports.install = exports.installTypeScriptNext = exports.installAllTypeScriptVersions = void 0; | ||
const assert = require("assert"); | ||
@@ -72,2 +72,3 @@ const child_process_1 = require("child_process"); | ||
} | ||
exports.install = install; | ||
function cleanTypeScriptInstalls() { | ||
@@ -74,0 +75,0 @@ return fs.remove(installsDir); |
{ | ||
"name": "@definitelytyped/utils", | ||
"version": "0.0.163", | ||
"version": "0.0.164-next.6", | ||
"description": "Shared utilities for DefinitelyTyped tools", | ||
@@ -39,3 +39,3 @@ "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/utils#readme", | ||
}, | ||
"gitHead": "c1bbbb21d37e2ade0b95697a66fd1769b48261af" | ||
"gitHead": "32197178ebb20fa74dc959e3eb1fb6738f7c83c1" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131089
1957