Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-editor-support

Package Overview
Dependencies
Maintainers
2
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-editor-support - npm Package Compare versions

Comparing version 20.0.4 to 20.1.0-alpha.1

build/parsers/babylon_parser.js

59

build/index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc