@webex/jsdoctrinetest 2.59.4-next.1 → 2.59.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/parse.js CHANGED
@@ -1,12 +1,13 @@
1
1
  "use strict";
2
2
 
3
3
  var _Object$defineProperty = require("@babel/runtime-corejs2/core-js/object/define-property");
4
+ var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequireDefault");
4
5
  _Object$defineProperty(exports, "__esModule", {
5
6
  value: true
6
7
  });
7
8
  exports.default = parse;
9
+ var _defaults2 = _interopRequireDefault(require("lodash/defaults"));
8
10
  var _babylon = require("babylon");
9
- var _lodash = require("lodash");
10
11
  /*!
11
12
  * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.
12
13
  */
@@ -18,7 +19,7 @@ var _lodash = require("lodash");
18
19
  * @returns {ast}
19
20
  */
20
21
  function parse(code, options) {
21
- return (0, _babylon.parse)(code, (0, _lodash.defaults)(options, {
22
+ return (0, _babylon.parse)(code, (0, _defaults2.default)(options, {
22
23
  allowImportExportEverywhere: true,
23
24
  sourceType: 'module',
24
25
  plugins: ['jsx', 'flow', 'asyncFunctions', 'classConstructorCall', 'doExpressions', 'trailingFunctionCommas', 'objectRestSpread', 'decorators', 'classProperties', 'exportExtensions', 'exponentiationOperator', 'asyncGenerators', 'functionBind', 'functionSent']
package/dist/parse.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["_babylon","require","_lodash","parse","code","options","babelParse","defaults","allowImportExportEverywhere","sourceType","plugins"],"sources":["parse.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport {parse as babelParse} from 'babylon';\nimport {defaults} from 'lodash';\n\n/**\n * Wrapper around babylon's parse with defaults set\n * @param {string} code\n * @param {object} options\n * @returns {ast}\n */\nexport default function parse(code, options) {\n return babelParse(\n code,\n defaults(options, {\n allowImportExportEverywhere: true,\n sourceType: 'module',\n plugins: [\n 'jsx',\n 'flow',\n 'asyncFunctions',\n 'classConstructorCall',\n 'doExpressions',\n 'trailingFunctionCommas',\n 'objectRestSpread',\n 'decorators',\n 'classProperties',\n 'exportExtensions',\n 'exponentiationOperator',\n 'asyncGenerators',\n 'functionBind',\n 'functionSent',\n ],\n })\n );\n}\n"],"mappings":";;;;;;;AAIA,IAAAA,QAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AALA;AACA;AACA;;AAKA;AACA;AACA;AACA;AACA;AACA;AACe,SAASE,KAAKA,CAACC,IAAI,EAAEC,OAAO,EAAE;EAC3C,OAAO,IAAAC,cAAU,EACfF,IAAI,EACJ,IAAAG,gBAAQ,EAACF,OAAO,EAAE;IAChBG,2BAA2B,EAAE,IAAI;IACjCC,UAAU,EAAE,QAAQ;IACpBC,OAAO,EAAE,CACP,KAAK,EACL,MAAM,EACN,gBAAgB,EAChB,sBAAsB,EACtB,eAAe,EACf,wBAAwB,EACxB,kBAAkB,EAClB,YAAY,EACZ,iBAAiB,EACjB,kBAAkB,EAClB,wBAAwB,EACxB,iBAAiB,EACjB,cAAc,EACd,cAAc;EAElB,CAAC,CAAC,CACH;AACH"}
1
+ {"version":3,"names":["_babylon","require","parse","code","options","babelParse","_defaults2","default","allowImportExportEverywhere","sourceType","plugins"],"sources":["parse.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport {parse as babelParse} from 'babylon';\nimport {defaults} from 'lodash';\n\n/**\n * Wrapper around babylon's parse with defaults set\n * @param {string} code\n * @param {object} options\n * @returns {ast}\n */\nexport default function parse(code, options) {\n return babelParse(\n code,\n defaults(options, {\n allowImportExportEverywhere: true,\n sourceType: 'module',\n plugins: [\n 'jsx',\n 'flow',\n 'asyncFunctions',\n 'classConstructorCall',\n 'doExpressions',\n 'trailingFunctionCommas',\n 'objectRestSpread',\n 'decorators',\n 'classProperties',\n 'exportExtensions',\n 'exponentiationOperator',\n 'asyncGenerators',\n 'functionBind',\n 'functionSent',\n ],\n })\n );\n}\n"],"mappings":";;;;;;;;;AAIA,IAAAA,QAAA,GAAAC,OAAA;AAJA;AACA;AACA;;AAKA;AACA;AACA;AACA;AACA;AACA;AACe,SAASC,KAAKA,CAACC,IAAI,EAAEC,OAAO,EAAE;EAC3C,OAAO,IAAAC,cAAU,EACfF,IAAI,EACJ,IAAAG,UAAA,CAAAC,OAAA,EAASH,OAAO,EAAE;IAChBI,2BAA2B,EAAE,IAAI;IACjCC,UAAU,EAAE,QAAQ;IACpBC,OAAO,EAAE,CACP,KAAK,EACL,MAAM,EACN,gBAAgB,EAChB,sBAAsB,EACtB,eAAe,EACf,wBAAwB,EACxB,kBAAkB,EAClB,YAAY,EACZ,iBAAiB,EACjB,kBAAkB,EAClB,wBAAwB,EACxB,iBAAiB,EACjB,cAAc,EACd,cAAc;EAElB,CAAC,CAAC,CACH;AACH"}
package/package.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "name": "@webex/jsdoctrinetest",
3
+ "version": "2.59.5",
3
4
  "description": "",
4
5
  "license": "MIT",
5
6
  "contributors": [
@@ -39,19 +40,19 @@
39
40
  "@babel/template": "^7.14.5",
40
41
  "@babel/traverse": "^7.14.9",
41
42
  "@babel/types": "^7.14.9",
42
- "@webex/babel-config-legacy": "^0.0.0",
43
- "@webex/eslint-config-legacy": "^0.0.0",
44
- "@webex/jest-config-legacy": "^0.0.0",
45
- "@webex/legacy-tools": "^0.0.0",
46
- "@webex/test-helper-chai": "^2.59.4-next.1",
47
- "@webex/test-helper-mocha": "^2.59.4-next.1",
48
- "@webex/test-helper-mock-webex": "^2.59.4-next.1",
49
- "@webex/test-helper-test-users": "^2.59.4-next.1",
43
+ "@webex/babel-config-legacy": "2.59.5",
44
+ "@webex/eslint-config-legacy": "2.59.5",
45
+ "@webex/jest-config-legacy": "2.59.5",
46
+ "@webex/legacy-tools": "2.59.5",
47
+ "@webex/test-helper-chai": "2.59.5",
48
+ "@webex/test-helper-mocha": "2.59.5",
49
+ "@webex/test-helper-mock-webex": "2.59.5",
50
+ "@webex/test-helper-test-users": "2.59.5",
50
51
  "eslint": "^8.24.0",
51
52
  "prettier": "^2.7.1"
52
53
  },
53
54
  "dependencies": {
54
- "@webex/test-helper-chai": "^2.59.4-next.1",
55
+ "@webex/test-helper-chai": "2.59.5",
55
56
  "babylon": "^6.18.0",
56
57
  "doctrine": "^2.1.0",
57
58
  "lodash": "^4.17.21"
@@ -59,12 +60,10 @@
59
60
  "scripts": {
60
61
  "build": "yarn build:src",
61
62
  "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
62
- "deploy:npm": "yarn npm publish",
63
63
  "test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
64
64
  "test:browser": "webex-legacy-tools test --integration --unit --runner karma",
65
65
  "test:integration": "webex-legacy-tools test --integration --runner mocha",
66
66
  "test:style": "eslint ./src/**/*.*",
67
67
  "test:unit": "webex-legacy-tools test --unit --runner jest"
68
- },
69
- "version": "2.59.4-next.1"
70
- }
68
+ }
69
+ }