@teambit/tester 1.0.513 → 1.0.515
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.defender/tester@1.0.
|
|
3
|
+
<testsuite name="teambit.defender/tester@1.0.515" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.defender/tester-preview"]=t():e["teambit.defender/tester-preview"]=t()}(self,(()=>(()=>{"use strict";var e={
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.defender/tester-preview"]=t():e["teambit.defender/tester-preview"]=t()}(self,(()=>(()=>{"use strict";var e={127:(e,t,n)=>{Object.defineProperty(t,"Ay",{enumerable:!0,get:function(){return r.default}});var r=o(n(855));function o(e){return e&&e.__esModule?e:{default:e}}o.__bit_component={id:"teambit.defender/content/tester-overview@1.95.0",homepage:"https://bit.dev/teambit/defender/content/tester-overview",exported:!0}},855:(e,t,n)=>{var r={id:"teambit.defender/content/tester-overview@1.95.0",homepage:"https://bit.dev/teambit/defender/content/tester-overview",exported:!0};Object.defineProperty(t,"__esModule",{value:!0}),t.default=u,s(n(594));var o=n(16),i=n(682),a=["components"];function s(e){return e&&e.__esModule?e:{default:e}}function p(){return p=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},p.apply(this,arguments)}function d(e,t){if(null==e)return{};var n,r,o=l(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function l(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}s.__bit_component=r,p.__bit_component=r,d.__bit_component=r,l.__bit_component=r;var m={},c="wrapper";function u(e){var t=e.components,n=d(e,a);return(0,o.mdx)(c,p({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.mdx)(i.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"},(0,o.mdx)("h1",null,"Tester Overview"),(0,o.mdx)("p",null,"The ",(0,o.mdx)("em",{parentName:"p"},"Tester")," provides a unified interface for testing components regardless of the specific tester they use."),(0,o.mdx)("p",null,"Software testing is a way to validate that an application or a module of it, behaves as expected."),(0,o.mdx)("p",null,"Web applications and services are often tested using a set of testing tools, where each tool plays a different role. For example, ",(0,o.mdx)("a",{parentName:"p",href:"https://jestjs.io/"},"Jest")," can be used as a test runner and as an assertion library, while ",(0,o.mdx)("a",{parentName:"p",href:"https://testing-library.com/"},"React Testing Library")," can be used for testing utilities."),(0,o.mdx)("p",null,"The Tester aspect is responsible for standardizing test execution for components; That is, it standardizes the way test runners are used. Other testing libraries used for utils, mocks, etc., are irrelevant, in that sense."),(0,o.mdx)("p",null,"Standardization is done for component testing during development (in the workspace) as well as for distribution (in a capsule ",", as part of the component ",(0,o.mdx)("a",{parentName:"p",href:"/builder/build-pipelines"},"build pipeline"),")."),(0,o.mdx)("h2",null,"Testing in development"),(0,o.mdx)("p",null,"Bit tests all components in the ",(0,o.mdx)("a",{parentName:"p",href:"/workspace/overview"},"Workspace")," using just a single command. That is true for components of all types, regardless of their specific ",(0,o.mdx)("a",{parentName:"p",href:"/envs/overview"},"Env"),", and as a consequence of that, their specific ",(0,o.mdx)("a",{parentName:"p",href:"/tester/overview"},"Tester implementation")," and configuration."),(0,o.mdx)("pre",null,(0,o.mdx)("code",{parentName:"pre",className:"language-bash"},"bit test\n")),(0,o.mdx)("p",null,"Components can be watched for changes and retested with a single command, as well."),(0,o.mdx)("pre",null,(0,o.mdx)("code",{parentName:"pre",className:"language-bash"},"bit test -w\n")),(0,o.mdx)("p",null,"To learn more on testing during development, please refer to ",(0,o.mdx)("a",{parentName:"p",href:"/tester/workspace-testing"},"Workspace Testing"),"."),(0,o.mdx)("h2",null,"Testing during build"),(0,o.mdx)("p",null,"Testing components for distribution is done during ",(0,o.mdx)("inlineCode",{parentName:"p"},"build")," by the Bit ",(0,o.mdx)("a",{parentName:"p",href:"/builder/overview"},"Builder"),"."),(0,o.mdx)("p",null,"Component build can be simulated with ",(0,o.mdx)("inlineCode",{parentName:"p"},"bit build")," and done through ",(0,o.mdx)("a",{parentName:"p",href:"/components/tags"},"Tag")," or ",(0,o.mdx)("a",{parentName:"p",href:"/components/snaps"},"Snap")),(0,o.mdx)("pre",null,(0,o.mdx)("code",{parentName:"pre",className:"language-bash"},"bit build\n")),(0,o.mdx)("p",null,"By default, Bit's pre-configured Envs includes a ",(0,o.mdx)("a",{parentName:"p",href:"/builder/overview#build-task"},"Build Task")," for testing components in the ",(0,o.mdx)("a",{parentName:"p",href:"/builder/build-pipelines"},"Build Pipeline"),", each using the Env's specific test configs."),(0,o.mdx)("p",null,"Testing during build provides the highest \"external validity\" by running tests on the distributable code that was generated by the Env's compiler and not by the tester's.\nThat way, the exact same code that will be consumed by other components, is tested before it is released. Moreover, since each component is tested in a capsule ",", isolated from the rest of the workspace, tests are guaranteed to provide results that are context-agnostic and free of false-positives."),(0,o.mdx)("h2",null,"Configuring and implementing Testers"),(0,o.mdx)("p",null,"Testers are configured in the ",(0,o.mdx)("a",{parentName:"p",href:"/envs/overview"},"Env")," which is configured on your ",(0,o.mdx)("a",{parentName:"p",href:"/components/overview"},"Component"),". Customizing the Tester can be done by ",(0,o.mdx)("a",{parentName:"p",href:"/envs/services/testing"},"customizing an existing env with your tester")," or by ",(0,o.mdx)("a",{parentName:"p",href:"/envs/customizing-env"},"implementing your own Env"),"."),(0,o.mdx)("p",null,"Tester can also be implemented into Bit through few interfaces. \x3c!--TODO For more information on implementing your own compiler please refer to ",(0,o.mdx)("a",{parentName:"p",href:"/"},"Implement a Compiler"),".")))}u.__bit_component=r,u.isMDXComponent=!0},7:(e,t,n)=>{var r={id:"teambit.defender/tester@1.0.515",homepage:"https://bit.cloud/teambit/defender/tester",exported:!0};function o(){const e=i(n(594));return o=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,o.__bit_component=r,i.__bit_component=r;const a=()=>o().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},o().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/tester.svg"}));a.__bit_component=r,t.Logo=a},16:e=>{e.exports=MdxJsReact},594:e=>{e.exports=React},682:e=>{e.exports=TeambitMdxUiMdxScopeContext}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};n.r(r),n.d(r,{compositions:()=>f,compositions_metadata:()=>v,overview:()=>b});var o={};n.r(o),n.d(o,{default:()=>u});var i=n(7),a=(n(594),n(16)),s=n(682),p=n(127),d=["components"];function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},l.apply(null,arguments)}var m={},c="wrapper";function u(e){var t=e.components,n=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}(e,d);return(0,a.mdx)(c,l({},m,n,{components:t,mdxType:"MDXLayout"}),(0,a.mdx)(s.MDXScopeProvider,{components:{TesterOverview:p.Ay},mdxType:"MDXScopeProvider"},(0,a.mdx)(p.Ay,{mdxType:"TesterOverview"})))}u.isMDXComponent=!0;const f=[i],b=[o],v={compositions:[{displayName:"Logo",identifier:"Logo"}]};return r})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -151,6 +151,10 @@
|
|
|
151
151
|
"character": 13
|
|
152
152
|
},
|
|
153
153
|
"name": "EnvHandler",
|
|
154
|
+
"componentId": {
|
|
155
|
+
"scope": "teambit.envs",
|
|
156
|
+
"name": "envs"
|
|
157
|
+
},
|
|
154
158
|
"typeArgs": [
|
|
155
159
|
{
|
|
156
160
|
"__schema": "TypeRefSchema",
|
|
@@ -678,7 +682,11 @@
|
|
|
678
682
|
"line": 63,
|
|
679
683
|
"character": 15
|
|
680
684
|
},
|
|
681
|
-
"name": "Component"
|
|
685
|
+
"name": "Component",
|
|
686
|
+
"componentId": {
|
|
687
|
+
"scope": "teambit.component",
|
|
688
|
+
"name": "component"
|
|
689
|
+
}
|
|
682
690
|
}
|
|
683
691
|
},
|
|
684
692
|
"isOptional": false
|
|
@@ -1097,7 +1105,7 @@
|
|
|
1097
1105
|
"_legacy": {
|
|
1098
1106
|
"scope": "teambit.defender",
|
|
1099
1107
|
"name": "tester",
|
|
1100
|
-
"version": "1.0.
|
|
1108
|
+
"version": "1.0.515"
|
|
1101
1109
|
},
|
|
1102
1110
|
"_scope": "teambit.defender"
|
|
1103
1111
|
}
|
|
@@ -1194,6 +1202,10 @@
|
|
|
1194
1202
|
"character": 25
|
|
1195
1203
|
},
|
|
1196
1204
|
"name": "ComponentMap",
|
|
1205
|
+
"componentId": {
|
|
1206
|
+
"scope": "teambit.component",
|
|
1207
|
+
"name": "component"
|
|
1208
|
+
},
|
|
1197
1209
|
"typeArgs": [
|
|
1198
1210
|
{
|
|
1199
1211
|
"__schema": "TypeArraySchema",
|
|
@@ -1209,7 +1221,12 @@
|
|
|
1209
1221
|
"line": 33,
|
|
1210
1222
|
"character": 38
|
|
1211
1223
|
},
|
|
1212
|
-
"name": "AbstractVinyl"
|
|
1224
|
+
"name": "AbstractVinyl",
|
|
1225
|
+
"componentId": {
|
|
1226
|
+
"scope": "teambit.component",
|
|
1227
|
+
"name": "sources",
|
|
1228
|
+
"version": "0.0.72"
|
|
1229
|
+
}
|
|
1213
1230
|
}
|
|
1214
1231
|
}
|
|
1215
1232
|
]
|
|
@@ -1242,6 +1259,10 @@
|
|
|
1242
1259
|
"character": 36
|
|
1243
1260
|
},
|
|
1244
1261
|
"name": "ComponentMap",
|
|
1262
|
+
"componentId": {
|
|
1263
|
+
"scope": "teambit.component",
|
|
1264
|
+
"name": "component"
|
|
1265
|
+
},
|
|
1245
1266
|
"typeArgs": [
|
|
1246
1267
|
{
|
|
1247
1268
|
"__schema": "TypeRefSchema",
|
|
@@ -1344,7 +1365,12 @@
|
|
|
1344
1365
|
"line": 21,
|
|
1345
1366
|
"character": 13
|
|
1346
1367
|
},
|
|
1347
|
-
"name": "TestsResult"
|
|
1368
|
+
"name": "TestsResult",
|
|
1369
|
+
"componentId": {
|
|
1370
|
+
"scope": "teambit.defender",
|
|
1371
|
+
"name": "tests-results",
|
|
1372
|
+
"version": "1.0.5"
|
|
1373
|
+
}
|
|
1348
1374
|
},
|
|
1349
1375
|
"isOptional": true
|
|
1350
1376
|
},
|
|
@@ -1708,7 +1734,11 @@
|
|
|
1708
1734
|
"line": 93,
|
|
1709
1735
|
"character": 22
|
|
1710
1736
|
},
|
|
1711
|
-
"name": "GraphqlMain"
|
|
1737
|
+
"name": "GraphqlMain",
|
|
1738
|
+
"componentId": {
|
|
1739
|
+
"scope": "teambit.harmony",
|
|
1740
|
+
"name": "graphql"
|
|
1741
|
+
}
|
|
1712
1742
|
},
|
|
1713
1743
|
"isOptional": false,
|
|
1714
1744
|
"isSpread": false
|
|
@@ -1728,7 +1758,11 @@
|
|
|
1728
1758
|
"line": 98,
|
|
1729
1759
|
"character": 19
|
|
1730
1760
|
},
|
|
1731
|
-
"name": "EnvsMain"
|
|
1761
|
+
"name": "EnvsMain",
|
|
1762
|
+
"componentId": {
|
|
1763
|
+
"scope": "teambit.envs",
|
|
1764
|
+
"name": "envs"
|
|
1765
|
+
}
|
|
1732
1766
|
},
|
|
1733
1767
|
"isOptional": false,
|
|
1734
1768
|
"isSpread": false
|
|
@@ -1748,7 +1782,11 @@
|
|
|
1748
1782
|
"line": 103,
|
|
1749
1783
|
"character": 24
|
|
1750
1784
|
},
|
|
1751
|
-
"name": "Workspace"
|
|
1785
|
+
"name": "Workspace",
|
|
1786
|
+
"componentId": {
|
|
1787
|
+
"scope": "teambit.workspace",
|
|
1788
|
+
"name": "workspace"
|
|
1789
|
+
}
|
|
1752
1790
|
},
|
|
1753
1791
|
"isOptional": false,
|
|
1754
1792
|
"isSpread": false
|
|
@@ -1768,7 +1806,8 @@
|
|
|
1768
1806
|
"line": 108,
|
|
1769
1807
|
"character": 23
|
|
1770
1808
|
},
|
|
1771
|
-
"name": "TesterService"
|
|
1809
|
+
"name": "TesterService",
|
|
1810
|
+
"internalFilePath": "tester.service.ts"
|
|
1772
1811
|
},
|
|
1773
1812
|
"isOptional": false,
|
|
1774
1813
|
"isSpread": false
|
|
@@ -1788,7 +1827,8 @@
|
|
|
1788
1827
|
"line": 113,
|
|
1789
1828
|
"character": 20
|
|
1790
1829
|
},
|
|
1791
|
-
"name": "TesterTask"
|
|
1830
|
+
"name": "TesterTask",
|
|
1831
|
+
"internalFilePath": "tester.task.ts"
|
|
1792
1832
|
},
|
|
1793
1833
|
"isOptional": false,
|
|
1794
1834
|
"isSpread": false
|
|
@@ -1808,7 +1848,11 @@
|
|
|
1808
1848
|
"line": 115,
|
|
1809
1849
|
"character": 23
|
|
1810
1850
|
},
|
|
1811
|
-
"name": "DevFilesMain"
|
|
1851
|
+
"name": "DevFilesMain",
|
|
1852
|
+
"componentId": {
|
|
1853
|
+
"scope": "teambit.component",
|
|
1854
|
+
"name": "dev-files"
|
|
1855
|
+
}
|
|
1812
1856
|
},
|
|
1813
1857
|
"isOptional": false,
|
|
1814
1858
|
"isSpread": false
|
|
@@ -1828,7 +1872,11 @@
|
|
|
1828
1872
|
"line": 117,
|
|
1829
1873
|
"character": 22
|
|
1830
1874
|
},
|
|
1831
|
-
"name": "BuilderMain"
|
|
1875
|
+
"name": "BuilderMain",
|
|
1876
|
+
"componentId": {
|
|
1877
|
+
"scope": "teambit.pipelines",
|
|
1878
|
+
"name": "builder"
|
|
1879
|
+
}
|
|
1832
1880
|
},
|
|
1833
1881
|
"isOptional": false,
|
|
1834
1882
|
"isSpread": false
|
|
@@ -1963,7 +2011,11 @@
|
|
|
1963
2011
|
"line": 122,
|
|
1964
2012
|
"character": 26
|
|
1965
2013
|
},
|
|
1966
|
-
"name": "Component"
|
|
2014
|
+
"name": "Component",
|
|
2015
|
+
"componentId": {
|
|
2016
|
+
"scope": "teambit.component",
|
|
2017
|
+
"name": "component"
|
|
2018
|
+
}
|
|
1967
2019
|
}
|
|
1968
2020
|
},
|
|
1969
2021
|
"isOptional": false,
|
|
@@ -1984,7 +2036,8 @@
|
|
|
1984
2036
|
"line": 122,
|
|
1985
2037
|
"character": 46
|
|
1986
2038
|
},
|
|
1987
|
-
"name": "TesterOptions"
|
|
2039
|
+
"name": "TesterOptions",
|
|
2040
|
+
"internalFilePath": "tester.main.runtime.ts"
|
|
1988
2041
|
},
|
|
1989
2042
|
"isOptional": true,
|
|
1990
2043
|
"isSpread": false
|
|
@@ -2007,6 +2060,10 @@
|
|
|
2007
2060
|
"character": 70
|
|
2008
2061
|
},
|
|
2009
2062
|
"name": "EnvsExecutionResult",
|
|
2063
|
+
"componentId": {
|
|
2064
|
+
"scope": "teambit.envs",
|
|
2065
|
+
"name": "envs"
|
|
2066
|
+
},
|
|
2010
2067
|
"typeArgs": [
|
|
2011
2068
|
{
|
|
2012
2069
|
"__schema": "TypeRefSchema",
|
|
@@ -2068,7 +2125,11 @@
|
|
|
2068
2125
|
"line": 144,
|
|
2069
2126
|
"character": 27
|
|
2070
2127
|
},
|
|
2071
|
-
"name": "Component"
|
|
2128
|
+
"name": "Component",
|
|
2129
|
+
"componentId": {
|
|
2130
|
+
"scope": "teambit.component",
|
|
2131
|
+
"name": "component"
|
|
2132
|
+
}
|
|
2072
2133
|
}
|
|
2073
2134
|
},
|
|
2074
2135
|
"isOptional": false,
|
|
@@ -2089,7 +2150,8 @@
|
|
|
2089
2150
|
"line": 144,
|
|
2090
2151
|
"character": 47
|
|
2091
2152
|
},
|
|
2092
|
-
"name": "TesterOptions"
|
|
2153
|
+
"name": "TesterOptions",
|
|
2154
|
+
"internalFilePath": "tester.main.runtime.ts"
|
|
2093
2155
|
},
|
|
2094
2156
|
"isOptional": true,
|
|
2095
2157
|
"isSpread": false
|
|
@@ -2156,7 +2218,11 @@
|
|
|
2156
2218
|
"line": 165,
|
|
2157
2219
|
"character": 16
|
|
2158
2220
|
},
|
|
2159
|
-
"name": "IComponent"
|
|
2221
|
+
"name": "IComponent",
|
|
2222
|
+
"componentId": {
|
|
2223
|
+
"scope": "teambit.component",
|
|
2224
|
+
"name": "component"
|
|
2225
|
+
}
|
|
2160
2226
|
},
|
|
2161
2227
|
"isOptional": false,
|
|
2162
2228
|
"isSpread": false
|
|
@@ -2224,7 +2290,12 @@
|
|
|
2224
2290
|
"line": 167,
|
|
2225
2291
|
"character": 31
|
|
2226
2292
|
},
|
|
2227
|
-
"name": "TestsResult"
|
|
2293
|
+
"name": "TestsResult",
|
|
2294
|
+
"componentId": {
|
|
2295
|
+
"scope": "teambit.defender",
|
|
2296
|
+
"name": "tests-results",
|
|
2297
|
+
"version": "1.0.5"
|
|
2298
|
+
}
|
|
2228
2299
|
},
|
|
2229
2300
|
"isOptional": true
|
|
2230
2301
|
},
|
|
@@ -2334,7 +2405,11 @@
|
|
|
2334
2405
|
"line": 190,
|
|
2335
2406
|
"character": 38
|
|
2336
2407
|
},
|
|
2337
|
-
"name": "Component"
|
|
2408
|
+
"name": "Component",
|
|
2409
|
+
"componentId": {
|
|
2410
|
+
"scope": "teambit.component",
|
|
2411
|
+
"name": "component"
|
|
2412
|
+
}
|
|
2338
2413
|
},
|
|
2339
2414
|
"isOptional": false,
|
|
2340
2415
|
"isSpread": false
|
|
@@ -2408,7 +2483,11 @@
|
|
|
2408
2483
|
"line": 205,
|
|
2409
2484
|
"character": 27
|
|
2410
2485
|
},
|
|
2411
|
-
"name": "Component"
|
|
2486
|
+
"name": "Component",
|
|
2487
|
+
"componentId": {
|
|
2488
|
+
"scope": "teambit.component",
|
|
2489
|
+
"name": "component"
|
|
2490
|
+
}
|
|
2412
2491
|
},
|
|
2413
2492
|
"isOptional": false,
|
|
2414
2493
|
"isSpread": false
|
|
@@ -2479,7 +2558,11 @@
|
|
|
2479
2558
|
"line": 232,
|
|
2480
2559
|
"character": 7
|
|
2481
2560
|
},
|
|
2482
|
-
"name": "CLIMain"
|
|
2561
|
+
"name": "CLIMain",
|
|
2562
|
+
"componentId": {
|
|
2563
|
+
"scope": "teambit.harmony",
|
|
2564
|
+
"name": "cli"
|
|
2565
|
+
}
|
|
2483
2566
|
},
|
|
2484
2567
|
{
|
|
2485
2568
|
"__schema": "TypeRefSchema",
|
|
@@ -2488,7 +2571,11 @@
|
|
|
2488
2571
|
"line": 233,
|
|
2489
2572
|
"character": 7
|
|
2490
2573
|
},
|
|
2491
|
-
"name": "EnvsMain"
|
|
2574
|
+
"name": "EnvsMain",
|
|
2575
|
+
"componentId": {
|
|
2576
|
+
"scope": "teambit.envs",
|
|
2577
|
+
"name": "envs"
|
|
2578
|
+
}
|
|
2492
2579
|
},
|
|
2493
2580
|
{
|
|
2494
2581
|
"__schema": "TypeRefSchema",
|
|
@@ -2497,7 +2584,11 @@
|
|
|
2497
2584
|
"line": 234,
|
|
2498
2585
|
"character": 7
|
|
2499
2586
|
},
|
|
2500
|
-
"name": "Workspace"
|
|
2587
|
+
"name": "Workspace",
|
|
2588
|
+
"componentId": {
|
|
2589
|
+
"scope": "teambit.workspace",
|
|
2590
|
+
"name": "workspace"
|
|
2591
|
+
}
|
|
2501
2592
|
},
|
|
2502
2593
|
{
|
|
2503
2594
|
"__schema": "TypeRefSchema",
|
|
@@ -2506,7 +2597,11 @@
|
|
|
2506
2597
|
"line": 235,
|
|
2507
2598
|
"character": 7
|
|
2508
2599
|
},
|
|
2509
|
-
"name": "LoggerMain"
|
|
2600
|
+
"name": "LoggerMain",
|
|
2601
|
+
"componentId": {
|
|
2602
|
+
"scope": "teambit.harmony",
|
|
2603
|
+
"name": "logger"
|
|
2604
|
+
}
|
|
2510
2605
|
},
|
|
2511
2606
|
{
|
|
2512
2607
|
"__schema": "TypeRefSchema",
|
|
@@ -2515,7 +2610,11 @@
|
|
|
2515
2610
|
"line": 236,
|
|
2516
2611
|
"character": 7
|
|
2517
2612
|
},
|
|
2518
|
-
"name": "GraphqlMain"
|
|
2613
|
+
"name": "GraphqlMain",
|
|
2614
|
+
"componentId": {
|
|
2615
|
+
"scope": "teambit.harmony",
|
|
2616
|
+
"name": "graphql"
|
|
2617
|
+
}
|
|
2519
2618
|
},
|
|
2520
2619
|
{
|
|
2521
2620
|
"__schema": "TypeRefSchema",
|
|
@@ -2524,7 +2623,11 @@
|
|
|
2524
2623
|
"line": 237,
|
|
2525
2624
|
"character": 7
|
|
2526
2625
|
},
|
|
2527
|
-
"name": "UiMain"
|
|
2626
|
+
"name": "UiMain",
|
|
2627
|
+
"componentId": {
|
|
2628
|
+
"scope": "teambit.ui-foundation",
|
|
2629
|
+
"name": "ui"
|
|
2630
|
+
}
|
|
2528
2631
|
},
|
|
2529
2632
|
{
|
|
2530
2633
|
"__schema": "TypeRefSchema",
|
|
@@ -2533,7 +2636,11 @@
|
|
|
2533
2636
|
"line": 238,
|
|
2534
2637
|
"character": 7
|
|
2535
2638
|
},
|
|
2536
|
-
"name": "DevFilesMain"
|
|
2639
|
+
"name": "DevFilesMain",
|
|
2640
|
+
"componentId": {
|
|
2641
|
+
"scope": "teambit.component",
|
|
2642
|
+
"name": "dev-files"
|
|
2643
|
+
}
|
|
2537
2644
|
},
|
|
2538
2645
|
{
|
|
2539
2646
|
"__schema": "TypeRefSchema",
|
|
@@ -2542,7 +2649,11 @@
|
|
|
2542
2649
|
"line": 239,
|
|
2543
2650
|
"character": 7
|
|
2544
2651
|
},
|
|
2545
|
-
"name": "BuilderMain"
|
|
2652
|
+
"name": "BuilderMain",
|
|
2653
|
+
"componentId": {
|
|
2654
|
+
"scope": "teambit.pipelines",
|
|
2655
|
+
"name": "builder"
|
|
2656
|
+
}
|
|
2546
2657
|
}
|
|
2547
2658
|
]
|
|
2548
2659
|
},
|
|
@@ -2564,7 +2675,8 @@
|
|
|
2564
2675
|
"line": 241,
|
|
2565
2676
|
"character": 13
|
|
2566
2677
|
},
|
|
2567
|
-
"name": "TesterExtensionConfig"
|
|
2678
|
+
"name": "TesterExtensionConfig",
|
|
2679
|
+
"internalFilePath": "tester.main.runtime.ts"
|
|
2568
2680
|
},
|
|
2569
2681
|
"isOptional": false,
|
|
2570
2682
|
"isSpread": false
|
|
@@ -2695,7 +2807,11 @@
|
|
|
2695
2807
|
"line": 20,
|
|
2696
2808
|
"character": 24
|
|
2697
2809
|
},
|
|
2698
|
-
"name": "ComponentUI"
|
|
2810
|
+
"name": "ComponentUI",
|
|
2811
|
+
"componentId": {
|
|
2812
|
+
"scope": "teambit.component",
|
|
2813
|
+
"name": "component"
|
|
2814
|
+
}
|
|
2699
2815
|
},
|
|
2700
2816
|
"isOptional": false,
|
|
2701
2817
|
"isSpread": false
|
|
@@ -2768,7 +2884,8 @@
|
|
|
2768
2884
|
"line": 27,
|
|
2769
2885
|
"character": 43
|
|
2770
2886
|
},
|
|
2771
|
-
"name": "ComponentType"
|
|
2887
|
+
"name": "ComponentType",
|
|
2888
|
+
"packageName": "react"
|
|
2772
2889
|
},
|
|
2773
2890
|
"isOptional": false,
|
|
2774
2891
|
"isSpread": false
|
|
@@ -2860,7 +2977,11 @@
|
|
|
2860
2977
|
"line": 39,
|
|
2861
2978
|
"character": 37
|
|
2862
2979
|
},
|
|
2863
|
-
"name": "ComponentUI"
|
|
2980
|
+
"name": "ComponentUI",
|
|
2981
|
+
"componentId": {
|
|
2982
|
+
"scope": "teambit.component",
|
|
2983
|
+
"name": "component"
|
|
2984
|
+
}
|
|
2864
2985
|
},
|
|
2865
2986
|
{
|
|
2866
2987
|
"__schema": "TypeRefSchema",
|
|
@@ -2869,7 +2990,11 @@
|
|
|
2869
2990
|
"line": 39,
|
|
2870
2991
|
"character": 50
|
|
2871
2992
|
},
|
|
2872
|
-
"name": "ComponentCompareUI"
|
|
2993
|
+
"name": "ComponentCompareUI",
|
|
2994
|
+
"componentId": {
|
|
2995
|
+
"scope": "teambit.component",
|
|
2996
|
+
"name": "component-compare"
|
|
2997
|
+
}
|
|
2873
2998
|
}
|
|
2874
2999
|
]
|
|
2875
3000
|
},
|
|
@@ -2972,6 +3097,11 @@
|
|
|
2972
3097
|
"character": 30
|
|
2973
3098
|
},
|
|
2974
3099
|
"name": "SlotRegistry",
|
|
3100
|
+
"componentId": {
|
|
3101
|
+
"scope": "teambit.harmony",
|
|
3102
|
+
"name": "harmony",
|
|
3103
|
+
"version": "0.4.6"
|
|
3104
|
+
},
|
|
2975
3105
|
"typeArgs": [
|
|
2976
3106
|
{
|
|
2977
3107
|
"__schema": "TypeRefSchema",
|
|
@@ -2980,7 +3110,8 @@
|
|
|
2980
3110
|
"line": 11,
|
|
2981
3111
|
"character": 43
|
|
2982
3112
|
},
|
|
2983
|
-
"name": "ComponentType"
|
|
3113
|
+
"name": "ComponentType",
|
|
3114
|
+
"packageName": "react"
|
|
2984
3115
|
}
|
|
2985
3116
|
]
|
|
2986
3117
|
}
|
|
@@ -3072,6 +3203,10 @@
|
|
|
3072
3203
|
"character": 13
|
|
3073
3204
|
},
|
|
3074
3205
|
"name": "EnvHandler",
|
|
3206
|
+
"componentId": {
|
|
3207
|
+
"scope": "teambit.envs",
|
|
3208
|
+
"name": "envs"
|
|
3209
|
+
},
|
|
3075
3210
|
"typeArgs": [
|
|
3076
3211
|
{
|
|
3077
3212
|
"__schema": "TypeRefSchema",
|
|
@@ -3270,7 +3405,12 @@
|
|
|
3270
3405
|
"line": 21,
|
|
3271
3406
|
"character": 13
|
|
3272
3407
|
},
|
|
3273
|
-
"name": "TestsResult"
|
|
3408
|
+
"name": "TestsResult",
|
|
3409
|
+
"componentId": {
|
|
3410
|
+
"scope": "teambit.defender",
|
|
3411
|
+
"name": "tests-results",
|
|
3412
|
+
"version": "1.0.5"
|
|
3413
|
+
}
|
|
3274
3414
|
},
|
|
3275
3415
|
"isOptional": true
|
|
3276
3416
|
},
|
|
@@ -3364,6 +3504,10 @@
|
|
|
3364
3504
|
"character": 25
|
|
3365
3505
|
},
|
|
3366
3506
|
"name": "ComponentMap",
|
|
3507
|
+
"componentId": {
|
|
3508
|
+
"scope": "teambit.component",
|
|
3509
|
+
"name": "component"
|
|
3510
|
+
},
|
|
3367
3511
|
"typeArgs": [
|
|
3368
3512
|
{
|
|
3369
3513
|
"__schema": "TypeArraySchema",
|
|
@@ -3379,7 +3523,12 @@
|
|
|
3379
3523
|
"line": 33,
|
|
3380
3524
|
"character": 38
|
|
3381
3525
|
},
|
|
3382
|
-
"name": "AbstractVinyl"
|
|
3526
|
+
"name": "AbstractVinyl",
|
|
3527
|
+
"componentId": {
|
|
3528
|
+
"scope": "teambit.component",
|
|
3529
|
+
"name": "sources",
|
|
3530
|
+
"version": "0.0.72"
|
|
3531
|
+
}
|
|
3383
3532
|
}
|
|
3384
3533
|
}
|
|
3385
3534
|
]
|
|
@@ -3564,6 +3713,10 @@
|
|
|
3564
3713
|
"character": 36
|
|
3565
3714
|
},
|
|
3566
3715
|
"name": "ComponentMap",
|
|
3716
|
+
"componentId": {
|
|
3717
|
+
"scope": "teambit.component",
|
|
3718
|
+
"name": "component"
|
|
3719
|
+
},
|
|
3567
3720
|
"typeArgs": [
|
|
3568
3721
|
{
|
|
3569
3722
|
"__schema": "TypeRefSchema",
|
|
@@ -3652,7 +3805,11 @@
|
|
|
3652
3805
|
"line": 63,
|
|
3653
3806
|
"character": 15
|
|
3654
3807
|
},
|
|
3655
|
-
"name": "Component"
|
|
3808
|
+
"name": "Component",
|
|
3809
|
+
"componentId": {
|
|
3810
|
+
"scope": "teambit.component",
|
|
3811
|
+
"name": "component"
|
|
3812
|
+
}
|
|
3656
3813
|
}
|
|
3657
3814
|
},
|
|
3658
3815
|
"isOptional": false
|
|
@@ -4071,7 +4228,7 @@
|
|
|
4071
4228
|
"_legacy": {
|
|
4072
4229
|
"scope": "teambit.defender",
|
|
4073
4230
|
"name": "tester",
|
|
4074
|
-
"version": "1.0.
|
|
4231
|
+
"version": "1.0.515"
|
|
4075
4232
|
},
|
|
4076
4233
|
"_scope": "teambit.defender"
|
|
4077
4234
|
}
|
|
@@ -5029,7 +5186,11 @@
|
|
|
5029
5186
|
"line": 93,
|
|
5030
5187
|
"character": 22
|
|
5031
5188
|
},
|
|
5032
|
-
"name": "GraphqlMain"
|
|
5189
|
+
"name": "GraphqlMain",
|
|
5190
|
+
"componentId": {
|
|
5191
|
+
"scope": "teambit.harmony",
|
|
5192
|
+
"name": "graphql"
|
|
5193
|
+
}
|
|
5033
5194
|
},
|
|
5034
5195
|
"isOptional": false,
|
|
5035
5196
|
"isSpread": false
|
|
@@ -5049,7 +5210,11 @@
|
|
|
5049
5210
|
"line": 98,
|
|
5050
5211
|
"character": 19
|
|
5051
5212
|
},
|
|
5052
|
-
"name": "EnvsMain"
|
|
5213
|
+
"name": "EnvsMain",
|
|
5214
|
+
"componentId": {
|
|
5215
|
+
"scope": "teambit.envs",
|
|
5216
|
+
"name": "envs"
|
|
5217
|
+
}
|
|
5053
5218
|
},
|
|
5054
5219
|
"isOptional": false,
|
|
5055
5220
|
"isSpread": false
|
|
@@ -5069,7 +5234,11 @@
|
|
|
5069
5234
|
"line": 103,
|
|
5070
5235
|
"character": 24
|
|
5071
5236
|
},
|
|
5072
|
-
"name": "Workspace"
|
|
5237
|
+
"name": "Workspace",
|
|
5238
|
+
"componentId": {
|
|
5239
|
+
"scope": "teambit.workspace",
|
|
5240
|
+
"name": "workspace"
|
|
5241
|
+
}
|
|
5073
5242
|
},
|
|
5074
5243
|
"isOptional": false,
|
|
5075
5244
|
"isSpread": false
|
|
@@ -5089,7 +5258,8 @@
|
|
|
5089
5258
|
"line": 108,
|
|
5090
5259
|
"character": 23
|
|
5091
5260
|
},
|
|
5092
|
-
"name": "TesterService"
|
|
5261
|
+
"name": "TesterService",
|
|
5262
|
+
"internalFilePath": "tester.service.ts"
|
|
5093
5263
|
},
|
|
5094
5264
|
"isOptional": false,
|
|
5095
5265
|
"isSpread": false
|
|
@@ -5109,7 +5279,8 @@
|
|
|
5109
5279
|
"line": 113,
|
|
5110
5280
|
"character": 20
|
|
5111
5281
|
},
|
|
5112
|
-
"name": "TesterTask"
|
|
5282
|
+
"name": "TesterTask",
|
|
5283
|
+
"internalFilePath": "tester.task.ts"
|
|
5113
5284
|
},
|
|
5114
5285
|
"isOptional": false,
|
|
5115
5286
|
"isSpread": false
|
|
@@ -5129,7 +5300,11 @@
|
|
|
5129
5300
|
"line": 115,
|
|
5130
5301
|
"character": 23
|
|
5131
5302
|
},
|
|
5132
|
-
"name": "DevFilesMain"
|
|
5303
|
+
"name": "DevFilesMain",
|
|
5304
|
+
"componentId": {
|
|
5305
|
+
"scope": "teambit.component",
|
|
5306
|
+
"name": "dev-files"
|
|
5307
|
+
}
|
|
5133
5308
|
},
|
|
5134
5309
|
"isOptional": false,
|
|
5135
5310
|
"isSpread": false
|
|
@@ -5149,7 +5324,11 @@
|
|
|
5149
5324
|
"line": 117,
|
|
5150
5325
|
"character": 22
|
|
5151
5326
|
},
|
|
5152
|
-
"name": "BuilderMain"
|
|
5327
|
+
"name": "BuilderMain",
|
|
5328
|
+
"componentId": {
|
|
5329
|
+
"scope": "teambit.pipelines",
|
|
5330
|
+
"name": "builder"
|
|
5331
|
+
}
|
|
5153
5332
|
},
|
|
5154
5333
|
"isOptional": false,
|
|
5155
5334
|
"isSpread": false
|
|
@@ -5284,7 +5463,11 @@
|
|
|
5284
5463
|
"line": 122,
|
|
5285
5464
|
"character": 26
|
|
5286
5465
|
},
|
|
5287
|
-
"name": "Component"
|
|
5466
|
+
"name": "Component",
|
|
5467
|
+
"componentId": {
|
|
5468
|
+
"scope": "teambit.component",
|
|
5469
|
+
"name": "component"
|
|
5470
|
+
}
|
|
5288
5471
|
}
|
|
5289
5472
|
},
|
|
5290
5473
|
"isOptional": false,
|
|
@@ -5305,7 +5488,8 @@
|
|
|
5305
5488
|
"line": 122,
|
|
5306
5489
|
"character": 46
|
|
5307
5490
|
},
|
|
5308
|
-
"name": "TesterOptions"
|
|
5491
|
+
"name": "TesterOptions",
|
|
5492
|
+
"internalFilePath": "tester.main.runtime.ts"
|
|
5309
5493
|
},
|
|
5310
5494
|
"isOptional": true,
|
|
5311
5495
|
"isSpread": false
|
|
@@ -5328,6 +5512,10 @@
|
|
|
5328
5512
|
"character": 70
|
|
5329
5513
|
},
|
|
5330
5514
|
"name": "EnvsExecutionResult",
|
|
5515
|
+
"componentId": {
|
|
5516
|
+
"scope": "teambit.envs",
|
|
5517
|
+
"name": "envs"
|
|
5518
|
+
},
|
|
5331
5519
|
"typeArgs": [
|
|
5332
5520
|
{
|
|
5333
5521
|
"__schema": "TypeRefSchema",
|
|
@@ -5389,7 +5577,11 @@
|
|
|
5389
5577
|
"line": 144,
|
|
5390
5578
|
"character": 27
|
|
5391
5579
|
},
|
|
5392
|
-
"name": "Component"
|
|
5580
|
+
"name": "Component",
|
|
5581
|
+
"componentId": {
|
|
5582
|
+
"scope": "teambit.component",
|
|
5583
|
+
"name": "component"
|
|
5584
|
+
}
|
|
5393
5585
|
}
|
|
5394
5586
|
},
|
|
5395
5587
|
"isOptional": false,
|
|
@@ -5410,7 +5602,8 @@
|
|
|
5410
5602
|
"line": 144,
|
|
5411
5603
|
"character": 47
|
|
5412
5604
|
},
|
|
5413
|
-
"name": "TesterOptions"
|
|
5605
|
+
"name": "TesterOptions",
|
|
5606
|
+
"internalFilePath": "tester.main.runtime.ts"
|
|
5414
5607
|
},
|
|
5415
5608
|
"isOptional": true,
|
|
5416
5609
|
"isSpread": false
|
|
@@ -5477,7 +5670,11 @@
|
|
|
5477
5670
|
"line": 165,
|
|
5478
5671
|
"character": 16
|
|
5479
5672
|
},
|
|
5480
|
-
"name": "IComponent"
|
|
5673
|
+
"name": "IComponent",
|
|
5674
|
+
"componentId": {
|
|
5675
|
+
"scope": "teambit.component",
|
|
5676
|
+
"name": "component"
|
|
5677
|
+
}
|
|
5481
5678
|
},
|
|
5482
5679
|
"isOptional": false,
|
|
5483
5680
|
"isSpread": false
|
|
@@ -5545,7 +5742,12 @@
|
|
|
5545
5742
|
"line": 167,
|
|
5546
5743
|
"character": 31
|
|
5547
5744
|
},
|
|
5548
|
-
"name": "TestsResult"
|
|
5745
|
+
"name": "TestsResult",
|
|
5746
|
+
"componentId": {
|
|
5747
|
+
"scope": "teambit.defender",
|
|
5748
|
+
"name": "tests-results",
|
|
5749
|
+
"version": "1.0.5"
|
|
5750
|
+
}
|
|
5549
5751
|
},
|
|
5550
5752
|
"isOptional": true
|
|
5551
5753
|
},
|
|
@@ -5655,7 +5857,11 @@
|
|
|
5655
5857
|
"line": 190,
|
|
5656
5858
|
"character": 38
|
|
5657
5859
|
},
|
|
5658
|
-
"name": "Component"
|
|
5860
|
+
"name": "Component",
|
|
5861
|
+
"componentId": {
|
|
5862
|
+
"scope": "teambit.component",
|
|
5863
|
+
"name": "component"
|
|
5864
|
+
}
|
|
5659
5865
|
},
|
|
5660
5866
|
"isOptional": false,
|
|
5661
5867
|
"isSpread": false
|
|
@@ -5729,7 +5935,11 @@
|
|
|
5729
5935
|
"line": 205,
|
|
5730
5936
|
"character": 27
|
|
5731
5937
|
},
|
|
5732
|
-
"name": "Component"
|
|
5938
|
+
"name": "Component",
|
|
5939
|
+
"componentId": {
|
|
5940
|
+
"scope": "teambit.component",
|
|
5941
|
+
"name": "component"
|
|
5942
|
+
}
|
|
5733
5943
|
},
|
|
5734
5944
|
"isOptional": false,
|
|
5735
5945
|
"isSpread": false
|
|
@@ -5800,7 +6010,11 @@
|
|
|
5800
6010
|
"line": 232,
|
|
5801
6011
|
"character": 7
|
|
5802
6012
|
},
|
|
5803
|
-
"name": "CLIMain"
|
|
6013
|
+
"name": "CLIMain",
|
|
6014
|
+
"componentId": {
|
|
6015
|
+
"scope": "teambit.harmony",
|
|
6016
|
+
"name": "cli"
|
|
6017
|
+
}
|
|
5804
6018
|
},
|
|
5805
6019
|
{
|
|
5806
6020
|
"__schema": "TypeRefSchema",
|
|
@@ -5809,7 +6023,11 @@
|
|
|
5809
6023
|
"line": 233,
|
|
5810
6024
|
"character": 7
|
|
5811
6025
|
},
|
|
5812
|
-
"name": "EnvsMain"
|
|
6026
|
+
"name": "EnvsMain",
|
|
6027
|
+
"componentId": {
|
|
6028
|
+
"scope": "teambit.envs",
|
|
6029
|
+
"name": "envs"
|
|
6030
|
+
}
|
|
5813
6031
|
},
|
|
5814
6032
|
{
|
|
5815
6033
|
"__schema": "TypeRefSchema",
|
|
@@ -5818,7 +6036,11 @@
|
|
|
5818
6036
|
"line": 234,
|
|
5819
6037
|
"character": 7
|
|
5820
6038
|
},
|
|
5821
|
-
"name": "Workspace"
|
|
6039
|
+
"name": "Workspace",
|
|
6040
|
+
"componentId": {
|
|
6041
|
+
"scope": "teambit.workspace",
|
|
6042
|
+
"name": "workspace"
|
|
6043
|
+
}
|
|
5822
6044
|
},
|
|
5823
6045
|
{
|
|
5824
6046
|
"__schema": "TypeRefSchema",
|
|
@@ -5827,7 +6049,11 @@
|
|
|
5827
6049
|
"line": 235,
|
|
5828
6050
|
"character": 7
|
|
5829
6051
|
},
|
|
5830
|
-
"name": "LoggerMain"
|
|
6052
|
+
"name": "LoggerMain",
|
|
6053
|
+
"componentId": {
|
|
6054
|
+
"scope": "teambit.harmony",
|
|
6055
|
+
"name": "logger"
|
|
6056
|
+
}
|
|
5831
6057
|
},
|
|
5832
6058
|
{
|
|
5833
6059
|
"__schema": "TypeRefSchema",
|
|
@@ -5836,7 +6062,11 @@
|
|
|
5836
6062
|
"line": 236,
|
|
5837
6063
|
"character": 7
|
|
5838
6064
|
},
|
|
5839
|
-
"name": "GraphqlMain"
|
|
6065
|
+
"name": "GraphqlMain",
|
|
6066
|
+
"componentId": {
|
|
6067
|
+
"scope": "teambit.harmony",
|
|
6068
|
+
"name": "graphql"
|
|
6069
|
+
}
|
|
5840
6070
|
},
|
|
5841
6071
|
{
|
|
5842
6072
|
"__schema": "TypeRefSchema",
|
|
@@ -5845,7 +6075,11 @@
|
|
|
5845
6075
|
"line": 237,
|
|
5846
6076
|
"character": 7
|
|
5847
6077
|
},
|
|
5848
|
-
"name": "UiMain"
|
|
6078
|
+
"name": "UiMain",
|
|
6079
|
+
"componentId": {
|
|
6080
|
+
"scope": "teambit.ui-foundation",
|
|
6081
|
+
"name": "ui"
|
|
6082
|
+
}
|
|
5849
6083
|
},
|
|
5850
6084
|
{
|
|
5851
6085
|
"__schema": "TypeRefSchema",
|
|
@@ -5854,7 +6088,11 @@
|
|
|
5854
6088
|
"line": 238,
|
|
5855
6089
|
"character": 7
|
|
5856
6090
|
},
|
|
5857
|
-
"name": "DevFilesMain"
|
|
6091
|
+
"name": "DevFilesMain",
|
|
6092
|
+
"componentId": {
|
|
6093
|
+
"scope": "teambit.component",
|
|
6094
|
+
"name": "dev-files"
|
|
6095
|
+
}
|
|
5858
6096
|
},
|
|
5859
6097
|
{
|
|
5860
6098
|
"__schema": "TypeRefSchema",
|
|
@@ -5863,7 +6101,11 @@
|
|
|
5863
6101
|
"line": 239,
|
|
5864
6102
|
"character": 7
|
|
5865
6103
|
},
|
|
5866
|
-
"name": "BuilderMain"
|
|
6104
|
+
"name": "BuilderMain",
|
|
6105
|
+
"componentId": {
|
|
6106
|
+
"scope": "teambit.pipelines",
|
|
6107
|
+
"name": "builder"
|
|
6108
|
+
}
|
|
5867
6109
|
}
|
|
5868
6110
|
]
|
|
5869
6111
|
},
|
|
@@ -5885,7 +6127,8 @@
|
|
|
5885
6127
|
"line": 241,
|
|
5886
6128
|
"character": 13
|
|
5887
6129
|
},
|
|
5888
|
-
"name": "TesterExtensionConfig"
|
|
6130
|
+
"name": "TesterExtensionConfig",
|
|
6131
|
+
"internalFilePath": "tester.main.runtime.ts"
|
|
5889
6132
|
},
|
|
5890
6133
|
"isOptional": false,
|
|
5891
6134
|
"isSpread": false
|
|
@@ -5948,6 +6191,11 @@
|
|
|
5948
6191
|
"character": 30
|
|
5949
6192
|
},
|
|
5950
6193
|
"name": "SlotRegistry",
|
|
6194
|
+
"componentId": {
|
|
6195
|
+
"scope": "teambit.harmony",
|
|
6196
|
+
"name": "harmony",
|
|
6197
|
+
"version": "0.4.6"
|
|
6198
|
+
},
|
|
5951
6199
|
"typeArgs": [
|
|
5952
6200
|
{
|
|
5953
6201
|
"__schema": "TypeRefSchema",
|
|
@@ -5956,7 +6204,8 @@
|
|
|
5956
6204
|
"line": 11,
|
|
5957
6205
|
"character": 43
|
|
5958
6206
|
},
|
|
5959
|
-
"name": "ComponentType"
|
|
6207
|
+
"name": "ComponentType",
|
|
6208
|
+
"packageName": "react"
|
|
5960
6209
|
}
|
|
5961
6210
|
]
|
|
5962
6211
|
}
|
|
@@ -6058,7 +6307,11 @@
|
|
|
6058
6307
|
"line": 20,
|
|
6059
6308
|
"character": 24
|
|
6060
6309
|
},
|
|
6061
|
-
"name": "ComponentUI"
|
|
6310
|
+
"name": "ComponentUI",
|
|
6311
|
+
"componentId": {
|
|
6312
|
+
"scope": "teambit.component",
|
|
6313
|
+
"name": "component"
|
|
6314
|
+
}
|
|
6062
6315
|
},
|
|
6063
6316
|
"isOptional": false,
|
|
6064
6317
|
"isSpread": false
|
|
@@ -6131,7 +6384,8 @@
|
|
|
6131
6384
|
"line": 27,
|
|
6132
6385
|
"character": 43
|
|
6133
6386
|
},
|
|
6134
|
-
"name": "ComponentType"
|
|
6387
|
+
"name": "ComponentType",
|
|
6388
|
+
"packageName": "react"
|
|
6135
6389
|
},
|
|
6136
6390
|
"isOptional": false,
|
|
6137
6391
|
"isSpread": false
|
|
@@ -6223,7 +6477,11 @@
|
|
|
6223
6477
|
"line": 39,
|
|
6224
6478
|
"character": 37
|
|
6225
6479
|
},
|
|
6226
|
-
"name": "ComponentUI"
|
|
6480
|
+
"name": "ComponentUI",
|
|
6481
|
+
"componentId": {
|
|
6482
|
+
"scope": "teambit.component",
|
|
6483
|
+
"name": "component"
|
|
6484
|
+
}
|
|
6227
6485
|
},
|
|
6228
6486
|
{
|
|
6229
6487
|
"__schema": "TypeRefSchema",
|
|
@@ -6232,7 +6490,11 @@
|
|
|
6232
6490
|
"line": 39,
|
|
6233
6491
|
"character": 50
|
|
6234
6492
|
},
|
|
6235
|
-
"name": "ComponentCompareUI"
|
|
6493
|
+
"name": "ComponentCompareUI",
|
|
6494
|
+
"componentId": {
|
|
6495
|
+
"scope": "teambit.component",
|
|
6496
|
+
"name": "component-compare"
|
|
6497
|
+
}
|
|
6236
6498
|
}
|
|
6237
6499
|
]
|
|
6238
6500
|
},
|
|
@@ -6383,7 +6645,7 @@
|
|
|
6383
6645
|
"componentId": {
|
|
6384
6646
|
"scope": "teambit.defender",
|
|
6385
6647
|
"name": "tester",
|
|
6386
|
-
"version": "1.0.
|
|
6648
|
+
"version": "1.0.515"
|
|
6387
6649
|
},
|
|
6388
6650
|
"taggedModuleExports": []
|
|
6389
6651
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_tester@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_tester@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_tester@1.0.515/dist/tester.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_tester@1.0.515/dist/tester.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/tester",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.515",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/defender/tester",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.defender",
|
|
8
8
|
"name": "tester",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.515"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -23,20 +23,20 @@
|
|
|
23
23
|
"@teambit/tests-results": "1.0.5",
|
|
24
24
|
"@teambit/defender.ui.test-compare-section": "0.0.100",
|
|
25
25
|
"@teambit/bit-error": "0.0.404",
|
|
26
|
-
"@teambit/cli": "0.0.
|
|
27
|
-
"@teambit/legacy.constants": "0.0.
|
|
28
|
-
"@teambit/logger": "0.0.
|
|
26
|
+
"@teambit/cli": "0.0.1092",
|
|
27
|
+
"@teambit/legacy.constants": "0.0.6",
|
|
28
|
+
"@teambit/logger": "0.0.1185",
|
|
29
29
|
"@teambit/toolbox.time.timer": "0.0.3",
|
|
30
|
-
"@teambit/workspace": "1.0.
|
|
31
|
-
"@teambit/envs": "1.0.
|
|
32
|
-
"@teambit/component": "1.0.
|
|
33
|
-
"@teambit/graphql": "1.0.
|
|
34
|
-
"@teambit/builder": "1.0.
|
|
35
|
-
"@teambit/dev-files": "1.0.
|
|
36
|
-
"@teambit/ui": "1.0.
|
|
37
|
-
"@teambit/compiler": "1.0.
|
|
38
|
-
"@teambit/component.sources": "0.0.
|
|
39
|
-
"@teambit/component-compare": "1.0.
|
|
30
|
+
"@teambit/workspace": "1.0.515",
|
|
31
|
+
"@teambit/envs": "1.0.515",
|
|
32
|
+
"@teambit/component": "1.0.515",
|
|
33
|
+
"@teambit/graphql": "1.0.515",
|
|
34
|
+
"@teambit/builder": "1.0.515",
|
|
35
|
+
"@teambit/dev-files": "1.0.515",
|
|
36
|
+
"@teambit/ui": "1.0.515",
|
|
37
|
+
"@teambit/compiler": "1.0.515",
|
|
38
|
+
"@teambit/component.sources": "0.0.72",
|
|
39
|
+
"@teambit/component-compare": "1.0.515",
|
|
40
40
|
"@teambit/defender.ui.test-compare": "0.0.274",
|
|
41
41
|
"@teambit/defender.ui.test-page": "0.0.52"
|
|
42
42
|
},
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@types/lodash": "4.14.165",
|
|
47
47
|
"@types/mocha": "9.1.0",
|
|
48
48
|
"@teambit/defender.content.tester-overview": "1.95.0",
|
|
49
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
49
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.68"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^17.0.0 || ^18.0.0",
|