jest-editor-support
Advanced tools
Comparing version 21.1.0 to 21.2.0
@@ -10,3 +10,2 @@ 'use strict';var _Process; | ||
function _load_Process() {return _Process = _interopRequireWildcard(require('./Process'));}var _project_workspace; | ||
@@ -33,7 +32,6 @@ | ||
* | ||
* 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. | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* | ||
*/ |
@@ -10,3 +10,2 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });exports.parse = undefined;var _fs; | ||
function _load_fs() {return _fs = require('fs');}var _babylon; | ||
@@ -179,7 +178,6 @@ | ||
* | ||
* 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. | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* | ||
*/ |
@@ -12,11 +12,10 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true }); | ||
class Node {}exports.Node = Node; /** | ||
* 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. | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* | ||
*/class Expect extends Node {}exports.Expect = Expect;class ItBlock extends Node {}exports.ItBlock = ItBlock; | ||
*/class Expect extends Node {}exports.Expect = Expect; | ||
class ItBlock extends Node {}exports.ItBlock = ItBlock; |
@@ -10,3 +10,2 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });exports.createProcess = undefined;var _child_process; | ||
function _load_child_process() {return _child_process = require('child_process');}var _project_workspace; | ||
@@ -24,5 +23,4 @@ | ||
* | ||
* 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. | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
@@ -33,3 +31,4 @@ * | ||
// any other bits into the args | ||
const runtimeExecutable = workspace.pathToJest;const parameters = runtimeExecutable.split(' ');const command = parameters[0];const initialArgs = parameters.slice(1); | ||
const runtimeExecutable = workspace.pathToJest;const parameters = runtimeExecutable.split(' ');const command = parameters[0]; | ||
const initialArgs = parameters.slice(1); | ||
const runtimeArgs = [].concat(initialArgs, args); | ||
@@ -36,0 +35,0 @@ |
"use strict";Object.defineProperty(exports, "__esModule", { value: true }); /** | ||
* 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. | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
@@ -8,0 +7,0 @@ * |
@@ -12,3 +12,2 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });var _child_process; | ||
function _load_child_process() {return _child_process = require('child_process');}var _fs; | ||
@@ -114,7 +113,6 @@ function _load_fs() {return _fs = require('fs');}var _os; | ||
* | ||
* 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. | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* | ||
*/ |
@@ -12,3 +12,2 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });var _child_process; | ||
function _load_child_process() {return _child_process = require('child_process');}var _events; | ||
@@ -82,7 +81,6 @@ function _load_events() {return _events = _interopRequireDefault(require('events'));}var _project_workspace; | ||
* | ||
* 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. | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* | ||
*/ |
@@ -21,3 +21,2 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });var _path; | ||
function _load_path() {return _path = _interopRequireDefault(require('path'));}function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} | ||
@@ -183,7 +182,6 @@ | ||
* | ||
* 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. | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* | ||
*/ |
/** | ||
* 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. | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
@@ -8,0 +7,0 @@ |
{ | ||
"name": "jest-editor-support", | ||
"version": "21.1.0", | ||
"version": "21.2.0", | ||
"repository": { | ||
@@ -8,3 +8,3 @@ "type": "git", | ||
}, | ||
"license": "BSD-3-Clause", | ||
"license": "MIT", | ||
"main": "build/index.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
30735
626