jest-changed-files
Advanced tools
Comparing version 20.0.1 to 20.0.2
@@ -1,11 +0,1 @@ | ||
/** | ||
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | ||
* | ||
* This source code is licensed under the BSD-style license found in the | ||
* LICENSE file in the root directory of this source tree. An additional grant | ||
* of patent rights can be found in the PATENTS file in the same directory. | ||
* | ||
* | ||
*/ | ||
'use strict'; | ||
@@ -15,4 +5,2 @@ | ||
const path = require('path'); | ||
const childProcess = require('child_process'); | ||
@@ -24,3 +12,13 @@ | ||
function findChangedFiles( | ||
const path = require('path'); /** | ||
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | ||
* | ||
* This source code is licensed under the BSD-style license found in the | ||
* LICENSE file in the root directory of this source tree. An additional grant | ||
* of patent rights can be found in the PATENTS file in the same directory. | ||
* | ||
* | ||
*/const childProcess = require('child_process');function findChangedFiles( | ||
cwd, | ||
@@ -27,0 +25,0 @@ options) |
@@ -1,11 +0,1 @@ | ||
/** | ||
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | ||
* | ||
* This source code is licensed under the BSD-style license found in the | ||
* LICENSE file in the root directory of this source tree. An additional grant | ||
* of patent rights can be found in the PATENTS file in the same directory. | ||
* | ||
* | ||
*/ | ||
'use strict'; | ||
@@ -15,7 +5,3 @@ | ||
const path = require('path'); | ||
const childProcess = require('child_process'); | ||
const env = Object.assign({}, process.env, { | ||
HGPLAIN: 1 }); | ||
@@ -28,2 +14,14 @@ | ||
const path = require('path'); /** | ||
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | ||
* | ||
* This source code is licensed under the BSD-style license found in the | ||
* LICENSE file in the root directory of this source tree. An additional grant | ||
* of patent rights can be found in the PATENTS file in the same directory. | ||
* | ||
* | ||
*/const childProcess = require('child_process');const env = Object.assign({}, process.env, { HGPLAIN: 1 }); | ||
function findChangedFiles(cwd, options) { | ||
@@ -30,0 +28,0 @@ return new Promise((resolve, reject) => { |
@@ -1,15 +0,13 @@ | ||
/** | ||
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | ||
* | ||
* This source code is licensed under the BSD-style license found in the | ||
* LICENSE file in the root directory of this source tree. An additional grant | ||
* of patent rights can be found in the PATENTS file in the same directory. | ||
* | ||
* | ||
*/ | ||
'use strict'; /** | ||
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | ||
* | ||
* This source code is licensed under the BSD-style license found in the | ||
* LICENSE file in the root directory of this source tree. An additional grant | ||
* of patent rights can be found in the PATENTS file in the same directory. | ||
* | ||
* | ||
*/ | ||
'use strict'; | ||
module.exports = { | ||
git: require('./git'), | ||
hg: require('./hg') }; |
{ | ||
"name": "jest-changed-files", | ||
"version": "20.0.1", | ||
"version": "20.0.2", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
6089
123