@nx/devkit
Advanced tools
Comparing version
{ | ||
"name": "@nx/devkit", | ||
"version": "0.0.0-pr-31313-387cdca", | ||
"version": "0.0.0-pr-31313-9688d2f", | ||
"private": false, | ||
@@ -41,3 +41,3 @@ "description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by leveraging the Nx Devkit](https://nx.dev/extending-nx/intro/getting-started) on our docs.", | ||
"peerDependencies": { | ||
"nx": "0.0.0-pr-31313-387cdca" | ||
"nx": "0.0.0-pr-31313-9688d2f" | ||
}, | ||
@@ -44,0 +44,0 @@ "publishConfig": { |
<p style="text-align: center;"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg"> | ||
<img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> | ||
<img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%"> | ||
</picture> | ||
@@ -23,3 +23,3 @@ </p> | ||
# Nx: Smart Monorepos · Fast CI | ||
# Nx: Smart Repos · Fast Builds | ||
@@ -68,3 +68,3 @@ Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. | ||
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg" | ||
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p> | ||
width="100%" alt="Nx - Smart Repos · Fast Builds"></a></p> | ||
@@ -7,2 +7,3 @@ import { type Tree } from 'nx/src/devkit-exports'; | ||
suffix?: string; | ||
suffixSeparator?: string; | ||
allowedFileExtensions?: string[]; | ||
@@ -9,0 +10,0 @@ /** |
@@ -43,3 +43,3 @@ "use strict"; | ||
else if (options.suffix) { | ||
fileName = `${fileName}.${options.suffix}`; | ||
fileName = `${fileName}${options.suffixSeparator ?? '.'}${options.suffix}`; | ||
} | ||
@@ -46,0 +46,0 @@ const filePath = (0, devkit_exports_1.joinPathFragments)(directory, `${fileName}.${fileExtension}`); |
@@ -1,1 +0,1 @@ | ||
export declare const typescriptVersion = "~5.7.2"; | ||
export declare const typescriptVersion = "~5.8.2"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.typescriptVersion = void 0; | ||
exports.typescriptVersion = '~5.7.2'; | ||
exports.typescriptVersion = '~5.8.2'; |
211241
0.03%5190
0.02%