@augment-vir/node-js
Advanced tools
Comparing version 12.5.0 to 12.6.0
@@ -11,2 +11,3 @@ /** Convert a given path to a windows path if the current system doesn't use `/`. */ | ||
export declare function joinFileNamesWithParentDirPath(parentDirPath: string, childNames: ReadonlyArray<string>): Array<string>; | ||
export declare function getSystemRootPath(): string; | ||
//# sourceMappingURL=path.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.joinFileNamesWithParentDirPath = exports.interpolationSafeWindowsPath = exports.toPosixPath = exports.replaceWithWindowsPathIfNeeded = void 0; | ||
exports.getSystemRootPath = exports.joinFileNamesWithParentDirPath = exports.interpolationSafeWindowsPath = exports.toPosixPath = exports.replaceWithWindowsPathIfNeeded = void 0; | ||
const path_1 = require("path"); | ||
@@ -36,1 +36,5 @@ /** Convert a given path to a windows path if the current system doesn't use `/`. */ | ||
exports.joinFileNamesWithParentDirPath = joinFileNamesWithParentDirPath; | ||
function getSystemRootPath() { | ||
return (0, path_1.parse)(process.cwd()).root; | ||
} | ||
exports.getSystemRootPath = getSystemRootPath; |
{ | ||
"name": "@augment-vir/node-js", | ||
"version": "12.5.0", | ||
"version": "12.6.0", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/node-js", | ||
@@ -5,0 +5,0 @@ "bugs": { |
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
32176
731