nx-ignore
Advanced tools
Comparing version 16.8.2 to 17.0.0
{ | ||
"name": "nx-ignore", | ||
"version": "16.8.2", | ||
"version": "17.0.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "repository": { |
#!/usr/bin/env node | ||
"use strict"; | ||
const _extends = require("@swc/helpers/_/_extends"); | ||
/* eslint-disable @typescript-eslint/no-var-requires */ const { execSync } = require('child_process'); | ||
const { tmpdir } = require('os'); | ||
const { existsSync , rmSync , readFileSync , writeFileSync , mkdirSync , moveSync } = require('fs-extra'); | ||
const { join } = require('path'); | ||
/* eslint-disable @typescript-eslint/no-var-requires */ const { execSync } = require('child_process'); | ||
const { tmpdir } = require('os'); | ||
const { existsSync, rmSync, readFileSync, writeFileSync, mkdirSync, moveSync } = require('fs-extra'); | ||
const { join } = require('path'); | ||
const args = process.argv.slice(2); | ||
@@ -9,0 +9,0 @@ const project = args.find((s)=>!s.startsWith('-')); |
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
23118