@storybook/instrumenter 6.5.0-alpha.21 → 6.5.0-alpha.25
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/cjs/index.js
CHANGED
package/dist/cjs/instrumenter.js
CHANGED
|
@@ -6,6 +6,8 @@ require("core-js/modules/es.symbol.description.js");
|
|
|
6
6
|
|
|
7
7
|
require("core-js/modules/es.symbol.iterator.js");
|
|
8
8
|
|
|
9
|
+
require("core-js/modules/es.regexp.exec.js");
|
|
10
|
+
|
|
9
11
|
require("core-js/modules/es.symbol.to-primitive.js");
|
|
10
12
|
|
|
11
13
|
require("core-js/modules/es.date.to-primitive.js");
|
|
@@ -15,17 +17,17 @@ require("core-js/modules/es.number.constructor.js");
|
|
|
15
17
|
Object.defineProperty(exports, "__esModule", {
|
|
16
18
|
value: true
|
|
17
19
|
});
|
|
18
|
-
exports.instrument = instrument;
|
|
19
20
|
exports.Instrumenter = exports.EVENTS = void 0;
|
|
21
|
+
exports.instrument = instrument;
|
|
20
22
|
|
|
21
23
|
require("core-js/modules/es.object.to-string.js");
|
|
22
24
|
|
|
25
|
+
require("core-js/modules/es.array.iterator.js");
|
|
26
|
+
|
|
23
27
|
require("core-js/modules/es.map.js");
|
|
24
28
|
|
|
25
29
|
require("core-js/modules/es.string.iterator.js");
|
|
26
30
|
|
|
27
|
-
require("core-js/modules/es.array.iterator.js");
|
|
28
|
-
|
|
29
31
|
require("core-js/modules/web.dom-collections.iterator.js");
|
|
30
32
|
|
|
31
33
|
require("core-js/modules/es.set.js");
|
|
@@ -60,6 +62,8 @@ require("core-js/modules/es.function.name.js");
|
|
|
60
62
|
|
|
61
63
|
require("core-js/modules/es.array.includes.js");
|
|
62
64
|
|
|
65
|
+
require("core-js/modules/es.array.sort.js");
|
|
66
|
+
|
|
63
67
|
require("core-js/modules/es.string.includes.js");
|
|
64
68
|
|
|
65
69
|
var _addons = require("@storybook/addons");
|
|
@@ -76,7 +80,7 @@ var _global$FEATURES;
|
|
|
76
80
|
|
|
77
81
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
78
82
|
|
|
79
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
83
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
80
84
|
|
|
81
85
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
82
86
|
|
|
@@ -90,7 +94,7 @@ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableTo
|
|
|
90
94
|
|
|
91
95
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
92
96
|
|
|
93
|
-
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator
|
|
97
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
94
98
|
|
|
95
99
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
96
100
|
|
|
@@ -100,7 +104,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
100
104
|
|
|
101
105
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
102
106
|
|
|
103
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
107
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
104
108
|
|
|
105
109
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
106
110
|
|
|
@@ -110,7 +114,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
110
114
|
|
|
111
115
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
112
116
|
|
|
113
|
-
function _iterableToArrayLimit(arr, i) {
|
|
117
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
114
118
|
|
|
115
119
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
116
120
|
|
package/dist/esm/instrumenter.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import "core-js/modules/es.symbol.js";
|
|
2
2
|
import "core-js/modules/es.symbol.description.js";
|
|
3
3
|
import "core-js/modules/es.symbol.iterator.js";
|
|
4
|
+
import "core-js/modules/es.regexp.exec.js";
|
|
4
5
|
import "core-js/modules/es.symbol.to-primitive.js";
|
|
5
6
|
import "core-js/modules/es.date.to-primitive.js";
|
|
6
7
|
import "core-js/modules/es.number.constructor.js";
|
|
7
8
|
|
|
8
9
|
var _global$FEATURES;
|
|
9
10
|
|
|
10
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
11
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
11
12
|
|
|
12
13
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13
14
|
|
|
@@ -21,7 +22,7 @@ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableTo
|
|
|
21
22
|
|
|
22
23
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
23
24
|
|
|
24
|
-
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator
|
|
25
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
25
26
|
|
|
26
27
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
27
28
|
|
|
@@ -31,7 +32,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
31
32
|
|
|
32
33
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
33
34
|
|
|
34
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
35
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
35
36
|
|
|
36
37
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
37
38
|
|
|
@@ -41,14 +42,14 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
41
42
|
|
|
42
43
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
43
44
|
|
|
44
|
-
function _iterableToArrayLimit(arr, i) {
|
|
45
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
45
46
|
|
|
46
47
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
47
48
|
|
|
48
49
|
import "core-js/modules/es.object.to-string.js";
|
|
50
|
+
import "core-js/modules/es.array.iterator.js";
|
|
49
51
|
import "core-js/modules/es.map.js";
|
|
50
52
|
import "core-js/modules/es.string.iterator.js";
|
|
51
|
-
import "core-js/modules/es.array.iterator.js";
|
|
52
53
|
import "core-js/modules/web.dom-collections.iterator.js";
|
|
53
54
|
import "core-js/modules/es.set.js";
|
|
54
55
|
import "core-js/modules/es.array.filter.js";
|
|
@@ -66,6 +67,7 @@ import "core-js/modules/es.array.concat.js";
|
|
|
66
67
|
import "core-js/modules/es.promise.js";
|
|
67
68
|
import "core-js/modules/es.function.name.js";
|
|
68
69
|
import "core-js/modules/es.array.includes.js";
|
|
70
|
+
import "core-js/modules/es.array.sort.js";
|
|
69
71
|
import "core-js/modules/es.string.includes.js";
|
|
70
72
|
|
|
71
73
|
/* eslint-disable no-underscore-dangle */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/instrumenter",
|
|
3
|
-
"version": "6.5.0-alpha.
|
|
3
|
+
"version": "6.5.0-alpha.25",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"prepare": "node ../../scripts/prepare.js"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@storybook/addons": "6.5.0-alpha.
|
|
44
|
-
"@storybook/client-logger": "6.5.0-alpha.
|
|
45
|
-
"@storybook/core-events": "6.5.0-alpha.
|
|
43
|
+
"@storybook/addons": "6.5.0-alpha.25",
|
|
44
|
+
"@storybook/client-logger": "6.5.0-alpha.25",
|
|
45
|
+
"@storybook/core-events": "6.5.0-alpha.25",
|
|
46
46
|
"core-js": "^3.8.2",
|
|
47
47
|
"global": "^4.4.0"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "25ed23c17e07452af0dbd34665eb9a6dfdac526c",
|
|
53
53
|
"sbmodern": "dist/modern/index.js"
|
|
54
54
|
}
|
package/dist/cjs/typings.d.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
package/dist/esm/typings.d.js
DELETED
|
File without changes
|
package/dist/modern/typings.d.js
DELETED
|
File without changes
|