@mjhls/mjh-framework 1.0.1089-webcastAddition-v1 → 1.0.1090
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/README.md +1 -1
- package/dist/cjs/AlgoliaSearch.js +62 -90
- package/dist/cjs/AuthWrapper.js +17 -25
- package/dist/cjs/{ImageSlider-eb866353.js → ImageSlider-984a697b.js} +10 -5
- package/dist/cjs/MediaSeriesLanding.js +1 -1
- package/dist/cjs/MediaSeriesLandingPaginated.js +1 -1
- package/dist/cjs/PartnerDetailListing.js +2 -2
- package/dist/cjs/PartnerDetailListingPaginated.js +2 -2
- package/dist/cjs/{Tooltip-8011d690.js → Tooltip-96fe6ef6.js} +9 -28
- package/dist/cjs/{defineProperty-19580e93.js → defineProperty-e0fb52c5.js} +4 -2
- package/dist/cjs/getRelatedArticle.js +11 -11
- package/dist/cjs/index.js +3 -2
- package/dist/cjs/typeof-1358762e.js +33 -0
- package/dist/esm/AlgoliaSearch.js +62 -90
- package/dist/esm/AuthWrapper.js +16 -24
- package/dist/esm/{ImageSlider-ea441f66.js → ImageSlider-9250ddc9.js} +10 -5
- package/dist/esm/MediaSeriesLanding.js +1 -1
- package/dist/esm/MediaSeriesLandingPaginated.js +1 -1
- package/dist/esm/PartnerDetailListing.js +2 -2
- package/dist/esm/PartnerDetailListingPaginated.js +2 -2
- package/dist/esm/{Tooltip-2cdd0895.js → Tooltip-bc98d17e.js} +9 -28
- package/dist/esm/{defineProperty-e8022d1e.js → defineProperty-23a8f8cd.js} +4 -2
- package/dist/esm/getRelatedArticle.js +11 -11
- package/dist/esm/index.js +3 -2
- package/dist/esm/typeof-2f07d0e8.js +30 -0
- package/package.json +1 -1
package/dist/esm/AuthWrapper.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { _ as _slicedToArray } from './slicedToArray-72ed566b.js';
|
|
2
2
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
3
|
-
import {
|
|
3
|
+
import { a as _typeof_1 } from './typeof-2f07d0e8.js';
|
|
4
|
+
import { d as defineProperty, b as asyncToGenerator } from './defineProperty-23a8f8cd.js';
|
|
4
5
|
import React__default, { useState, useEffect } from 'react';
|
|
5
6
|
import { Form } from 'react-bootstrap';
|
|
6
7
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
@@ -14,27 +15,12 @@ function _interopRequireDefault(obj) {
|
|
|
14
15
|
};
|
|
15
16
|
}
|
|
16
17
|
|
|
17
|
-
module.exports = _interopRequireDefault
|
|
18
|
+
module.exports = _interopRequireDefault;
|
|
19
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
18
20
|
});
|
|
19
21
|
|
|
20
22
|
unwrapExports(interopRequireDefault);
|
|
21
23
|
|
|
22
|
-
var _typeof_1 = createCommonjsModule(function (module) {
|
|
23
|
-
function _typeof(obj) {
|
|
24
|
-
"@babel/helpers - typeof";
|
|
25
|
-
|
|
26
|
-
return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
27
|
-
return typeof obj;
|
|
28
|
-
} : function (obj) {
|
|
29
|
-
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
30
|
-
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
34
|
-
});
|
|
35
|
-
|
|
36
|
-
unwrapExports(_typeof_1);
|
|
37
|
-
|
|
38
24
|
var runtime_1 = createCommonjsModule(function (module) {
|
|
39
25
|
/**
|
|
40
26
|
* Copyright (c) 2014-present, Facebook, Inc.
|
|
@@ -798,7 +784,8 @@ function _arrayWithHoles(arr) {
|
|
|
798
784
|
if (Array.isArray(arr)) return arr;
|
|
799
785
|
}
|
|
800
786
|
|
|
801
|
-
module.exports = _arrayWithHoles
|
|
787
|
+
module.exports = _arrayWithHoles;
|
|
788
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
802
789
|
});
|
|
803
790
|
|
|
804
791
|
unwrapExports(arrayWithHoles);
|
|
@@ -834,7 +821,8 @@ function _iterableToArrayLimit(arr, i) {
|
|
|
834
821
|
return _arr;
|
|
835
822
|
}
|
|
836
823
|
|
|
837
|
-
module.exports = _iterableToArrayLimit
|
|
824
|
+
module.exports = _iterableToArrayLimit;
|
|
825
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
838
826
|
});
|
|
839
827
|
|
|
840
828
|
unwrapExports(iterableToArrayLimit);
|
|
@@ -850,7 +838,8 @@ function _arrayLikeToArray(arr, len) {
|
|
|
850
838
|
return arr2;
|
|
851
839
|
}
|
|
852
840
|
|
|
853
|
-
module.exports = _arrayLikeToArray
|
|
841
|
+
module.exports = _arrayLikeToArray;
|
|
842
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
854
843
|
});
|
|
855
844
|
|
|
856
845
|
unwrapExports(arrayLikeToArray);
|
|
@@ -865,7 +854,8 @@ function _unsupportedIterableToArray(o, minLen) {
|
|
|
865
854
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen);
|
|
866
855
|
}
|
|
867
856
|
|
|
868
|
-
module.exports = _unsupportedIterableToArray
|
|
857
|
+
module.exports = _unsupportedIterableToArray;
|
|
858
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
869
859
|
});
|
|
870
860
|
|
|
871
861
|
unwrapExports(unsupportedIterableToArray);
|
|
@@ -875,7 +865,8 @@ function _nonIterableRest() {
|
|
|
875
865
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
876
866
|
}
|
|
877
867
|
|
|
878
|
-
module.exports = _nonIterableRest
|
|
868
|
+
module.exports = _nonIterableRest;
|
|
869
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
879
870
|
});
|
|
880
871
|
|
|
881
872
|
unwrapExports(nonIterableRest);
|
|
@@ -885,7 +876,8 @@ function _slicedToArray(arr, i) {
|
|
|
885
876
|
return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();
|
|
886
877
|
}
|
|
887
878
|
|
|
888
|
-
module.exports = _slicedToArray
|
|
879
|
+
module.exports = _slicedToArray;
|
|
880
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
889
881
|
});
|
|
890
882
|
|
|
891
883
|
unwrapExports(slicedToArray);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _asyncToGenerator, a as _defineProperty } from './defineProperty-
|
|
1
|
+
import { _ as _asyncToGenerator, a as _defineProperty } from './defineProperty-23a8f8cd.js';
|
|
2
2
|
import React__default, { createContext, Component, forwardRef, PureComponent, useRef, useState, useEffect } from 'react';
|
|
3
3
|
import { c as createCommonjsModule, u as unwrapExports, a as commonjsGlobal } from './_commonjsHelpers-0c4b6f40.js';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
@@ -30,7 +30,8 @@ function _objectWithoutPropertiesLoose(source, excluded) {
|
|
|
30
30
|
return target;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
module.exports = _objectWithoutPropertiesLoose
|
|
33
|
+
module.exports = _objectWithoutPropertiesLoose;
|
|
34
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
34
35
|
});
|
|
35
36
|
|
|
36
37
|
unwrapExports(objectWithoutPropertiesLoose);
|
|
@@ -55,7 +56,8 @@ function _objectWithoutProperties(source, excluded) {
|
|
|
55
56
|
return target;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
|
-
module.exports = _objectWithoutProperties
|
|
59
|
+
module.exports = _objectWithoutProperties;
|
|
60
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
59
61
|
});
|
|
60
62
|
|
|
61
63
|
var _objectWithoutProperties = unwrapExports(objectWithoutProperties);
|
|
@@ -820,11 +822,14 @@ function _extends() {
|
|
|
820
822
|
}
|
|
821
823
|
|
|
822
824
|
return target;
|
|
823
|
-
}
|
|
825
|
+
};
|
|
826
|
+
|
|
827
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
824
828
|
return _extends.apply(this, arguments);
|
|
825
829
|
}
|
|
826
830
|
|
|
827
|
-
module.exports = _extends
|
|
831
|
+
module.exports = _extends;
|
|
832
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
828
833
|
});
|
|
829
834
|
|
|
830
835
|
var _extends = unwrapExports(_extends_1);
|
|
@@ -3,7 +3,7 @@ import { _ as _typeof } from './typeof-3ab7d3b6.js';
|
|
|
3
3
|
import { _ as _extends } from './extends-2f4448b8.js';
|
|
4
4
|
import { _ as _slicedToArray } from './slicedToArray-72ed566b.js';
|
|
5
5
|
import React__default, { useState, useEffect } from 'react';
|
|
6
|
-
import { D as DropdownButton, a as Dropdown } from './Tooltip-
|
|
6
|
+
import { D as DropdownButton, a as Dropdown } from './Tooltip-bc98d17e.js';
|
|
7
7
|
import './index-98ca9cec.js';
|
|
8
8
|
import 'react-dom';
|
|
9
9
|
import Link from 'next/link';
|
|
@@ -3,7 +3,7 @@ import { _ as _typeof } from './typeof-3ab7d3b6.js';
|
|
|
3
3
|
import { _ as _extends } from './extends-2f4448b8.js';
|
|
4
4
|
import { _ as _slicedToArray } from './slicedToArray-72ed566b.js';
|
|
5
5
|
import React__default, { useState, useEffect } from 'react';
|
|
6
|
-
import { D as DropdownButton, a as Dropdown } from './Tooltip-
|
|
6
|
+
import { D as DropdownButton, a as Dropdown } from './Tooltip-bc98d17e.js';
|
|
7
7
|
import './index-98ca9cec.js';
|
|
8
8
|
import 'react-dom';
|
|
9
9
|
import Link from 'next/link';
|
|
@@ -3,8 +3,8 @@ import { _ as _slicedToArray } from './slicedToArray-72ed566b.js';
|
|
|
3
3
|
import { _ as _extends } from './extends-2f4448b8.js';
|
|
4
4
|
import React__default from 'react';
|
|
5
5
|
import { TwitterTimelineEmbed } from 'react-twitter-embed';
|
|
6
|
-
import { I as ImageSlider, F as Facebook, P as Page } from './ImageSlider-
|
|
7
|
-
import './defineProperty-
|
|
6
|
+
import { I as ImageSlider, F as Facebook, P as Page } from './ImageSlider-9250ddc9.js';
|
|
7
|
+
import './defineProperty-23a8f8cd.js';
|
|
8
8
|
import { r as reactSocialIcons_1 } from './react-social-icons-9be47857.js';
|
|
9
9
|
import { m as moment } from './moment-bc12cb97.js';
|
|
10
10
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
@@ -3,8 +3,8 @@ import { _ as _slicedToArray } from './slicedToArray-72ed566b.js';
|
|
|
3
3
|
import { _ as _extends } from './extends-2f4448b8.js';
|
|
4
4
|
import React__default from 'react';
|
|
5
5
|
import { TwitterTimelineEmbed } from 'react-twitter-embed';
|
|
6
|
-
import { I as ImageSlider, F as Facebook, P as Page } from './ImageSlider-
|
|
7
|
-
import './defineProperty-
|
|
6
|
+
import { I as ImageSlider, F as Facebook, P as Page } from './ImageSlider-9250ddc9.js';
|
|
7
|
+
import './defineProperty-23a8f8cd.js';
|
|
8
8
|
import { r as reactSocialIcons_1 } from './react-social-icons-9be47857.js';
|
|
9
9
|
import './moment-bc12cb97.js';
|
|
10
10
|
import QueueDeckExpanded from './QueueDeckExpandedPaginated.js';
|
|
@@ -2992,21 +2992,13 @@ function mapToStyles(_ref2) {
|
|
|
2992
2992
|
adaptive = _ref2.adaptive,
|
|
2993
2993
|
roundOffsets = _ref2.roundOffsets,
|
|
2994
2994
|
isFixed = _ref2.isFixed;
|
|
2995
|
-
var _offsets$x = offsets.x,
|
|
2996
|
-
x = _offsets$x === void 0 ? 0 : _offsets$x,
|
|
2997
|
-
_offsets$y = offsets.y,
|
|
2998
|
-
y = _offsets$y === void 0 ? 0 : _offsets$y;
|
|
2999
2995
|
|
|
3000
|
-
var _ref3 = typeof roundOffsets === 'function' ? roundOffsets(
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
y: y
|
|
3006
|
-
};
|
|
2996
|
+
var _ref3 = roundOffsets === true ? roundOffsetsByDPR(offsets) : typeof roundOffsets === 'function' ? roundOffsets(offsets) : offsets,
|
|
2997
|
+
_ref3$x = _ref3.x,
|
|
2998
|
+
x = _ref3$x === void 0 ? 0 : _ref3$x,
|
|
2999
|
+
_ref3$y = _ref3.y,
|
|
3000
|
+
y = _ref3$y === void 0 ? 0 : _ref3$y;
|
|
3007
3001
|
|
|
3008
|
-
x = _ref3.x;
|
|
3009
|
-
y = _ref3.y;
|
|
3010
3002
|
var hasX = offsets.hasOwnProperty('x');
|
|
3011
3003
|
var hasY = offsets.hasOwnProperty('y');
|
|
3012
3004
|
var sideX = left;
|
|
@@ -3051,17 +3043,6 @@ function mapToStyles(_ref2) {
|
|
|
3051
3043
|
position: position
|
|
3052
3044
|
}, adaptive && unsetSides);
|
|
3053
3045
|
|
|
3054
|
-
var _ref4 = roundOffsets === true ? roundOffsetsByDPR({
|
|
3055
|
-
x: x,
|
|
3056
|
-
y: y
|
|
3057
|
-
}) : {
|
|
3058
|
-
x: x,
|
|
3059
|
-
y: y
|
|
3060
|
-
};
|
|
3061
|
-
|
|
3062
|
-
x = _ref4.x;
|
|
3063
|
-
y = _ref4.y;
|
|
3064
|
-
|
|
3065
3046
|
if (gpuAcceleration) {
|
|
3066
3047
|
var _Object$assign;
|
|
3067
3048
|
|
|
@@ -3071,9 +3052,9 @@ function mapToStyles(_ref2) {
|
|
|
3071
3052
|
return Object.assign({}, commonStyles, (_Object$assign2 = {}, _Object$assign2[sideY] = hasY ? y + "px" : '', _Object$assign2[sideX] = hasX ? x + "px" : '', _Object$assign2.transform = '', _Object$assign2));
|
|
3072
3053
|
}
|
|
3073
3054
|
|
|
3074
|
-
function computeStyles(
|
|
3075
|
-
var state =
|
|
3076
|
-
options =
|
|
3055
|
+
function computeStyles(_ref4) {
|
|
3056
|
+
var state = _ref4.state,
|
|
3057
|
+
options = _ref4.options;
|
|
3077
3058
|
var _options$gpuAccelerat = options.gpuAcceleration,
|
|
3078
3059
|
gpuAcceleration = _options$gpuAccelerat === void 0 ? true : _options$gpuAccelerat,
|
|
3079
3060
|
_options$adaptive = options.adaptive,
|
|
@@ -3372,7 +3353,7 @@ function getClippingParents(element) {
|
|
|
3372
3353
|
|
|
3373
3354
|
|
|
3374
3355
|
return clippingParents.filter(function (clippingParent) {
|
|
3375
|
-
return isElement(clippingParent) && contains$1(clippingParent, clipperElement) && getNodeName(clippingParent) !== 'body';
|
|
3356
|
+
return isElement(clippingParent) && contains$1(clippingParent, clipperElement) && getNodeName(clippingParent) !== 'body' && (canEscapeClipping ? getComputedStyle$1(clippingParent).position !== 'static' : true);
|
|
3376
3357
|
});
|
|
3377
3358
|
} // Gets the maximum area that the element is visible in due to any number of
|
|
3378
3359
|
// clipping parents
|
|
@@ -37,7 +37,8 @@ function _asyncToGenerator(fn) {
|
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
module.exports = _asyncToGenerator
|
|
40
|
+
module.exports = _asyncToGenerator;
|
|
41
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
41
42
|
});
|
|
42
43
|
|
|
43
44
|
var _asyncToGenerator = unwrapExports(asyncToGenerator);
|
|
@@ -58,7 +59,8 @@ function _defineProperty(obj, key, value) {
|
|
|
58
59
|
return obj;
|
|
59
60
|
}
|
|
60
61
|
|
|
61
|
-
module.exports = _defineProperty
|
|
62
|
+
module.exports = _defineProperty;
|
|
63
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
62
64
|
});
|
|
63
65
|
|
|
64
66
|
var _defineProperty = unwrapExports(defineProperty);
|
|
@@ -29,6 +29,7 @@ var serialize_1 = serialize;
|
|
|
29
29
|
|
|
30
30
|
var decode = decodeURIComponent;
|
|
31
31
|
var encode = encodeURIComponent;
|
|
32
|
+
var pairSplitRegExp = /; */;
|
|
32
33
|
|
|
33
34
|
/**
|
|
34
35
|
* RegExp to match field-content in RFC 7230 sec 3.2
|
|
@@ -59,29 +60,28 @@ function parse$1(str, options) {
|
|
|
59
60
|
|
|
60
61
|
var obj = {};
|
|
61
62
|
var opt = options || {};
|
|
62
|
-
var pairs = str.split(
|
|
63
|
+
var pairs = str.split(pairSplitRegExp);
|
|
63
64
|
var dec = opt.decode || decode;
|
|
64
65
|
|
|
65
66
|
for (var i = 0; i < pairs.length; i++) {
|
|
66
67
|
var pair = pairs[i];
|
|
67
|
-
var
|
|
68
|
+
var eq_idx = pair.indexOf('=');
|
|
68
69
|
|
|
69
70
|
// skip things that don't look like key=value
|
|
70
|
-
if (
|
|
71
|
+
if (eq_idx < 0) {
|
|
71
72
|
continue;
|
|
72
73
|
}
|
|
73
74
|
|
|
74
|
-
var key = pair.
|
|
75
|
+
var key = pair.substr(0, eq_idx).trim();
|
|
76
|
+
var val = pair.substr(++eq_idx, pair.length).trim();
|
|
77
|
+
|
|
78
|
+
// quoted values
|
|
79
|
+
if ('"' == val[0]) {
|
|
80
|
+
val = val.slice(1, -1);
|
|
81
|
+
}
|
|
75
82
|
|
|
76
83
|
// only assign once
|
|
77
84
|
if (undefined == obj[key]) {
|
|
78
|
-
var val = pair.substring(index + 1, pair.length).trim();
|
|
79
|
-
|
|
80
|
-
// quoted values
|
|
81
|
-
if (val[0] === '"') {
|
|
82
|
-
val = val.slice(1, -1);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
85
|
obj[key] = tryDecode(val, dec);
|
|
86
86
|
}
|
|
87
87
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -155,6 +155,7 @@ import './_object-to-array-9dfdfb29.js';
|
|
|
155
155
|
import 'react-bootstrap/Spinner';
|
|
156
156
|
import 'react-bootstrap/Form';
|
|
157
157
|
import './js.cookie-6874175c.js';
|
|
158
|
+
import './typeof-2f07d0e8.js';
|
|
158
159
|
import './index-98ca9cec.js';
|
|
159
160
|
import './ConferenceBanner-8792ebd2.js';
|
|
160
161
|
import 'next/head';
|
|
@@ -190,8 +191,8 @@ import 'react-bootstrap/Popover';
|
|
|
190
191
|
import './SeriesSlider-acbdf4c9.js';
|
|
191
192
|
import 'disqus-react';
|
|
192
193
|
import 'react-twitter-embed';
|
|
193
|
-
import './ImageSlider-
|
|
194
|
-
import './defineProperty-
|
|
194
|
+
import './ImageSlider-9250ddc9.js';
|
|
195
|
+
import './defineProperty-23a8f8cd.js';
|
|
195
196
|
import './VideoSeriesCard.js';
|
|
196
197
|
|
|
197
198
|
//Feature query to be used
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
+
|
|
3
|
+
var _typeof_1 = createCommonjsModule(function (module) {
|
|
4
|
+
function _typeof(obj) {
|
|
5
|
+
"@babel/helpers - typeof";
|
|
6
|
+
|
|
7
|
+
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
|
|
8
|
+
module.exports = _typeof = function _typeof(obj) {
|
|
9
|
+
return typeof obj;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
13
|
+
} else {
|
|
14
|
+
module.exports = _typeof = function _typeof(obj) {
|
|
15
|
+
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
return _typeof(obj);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
module.exports = _typeof;
|
|
25
|
+
module.exports["default"] = module.exports, module.exports.__esModule = true;
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
var _typeof = unwrapExports(_typeof_1);
|
|
29
|
+
|
|
30
|
+
export { _typeof as _, _typeof_1 as a };
|