jest-editor-support
Advanced tools
Comparing version 20.0.4 to 20.1.0-alpha.1
@@ -1,28 +0,37 @@ | ||
'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'; | ||
const Process = require('./Process'); | ||
const ProjectWorkspace = require('./ProjectWorkspace'); | ||
const Runner = require('./Runner'); | ||
const Settings = require('./Settings');var _require = | ||
require('./parsers/ParserNodes');const Expect = _require.Expect,ItBlock = _require.ItBlock,Node = _require.Node;var _require2 = | ||
require('./parsers/BabylonParser');const parse = _require2.parse; | ||
const TestReconciler = require('./TestReconciler'); | ||
var _process = require('./process');var _process2 = _interopRequireDefault(_process); | ||
var _project_workspace = require('./project_workspace');var _project_workspace2 = _interopRequireDefault(_project_workspace); | ||
var _runner = require('./runner');var _runner2 = _interopRequireDefault(_runner); | ||
var _settings = require('./settings');var _settings2 = _interopRequireDefault(_settings); | ||
var _parser_nodes = require('./parsers/parser_nodes'); | ||
var _babylon_parser = require('./parsers/babylon_parser'); | ||
var _test_reconciler = require('./test_reconciler');var _test_reconciler2 = _interopRequireDefault(_test_reconciler);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} | ||
module.exports = { | ||
Expect, | ||
ItBlock, | ||
Node, | ||
Process, | ||
ProjectWorkspace, | ||
Runner, | ||
Settings, | ||
TestReconciler, | ||
parse }; | ||
Expect: _parser_nodes.Expect, | ||
ItBlock: _parser_nodes.ItBlock, | ||
Node: _parser_nodes.Node, | ||
Process: _process2.default, | ||
ProjectWorkspace: _project_workspace2.default, | ||
Runner: _runner2.default, | ||
Settings: _settings2.default, | ||
TestReconciler: _test_reconciler2.default, | ||
parse: _babylon_parser.parse }; /** | ||
* 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. | ||
* | ||
* | ||
*/ |
{ | ||
"name": "jest-editor-support", | ||
"version": "20.0.4", | ||
"version": "20.1.0-alpha.1", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
29605
620
2
4