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