@graphql-markdown/utils
Advanced tools
Comparing version
@@ -0,6 +1,7 @@ | ||
export * from "./array"; | ||
export * from "./frontmatter"; | ||
export * from "./fs"; | ||
export * from "./object"; | ||
export * from "./prettier"; | ||
export * from "./array"; | ||
export * from "./object"; | ||
export * from "./string"; | ||
export * as pathUrl from "./url"; |
@@ -40,7 +40,8 @@ "use strict"; | ||
exports.pathUrl = void 0; | ||
__exportStar(require("./array"), exports); | ||
__exportStar(require("./frontmatter"), exports); | ||
__exportStar(require("./fs"), exports); | ||
__exportStar(require("./object"), exports); | ||
__exportStar(require("./prettier"), exports); | ||
__exportStar(require("./array"), exports); | ||
__exportStar(require("./object"), exports); | ||
__exportStar(require("./string"), exports); | ||
exports.pathUrl = __importStar(require("./url")); |
@@ -42,4 +42,2 @@ "use strict"; | ||
exports.prettifyMarkdown = exports.prettify = void 0; | ||
/* istanbul ignore file */ | ||
// Stryker disable all | ||
/** | ||
@@ -71,3 +69,3 @@ * Prettify a string using {@link https://prettier.io/docs/en/api#prettierformatsource-options | prettier.format}. | ||
else { | ||
console.log("Prettier is not found"); | ||
global.console.log("Prettier is not found"); | ||
} | ||
@@ -74,0 +72,0 @@ return undefined; |
@@ -188,3 +188,4 @@ /** | ||
* | ||
* @alias | ||
* @see kebabCase | ||
* @alias kebabCase | ||
*/ | ||
@@ -191,0 +192,0 @@ export declare const slugify: (str: Maybe<string>) => string; |
@@ -264,3 +264,4 @@ "use strict"; | ||
* | ||
* @alias | ||
* @see kebabCase | ||
* @alias kebabCase | ||
*/ | ||
@@ -267,0 +268,0 @@ exports.slugify = exports.kebabCase; |
"use strict"; | ||
/* istanbul ignore file */ | ||
/** | ||
@@ -4,0 +3,0 @@ * Alias `path.posix` to normalize URL handling on Windows. |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"license": "MIT", | ||
@@ -60,3 +60,3 @@ "repository": { | ||
"devDependencies": { | ||
"@graphql-markdown/types": "^1.4.2" | ||
"@graphql-markdown/types": "^1.7.0" | ||
}, | ||
@@ -63,0 +63,0 @@ "peerDependencies": { |
38642
7.28%19
11.76%1127
5.52%