@teambit/compiler 1.0.452 → 1.0.453
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.compilation/compiler@1.0.
|
|
3
|
+
<testsuite name="teambit.compilation/compiler@1.0.453" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports["teambit.compilation/compiler-preview"]=n():e["teambit.compilation/compiler-preview"]=n()}(self,(()=>(()=>{"use strict";var e={41314:(e,n,t)=>{var o={id:"teambit.compilation/content/compiler-overview@1.95.0",homepage:"https://bit.dev/teambit/compilation/content/compiler-overview",exported:!0};Object.defineProperty(n,"__esModule",{value:!0}),n.default=u,p(t(41594));var i=t(5016),r=t(65682),a=["components"];function p(e){return e&&e.__esModule?e:{default:e}}function m(){return m=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},m.apply(this,arguments)}function l(e,n){if(null==e)return{};var t,o,i=d(e,n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)t=r[o],n.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(i[t]=e[t])}return i}function d(e,n){if(null==e)return{};var t,o,i={},r=Object.keys(e);for(o=0;o<r.length;o++)t=r[o],n.indexOf(t)>=0||(i[t]=e[t]);return i}p.__bit_component=o,m.__bit_component=o,l.__bit_component=o,d.__bit_component=o;var c={},s="wrapper";function u(e){var n=e.components,t=l(e,a);return(0,i.mdx)(s,m({},c,t,{components:n,mdxType:"MDXLayout"}),(0,i.mdx)(r.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"},(0,i.mdx)("h1",null,"Compiler overview"),(0,i.mdx)("p",null,"The Compiler aspect provides a single interface for Component compilation, ",(0,i.mdx)("a",{parentName:"p",href:"/"},"during development")," and ",(0,i.mdx)("a",{parentName:"p",href:"/"},"during build"),".\nIt enables you to use the same commands and APIs to compile any Component, regardless of the specific compiler it uses."),(0,i.mdx)("div",{className:"admonition admonition-info alert alert--info"},(0,i.mdx)("div",{parentName:"div",className:"admonition-heading"},(0,i.mdx)("h5",{parentName:"div"},(0,i.mdx)("span",{parentName:"h5",className:"admonition-icon"},(0,i.mdx)("svg",{parentName:"span",xmlns:"http://www.w3.org/2000/svg",width:"14",height:"16",viewBox:"0 0 14 16"},(0,i.mdx)("path",{parentName:"svg",fillRule:"evenodd",d:"M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"}))),"info")),(0,i.mdx)("div",{parentName:"div",className:"admonition-content"},(0,i.mdx)("p",{parentName:"div"},"The specific compiler used by a Component (",(0,i.mdx)("a",{parentName:"p",href:"/"},"Babel"),", ",(0,i.mdx)("a",{parentName:"p",href:"/"},"TypeScript"),", and so on) is set by the Component's Env."))),(0,i.mdx)("h2",null,"Compiling during development"),(0,i.mdx)("p",null,"Run the following to compile all your Workspace Components:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre",className:"language-bash"},"bit compile\n")),(0,i.mdx)("p",null,"The following output lists the compilation results in a single format:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre",className:"language-bash"}," STATUS COMPONENT ID\n✔ SUCCESS apps/bit-dev\n✔ SUCCESS blocks/component/architecture-breakdown\n✔ SUCCESS blocks/footer\n✔ SUCCESS blocks/header\n✔ SUCCESS buttons/button\n✔ SUCCESS content/adding-components\n")),(0,i.mdx)("p",null,"To 'watch' Components for changes, and to auto-compile modified Components, run:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre"},"bit watch\n")),(0,i.mdx)("p",null,"The compiled code is written into each Component's corresponding package, in the ",(0,i.mdx)("a",{parentName:"p",href:"/dependencies/node-modules"},(0,i.mdx)("inlineCode",{parentName:"a"},"node_modules")," directory")," of your workspace.\nFor example, the compiled code for ",(0,i.mdx)("inlineCode",{parentName:"p"},"company.scope/ui/text")," will be found in the ",(0,i.mdx)("inlineCode",{parentName:"p"},"./node_modules/@company/scope.ui.text/dist")," directory (inside your workspace)."),(0,i.mdx)("p",null,"To learn more about compilation in the Workspace, see ",(0,i.mdx)("a",{parentName:"p",href:"/"},"'Compiling during development'"),"."),(0,i.mdx)("h2",null,"Compiling during build"),(0,i.mdx)("p",null,"Run the following to compile Components as part of the ",(0,i.mdx)("a",{parentName:"p",href:"/"},"build pipeline")," (which prepares Components for distribution):"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre",className:"language-bash"},"bit build\n")),(0,i.mdx)("p",null,"The output to the terminal details the specific compilers being used, as well as the Envs that use them:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre",className:"language-bash"},'...\n✔ env "teambit.harmony/aspect", task "teambit.compilation/compiler:BabelCompiler (compile components for artifact dist)" has completed successfully in 363ms\n✔ env "teambit.react/react", task "teambit.compilation/compiler:TSCompiler (compile components for artifact dist)" has completed successfully in 1s\n✔ env "teambit.mdx/mdx", task "teambit.compilation/compiler:MDXCompiler (compile components)" has completed successfully in 879ms\n...\nthe build has been completed. total: 19 tasks\n')),(0,i.mdx)("p",null,"The compiled code is written into the ",(0,i.mdx)("a",{parentName:"p",href:"/"},"Component's Capsule"),". Run ",(0,i.mdx)("a",{parentName:"p",href:"/"},(0,i.mdx)("inlineCode",{parentName:"a"},"bit snap"))," or ",(0,i.mdx)("a",{parentName:"p",href:"/"},(0,i.mdx)("inlineCode",{parentName:"a"},"bit tag"))," to execute the build pipeline (as well as other pipelines), and have the compiled code persisted in the ",(0,i.mdx)("a",{parentName:"p",href:"/"},"Component version"),", and included in the ",(0,i.mdx)("a",{parentName:"p",href:"/"},"Component's package"),"."),(0,i.mdx)("p",null,"To learn more about compilation in the Workspace, see ",(0,i.mdx)("a",{parentName:"p",href:"/"},"'Compiling during build'"),"."),(0,i.mdx)("h2",null,"Compilation strategies and standards"),(0,i.mdx)("p",null,"The Compiler aspect does not set specific compilation strategies as these are defined by the ",(0,i.mdx)("a",{parentName:"p",href:"/"},"specific compilers")," themselves (and are often configurable by the Envs that use them)."),(0,i.mdx)("p",null,"However, all official Bit compilers are configured to favor dev experience when compiling during development, and to favor runtime performance and code universality, when compiling for distribution (during build)."),(0,i.mdx)("p",null,"For example, Bit's ",(0,i.mdx)("a",{parentName:"p",href:"/"},"TypeScript compiler")," performs type-checking when compiling during build but skips it when compiling during development.\nThis enables faster compilation and better dev experience."),(0,i.mdx)("p",null,"To examine a Component's specific compiler config, run the following:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre"},"bit env get COMPONENT_ID\n")),(0,i.mdx)("p",null,"For example:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre"},"bit env get company.demo/ui/card\n")),(0,i.mdx)("p",null,"The output details the Component's env config which includes the compiler config:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre",className:"language-bash"},'Environment: teambit.react/react\n...\nteambit.compilation/compiler\n\nconfigured compiler: teambit.typescript/typescript (TypeScript @ 4.4.2)\ncompiler config:\n{\n "compilerOptions": {\n "lib": [\n "es2019",\n "DOM",\n "ES6",\n "DOM.Iterable"\n ],\n "target": "es2015",\n "module": "commonjs",\n "jsx": "react",\n "declaration": true,\n "sourceMap": true,\n "skipLibCheck": true,\n "moduleResolution": "node",\n "esModuleInterop": true,\n "resolveJsonModule": true,\n "outDir": "dist"\n },\n "exclude": [\n "dist"\n ]\n}\n\n')),(0,i.mdx)("h2",null,"Setting a Component with a specific compiler"),(0,i.mdx)("p",null,"Specific compilers are applied on Components via the Components' Envs. For example, the ",(0,i.mdx)("inlineCode",{parentName:"p"},"company.demo/ui/card")," Component examined earlier, is applied with\nthe ",(0,i.mdx)("a",{parentName:"p",href:"/"},"TypeScript")," compiler by its Env, the React Env."),(0,i.mdx)("p",null,"To learn how to use a specific compiler, see ",(0,i.mdx)("a",{parentName:"p",href:"/"},"'Using compilers'"),".")))}u.__bit_component=o,u.isMDXComponent=!0},6996:(e,n,t)=>{Object.defineProperty(n,"Ay",{enumerable:!0,get:function(){return o.default}});var o=i(t(41314));function i(e){return e&&e.__esModule?e:{default:e}}i.__bit_component={id:"teambit.compilation/content/compiler-overview@1.95.0",homepage:"https://bit.dev/teambit/compilation/content/compiler-overview",exported:!0}},99974:(e,n,t)=>{var o={id:"teambit.compilation/compiler@1.0.452",homepage:"https://bit.cloud/teambit/compilation/compiler",exported:!0};function i(){const e=r(t(41594));return i=function(){return e},e}function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(n,"__esModule",{value:!0}),n.Logo=void 0,i.__bit_component=o,r.__bit_component=o;const a=()=>i().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},i().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/compiler.svg"}));a.__bit_component=o,n.Logo=a},5016:e=>{e.exports=MdxJsReact},41594:e=>{e.exports=React},65682:e=>{e.exports=TeambitMdxUiMdxScopeContext}},n={};function t(o){var i=n[o];if(void 0!==i)return i.exports;var r=n[o]={exports:{}};return e[o](r,r.exports,t),r.exports}t.d=(e,n)=>{for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})},t.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};t.r(o),t.d(o,{compositions:()=>f,compositions_metadata:()=>x,overview:()=>h});var i={};t.r(i),t.d(i,{default:()=>u});var r=t(99974),a=(t(41594),t(5016)),p=t(65682),m=t(6996),l=["components"];function d(){return d=Object.assign?Object.assign.bind():function(e){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},d.apply(null,arguments)}var c={},s="wrapper";function u(e){var n=e.components,t=function(e,n){if(null==e)return{};var t,o,i=function(e,n){if(null==e)return{};var t={};for(var o in e)if({}.hasOwnProperty.call(e,o)){if(n.includes(o))continue;t[o]=e[o]}return t}(e,n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)t=r[o],n.includes(t)||{}.propertyIsEnumerable.call(e,t)&&(i[t]=e[t])}return i}(e,l);return(0,a.mdx)(s,d({},c,t,{components:n,mdxType:"MDXLayout"}),(0,a.mdx)(p.MDXScopeProvider,{components:{CompilerOverview:m.Ay},mdxType:"MDXScopeProvider"},(0,a.mdx)(m.Ay,{mdxType:"CompilerOverview"})))}u.isMDXComponent=!0;const f=[r],h=[i],x={compositions:[{displayName:"Logo",identifier:"Logo"}]};return o})()));
|
|
1
|
+
!function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports["teambit.compilation/compiler-preview"]=n():e["teambit.compilation/compiler-preview"]=n()}(self,(()=>(()=>{"use strict";var e={41314:(e,n,t)=>{var o={id:"teambit.compilation/content/compiler-overview@1.95.0",homepage:"https://bit.dev/teambit/compilation/content/compiler-overview",exported:!0};Object.defineProperty(n,"__esModule",{value:!0}),n.default=u,p(t(41594));var i=t(5016),r=t(65682),a=["components"];function p(e){return e&&e.__esModule?e:{default:e}}function m(){return m=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},m.apply(this,arguments)}function l(e,n){if(null==e)return{};var t,o,i=d(e,n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)t=r[o],n.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(i[t]=e[t])}return i}function d(e,n){if(null==e)return{};var t,o,i={},r=Object.keys(e);for(o=0;o<r.length;o++)t=r[o],n.indexOf(t)>=0||(i[t]=e[t]);return i}p.__bit_component=o,m.__bit_component=o,l.__bit_component=o,d.__bit_component=o;var c={},s="wrapper";function u(e){var n=e.components,t=l(e,a);return(0,i.mdx)(s,m({},c,t,{components:n,mdxType:"MDXLayout"}),(0,i.mdx)(r.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"},(0,i.mdx)("h1",null,"Compiler overview"),(0,i.mdx)("p",null,"The Compiler aspect provides a single interface for Component compilation, ",(0,i.mdx)("a",{parentName:"p",href:"/"},"during development")," and ",(0,i.mdx)("a",{parentName:"p",href:"/"},"during build"),".\nIt enables you to use the same commands and APIs to compile any Component, regardless of the specific compiler it uses."),(0,i.mdx)("div",{className:"admonition admonition-info alert alert--info"},(0,i.mdx)("div",{parentName:"div",className:"admonition-heading"},(0,i.mdx)("h5",{parentName:"div"},(0,i.mdx)("span",{parentName:"h5",className:"admonition-icon"},(0,i.mdx)("svg",{parentName:"span",xmlns:"http://www.w3.org/2000/svg",width:"14",height:"16",viewBox:"0 0 14 16"},(0,i.mdx)("path",{parentName:"svg",fillRule:"evenodd",d:"M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"}))),"info")),(0,i.mdx)("div",{parentName:"div",className:"admonition-content"},(0,i.mdx)("p",{parentName:"div"},"The specific compiler used by a Component (",(0,i.mdx)("a",{parentName:"p",href:"/"},"Babel"),", ",(0,i.mdx)("a",{parentName:"p",href:"/"},"TypeScript"),", and so on) is set by the Component's Env."))),(0,i.mdx)("h2",null,"Compiling during development"),(0,i.mdx)("p",null,"Run the following to compile all your Workspace Components:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre",className:"language-bash"},"bit compile\n")),(0,i.mdx)("p",null,"The following output lists the compilation results in a single format:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre",className:"language-bash"}," STATUS COMPONENT ID\n✔ SUCCESS apps/bit-dev\n✔ SUCCESS blocks/component/architecture-breakdown\n✔ SUCCESS blocks/footer\n✔ SUCCESS blocks/header\n✔ SUCCESS buttons/button\n✔ SUCCESS content/adding-components\n")),(0,i.mdx)("p",null,"To 'watch' Components for changes, and to auto-compile modified Components, run:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre"},"bit watch\n")),(0,i.mdx)("p",null,"The compiled code is written into each Component's corresponding package, in the ",(0,i.mdx)("a",{parentName:"p",href:"/dependencies/node-modules"},(0,i.mdx)("inlineCode",{parentName:"a"},"node_modules")," directory")," of your workspace.\nFor example, the compiled code for ",(0,i.mdx)("inlineCode",{parentName:"p"},"company.scope/ui/text")," will be found in the ",(0,i.mdx)("inlineCode",{parentName:"p"},"./node_modules/@company/scope.ui.text/dist")," directory (inside your workspace)."),(0,i.mdx)("p",null,"To learn more about compilation in the Workspace, see ",(0,i.mdx)("a",{parentName:"p",href:"/"},"'Compiling during development'"),"."),(0,i.mdx)("h2",null,"Compiling during build"),(0,i.mdx)("p",null,"Run the following to compile Components as part of the ",(0,i.mdx)("a",{parentName:"p",href:"/"},"build pipeline")," (which prepares Components for distribution):"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre",className:"language-bash"},"bit build\n")),(0,i.mdx)("p",null,"The output to the terminal details the specific compilers being used, as well as the Envs that use them:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre",className:"language-bash"},'...\n✔ env "teambit.harmony/aspect", task "teambit.compilation/compiler:BabelCompiler (compile components for artifact dist)" has completed successfully in 363ms\n✔ env "teambit.react/react", task "teambit.compilation/compiler:TSCompiler (compile components for artifact dist)" has completed successfully in 1s\n✔ env "teambit.mdx/mdx", task "teambit.compilation/compiler:MDXCompiler (compile components)" has completed successfully in 879ms\n...\nthe build has been completed. total: 19 tasks\n')),(0,i.mdx)("p",null,"The compiled code is written into the ",(0,i.mdx)("a",{parentName:"p",href:"/"},"Component's Capsule"),". Run ",(0,i.mdx)("a",{parentName:"p",href:"/"},(0,i.mdx)("inlineCode",{parentName:"a"},"bit snap"))," or ",(0,i.mdx)("a",{parentName:"p",href:"/"},(0,i.mdx)("inlineCode",{parentName:"a"},"bit tag"))," to execute the build pipeline (as well as other pipelines), and have the compiled code persisted in the ",(0,i.mdx)("a",{parentName:"p",href:"/"},"Component version"),", and included in the ",(0,i.mdx)("a",{parentName:"p",href:"/"},"Component's package"),"."),(0,i.mdx)("p",null,"To learn more about compilation in the Workspace, see ",(0,i.mdx)("a",{parentName:"p",href:"/"},"'Compiling during build'"),"."),(0,i.mdx)("h2",null,"Compilation strategies and standards"),(0,i.mdx)("p",null,"The Compiler aspect does not set specific compilation strategies as these are defined by the ",(0,i.mdx)("a",{parentName:"p",href:"/"},"specific compilers")," themselves (and are often configurable by the Envs that use them)."),(0,i.mdx)("p",null,"However, all official Bit compilers are configured to favor dev experience when compiling during development, and to favor runtime performance and code universality, when compiling for distribution (during build)."),(0,i.mdx)("p",null,"For example, Bit's ",(0,i.mdx)("a",{parentName:"p",href:"/"},"TypeScript compiler")," performs type-checking when compiling during build but skips it when compiling during development.\nThis enables faster compilation and better dev experience."),(0,i.mdx)("p",null,"To examine a Component's specific compiler config, run the following:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre"},"bit env get COMPONENT_ID\n")),(0,i.mdx)("p",null,"For example:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre"},"bit env get company.demo/ui/card\n")),(0,i.mdx)("p",null,"The output details the Component's env config which includes the compiler config:"),(0,i.mdx)("pre",null,(0,i.mdx)("code",{parentName:"pre",className:"language-bash"},'Environment: teambit.react/react\n...\nteambit.compilation/compiler\n\nconfigured compiler: teambit.typescript/typescript (TypeScript @ 4.4.2)\ncompiler config:\n{\n "compilerOptions": {\n "lib": [\n "es2019",\n "DOM",\n "ES6",\n "DOM.Iterable"\n ],\n "target": "es2015",\n "module": "commonjs",\n "jsx": "react",\n "declaration": true,\n "sourceMap": true,\n "skipLibCheck": true,\n "moduleResolution": "node",\n "esModuleInterop": true,\n "resolveJsonModule": true,\n "outDir": "dist"\n },\n "exclude": [\n "dist"\n ]\n}\n\n')),(0,i.mdx)("h2",null,"Setting a Component with a specific compiler"),(0,i.mdx)("p",null,"Specific compilers are applied on Components via the Components' Envs. For example, the ",(0,i.mdx)("inlineCode",{parentName:"p"},"company.demo/ui/card")," Component examined earlier, is applied with\nthe ",(0,i.mdx)("a",{parentName:"p",href:"/"},"TypeScript")," compiler by its Env, the React Env."),(0,i.mdx)("p",null,"To learn how to use a specific compiler, see ",(0,i.mdx)("a",{parentName:"p",href:"/"},"'Using compilers'"),".")))}u.__bit_component=o,u.isMDXComponent=!0},6996:(e,n,t)=>{Object.defineProperty(n,"Ay",{enumerable:!0,get:function(){return o.default}});var o=i(t(41314));function i(e){return e&&e.__esModule?e:{default:e}}i.__bit_component={id:"teambit.compilation/content/compiler-overview@1.95.0",homepage:"https://bit.dev/teambit/compilation/content/compiler-overview",exported:!0}},65345:(e,n,t)=>{var o={id:"teambit.compilation/compiler@1.0.453",homepage:"https://bit.cloud/teambit/compilation/compiler",exported:!0};function i(){const e=r(t(41594));return i=function(){return e},e}function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(n,"__esModule",{value:!0}),n.Logo=void 0,i.__bit_component=o,r.__bit_component=o;const a=()=>i().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},i().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/compiler.svg"}));a.__bit_component=o,n.Logo=a},5016:e=>{e.exports=MdxJsReact},41594:e=>{e.exports=React},65682:e=>{e.exports=TeambitMdxUiMdxScopeContext}},n={};function t(o){var i=n[o];if(void 0!==i)return i.exports;var r=n[o]={exports:{}};return e[o](r,r.exports,t),r.exports}t.d=(e,n)=>{for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})},t.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};t.r(o),t.d(o,{compositions:()=>f,compositions_metadata:()=>x,overview:()=>h});var i={};t.r(i),t.d(i,{default:()=>u});var r=t(65345),a=(t(41594),t(5016)),p=t(65682),m=t(6996),l=["components"];function d(){return d=Object.assign?Object.assign.bind():function(e){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var o in t)({}).hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},d.apply(null,arguments)}var c={},s="wrapper";function u(e){var n=e.components,t=function(e,n){if(null==e)return{};var t,o,i=function(e,n){if(null==e)return{};var t={};for(var o in e)if({}.hasOwnProperty.call(e,o)){if(n.includes(o))continue;t[o]=e[o]}return t}(e,n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)t=r[o],n.includes(t)||{}.propertyIsEnumerable.call(e,t)&&(i[t]=e[t])}return i}(e,l);return(0,a.mdx)(s,d({},c,t,{components:n,mdxType:"MDXLayout"}),(0,a.mdx)(p.MDXScopeProvider,{components:{CompilerOverview:m.Ay},mdxType:"MDXScopeProvider"},(0,a.mdx)(m.Ay,{mdxType:"CompilerOverview"})))}u.isMDXComponent=!0;const f=[r],h=[i],x={compositions:[{displayName:"Logo",identifier:"Logo"}]};return o})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -57,7 +57,11 @@
|
|
|
57
57
|
"line": 31,
|
|
58
58
|
"character": 21
|
|
59
59
|
},
|
|
60
|
-
"name": "PubsubMain"
|
|
60
|
+
"name": "PubsubMain",
|
|
61
|
+
"componentId": {
|
|
62
|
+
"scope": "teambit.harmony",
|
|
63
|
+
"name": "pubsub"
|
|
64
|
+
}
|
|
61
65
|
},
|
|
62
66
|
"isOptional": false,
|
|
63
67
|
"isSpread": false
|
|
@@ -77,7 +81,8 @@
|
|
|
77
81
|
"line": 32,
|
|
78
82
|
"character": 32
|
|
79
83
|
},
|
|
80
|
-
"name": "WorkspaceCompiler"
|
|
84
|
+
"name": "WorkspaceCompiler",
|
|
85
|
+
"internalFilePath": "workspace-compiler.ts"
|
|
81
86
|
},
|
|
82
87
|
"isOptional": false,
|
|
83
88
|
"isSpread": false
|
|
@@ -97,7 +102,11 @@
|
|
|
97
102
|
"line": 33,
|
|
98
103
|
"character": 19
|
|
99
104
|
},
|
|
100
|
-
"name": "EnvsMain"
|
|
105
|
+
"name": "EnvsMain",
|
|
106
|
+
"componentId": {
|
|
107
|
+
"scope": "teambit.envs",
|
|
108
|
+
"name": "envs"
|
|
109
|
+
}
|
|
101
110
|
},
|
|
102
111
|
"isOptional": false,
|
|
103
112
|
"isSpread": false
|
|
@@ -117,7 +126,11 @@
|
|
|
117
126
|
"line": 34,
|
|
118
127
|
"character": 22
|
|
119
128
|
},
|
|
120
|
-
"name": "BuilderMain"
|
|
129
|
+
"name": "BuilderMain",
|
|
130
|
+
"componentId": {
|
|
131
|
+
"scope": "teambit.pipelines",
|
|
132
|
+
"name": "builder"
|
|
133
|
+
}
|
|
121
134
|
},
|
|
122
135
|
"isOptional": false,
|
|
123
136
|
"isSpread": false
|
|
@@ -137,7 +150,11 @@
|
|
|
137
150
|
"line": 35,
|
|
138
151
|
"character": 24
|
|
139
152
|
},
|
|
140
|
-
"name": "Workspace"
|
|
153
|
+
"name": "Workspace",
|
|
154
|
+
"componentId": {
|
|
155
|
+
"scope": "teambit.workspace",
|
|
156
|
+
"name": "workspace"
|
|
157
|
+
}
|
|
141
158
|
},
|
|
142
159
|
"isOptional": false,
|
|
143
160
|
"isSpread": false
|
|
@@ -157,7 +174,11 @@
|
|
|
157
174
|
"line": 36,
|
|
158
175
|
"character": 33
|
|
159
176
|
},
|
|
160
|
-
"name": "DependencyResolverMain"
|
|
177
|
+
"name": "DependencyResolverMain",
|
|
178
|
+
"componentId": {
|
|
179
|
+
"scope": "teambit.dependencies",
|
|
180
|
+
"name": "dependency-resolver"
|
|
181
|
+
}
|
|
161
182
|
},
|
|
162
183
|
"isOptional": false,
|
|
163
184
|
"isSpread": false
|
|
@@ -177,7 +198,8 @@
|
|
|
177
198
|
"line": 37,
|
|
178
199
|
"character": 30
|
|
179
200
|
},
|
|
180
|
-
"name": "CompilerService"
|
|
201
|
+
"name": "CompilerService",
|
|
202
|
+
"internalFilePath": "compiler.service.ts"
|
|
181
203
|
},
|
|
182
204
|
"isOptional": false,
|
|
183
205
|
"isSpread": false
|
|
@@ -219,7 +241,11 @@
|
|
|
219
241
|
"line": 40,
|
|
220
242
|
"character": 24
|
|
221
243
|
},
|
|
222
|
-
"name": "ExecutionContext"
|
|
244
|
+
"name": "ExecutionContext",
|
|
245
|
+
"componentId": {
|
|
246
|
+
"scope": "teambit.envs",
|
|
247
|
+
"name": "envs"
|
|
248
|
+
}
|
|
223
249
|
},
|
|
224
250
|
"isOptional": false,
|
|
225
251
|
"isSpread": false
|
|
@@ -304,7 +330,12 @@
|
|
|
304
330
|
"line": 48,
|
|
305
331
|
"character": 31
|
|
306
332
|
},
|
|
307
|
-
"name": "ComponentID"
|
|
333
|
+
"name": "ComponentID",
|
|
334
|
+
"componentId": {
|
|
335
|
+
"scope": "teambit.component",
|
|
336
|
+
"name": "component-id",
|
|
337
|
+
"version": "1.2.2"
|
|
338
|
+
}
|
|
308
339
|
}
|
|
309
340
|
},
|
|
310
341
|
{
|
|
@@ -321,7 +352,12 @@
|
|
|
321
352
|
"line": 48,
|
|
322
353
|
"character": 47
|
|
323
354
|
},
|
|
324
|
-
"name": "ComponentID"
|
|
355
|
+
"name": "ComponentID",
|
|
356
|
+
"componentId": {
|
|
357
|
+
"scope": "teambit.component",
|
|
358
|
+
"name": "component-id",
|
|
359
|
+
"version": "1.2.2"
|
|
360
|
+
}
|
|
325
361
|
}
|
|
326
362
|
}
|
|
327
363
|
]
|
|
@@ -345,7 +381,8 @@
|
|
|
345
381
|
"line": 49,
|
|
346
382
|
"character": 14
|
|
347
383
|
},
|
|
348
|
-
"name": "CompileOptions"
|
|
384
|
+
"name": "CompileOptions",
|
|
385
|
+
"internalFilePath": "workspace-compiler.ts"
|
|
349
386
|
},
|
|
350
387
|
"isOptional": true,
|
|
351
388
|
"defaultValue": "{ initiator: CompilationInitiator.ComponentAdded }",
|
|
@@ -386,7 +423,11 @@
|
|
|
386
423
|
"line": 51,
|
|
387
424
|
"character": 27
|
|
388
425
|
},
|
|
389
|
-
"name": "WorkspaceComponentLoadOptions"
|
|
426
|
+
"name": "WorkspaceComponentLoadOptions",
|
|
427
|
+
"componentId": {
|
|
428
|
+
"scope": "teambit.workspace",
|
|
429
|
+
"name": "workspace"
|
|
430
|
+
}
|
|
390
431
|
},
|
|
391
432
|
"isOptional": true,
|
|
392
433
|
"defaultValue": "{}",
|
|
@@ -513,7 +554,11 @@
|
|
|
513
554
|
"line": 66,
|
|
514
555
|
"character": 35
|
|
515
556
|
},
|
|
516
|
-
"name": "Component"
|
|
557
|
+
"name": "Component",
|
|
558
|
+
"componentId": {
|
|
559
|
+
"scope": "teambit.component",
|
|
560
|
+
"name": "component"
|
|
561
|
+
}
|
|
517
562
|
},
|
|
518
563
|
"isOptional": false,
|
|
519
564
|
"isSpread": false
|
|
@@ -605,7 +650,11 @@
|
|
|
605
650
|
"line": 76,
|
|
606
651
|
"character": 36
|
|
607
652
|
},
|
|
608
|
-
"name": "Component"
|
|
653
|
+
"name": "Component",
|
|
654
|
+
"componentId": {
|
|
655
|
+
"scope": "teambit.component",
|
|
656
|
+
"name": "component"
|
|
657
|
+
}
|
|
609
658
|
},
|
|
610
659
|
"isOptional": false,
|
|
611
660
|
"isSpread": false
|
|
@@ -678,7 +727,11 @@
|
|
|
678
727
|
"line": 88,
|
|
679
728
|
"character": 36
|
|
680
729
|
},
|
|
681
|
-
"name": "Component"
|
|
730
|
+
"name": "Component",
|
|
731
|
+
"componentId": {
|
|
732
|
+
"scope": "teambit.component",
|
|
733
|
+
"name": "component"
|
|
734
|
+
}
|
|
682
735
|
},
|
|
683
736
|
"isOptional": false,
|
|
684
737
|
"isSpread": false
|
|
@@ -733,7 +786,11 @@
|
|
|
733
786
|
"line": 95,
|
|
734
787
|
"character": 34
|
|
735
788
|
},
|
|
736
|
-
"name": "Component"
|
|
789
|
+
"name": "Component",
|
|
790
|
+
"componentId": {
|
|
791
|
+
"scope": "teambit.component",
|
|
792
|
+
"name": "component"
|
|
793
|
+
}
|
|
737
794
|
},
|
|
738
795
|
"isOptional": false,
|
|
739
796
|
"isSpread": false
|
|
@@ -755,7 +812,8 @@
|
|
|
755
812
|
"line": 95,
|
|
756
813
|
"character": 54
|
|
757
814
|
},
|
|
758
|
-
"name": "DistArtifact"
|
|
815
|
+
"name": "DistArtifact",
|
|
816
|
+
"internalFilePath": "dist-artifact.ts"
|
|
759
817
|
}
|
|
760
818
|
]
|
|
761
819
|
},
|
|
@@ -795,7 +853,11 @@
|
|
|
795
853
|
"line": 102,
|
|
796
854
|
"character": 42
|
|
797
855
|
},
|
|
798
|
-
"name": "Component"
|
|
856
|
+
"name": "Component",
|
|
857
|
+
"componentId": {
|
|
858
|
+
"scope": "teambit.component",
|
|
859
|
+
"name": "component"
|
|
860
|
+
}
|
|
799
861
|
}
|
|
800
862
|
},
|
|
801
863
|
"isOptional": false,
|
|
@@ -929,7 +991,11 @@
|
|
|
929
991
|
"line": 145,
|
|
930
992
|
"character": 5
|
|
931
993
|
},
|
|
932
|
-
"name": "CLIMain"
|
|
994
|
+
"name": "CLIMain",
|
|
995
|
+
"componentId": {
|
|
996
|
+
"scope": "teambit.harmony",
|
|
997
|
+
"name": "cli"
|
|
998
|
+
}
|
|
933
999
|
},
|
|
934
1000
|
{
|
|
935
1001
|
"__schema": "TypeRefSchema",
|
|
@@ -938,7 +1004,11 @@
|
|
|
938
1004
|
"line": 146,
|
|
939
1005
|
"character": 5
|
|
940
1006
|
},
|
|
941
|
-
"name": "Workspace"
|
|
1007
|
+
"name": "Workspace",
|
|
1008
|
+
"componentId": {
|
|
1009
|
+
"scope": "teambit.workspace",
|
|
1010
|
+
"name": "workspace"
|
|
1011
|
+
}
|
|
942
1012
|
},
|
|
943
1013
|
{
|
|
944
1014
|
"__schema": "TypeRefSchema",
|
|
@@ -947,7 +1017,11 @@
|
|
|
947
1017
|
"line": 147,
|
|
948
1018
|
"character": 5
|
|
949
1019
|
},
|
|
950
|
-
"name": "EnvsMain"
|
|
1020
|
+
"name": "EnvsMain",
|
|
1021
|
+
"componentId": {
|
|
1022
|
+
"scope": "teambit.envs",
|
|
1023
|
+
"name": "envs"
|
|
1024
|
+
}
|
|
951
1025
|
},
|
|
952
1026
|
{
|
|
953
1027
|
"__schema": "TypeRefSchema",
|
|
@@ -956,7 +1030,11 @@
|
|
|
956
1030
|
"line": 148,
|
|
957
1031
|
"character": 5
|
|
958
1032
|
},
|
|
959
|
-
"name": "LoggerMain"
|
|
1033
|
+
"name": "LoggerMain",
|
|
1034
|
+
"componentId": {
|
|
1035
|
+
"scope": "teambit.harmony",
|
|
1036
|
+
"name": "logger"
|
|
1037
|
+
}
|
|
960
1038
|
},
|
|
961
1039
|
{
|
|
962
1040
|
"__schema": "TypeRefSchema",
|
|
@@ -965,7 +1043,11 @@
|
|
|
965
1043
|
"line": 149,
|
|
966
1044
|
"character": 5
|
|
967
1045
|
},
|
|
968
|
-
"name": "PubsubMain"
|
|
1046
|
+
"name": "PubsubMain",
|
|
1047
|
+
"componentId": {
|
|
1048
|
+
"scope": "teambit.harmony",
|
|
1049
|
+
"name": "pubsub"
|
|
1050
|
+
}
|
|
969
1051
|
},
|
|
970
1052
|
{
|
|
971
1053
|
"__schema": "TypeRefSchema",
|
|
@@ -974,7 +1056,11 @@
|
|
|
974
1056
|
"line": 150,
|
|
975
1057
|
"character": 5
|
|
976
1058
|
},
|
|
977
|
-
"name": "AspectLoaderMain"
|
|
1059
|
+
"name": "AspectLoaderMain",
|
|
1060
|
+
"componentId": {
|
|
1061
|
+
"scope": "teambit.harmony",
|
|
1062
|
+
"name": "aspect-loader"
|
|
1063
|
+
}
|
|
978
1064
|
},
|
|
979
1065
|
{
|
|
980
1066
|
"__schema": "TypeRefSchema",
|
|
@@ -983,7 +1069,11 @@
|
|
|
983
1069
|
"line": 151,
|
|
984
1070
|
"character": 5
|
|
985
1071
|
},
|
|
986
|
-
"name": "BuilderMain"
|
|
1072
|
+
"name": "BuilderMain",
|
|
1073
|
+
"componentId": {
|
|
1074
|
+
"scope": "teambit.pipelines",
|
|
1075
|
+
"name": "builder"
|
|
1076
|
+
}
|
|
987
1077
|
},
|
|
988
1078
|
{
|
|
989
1079
|
"__schema": "TypeRefSchema",
|
|
@@ -992,7 +1082,11 @@
|
|
|
992
1082
|
"line": 152,
|
|
993
1083
|
"character": 5
|
|
994
1084
|
},
|
|
995
|
-
"name": "UiMain"
|
|
1085
|
+
"name": "UiMain",
|
|
1086
|
+
"componentId": {
|
|
1087
|
+
"scope": "teambit.ui-foundation",
|
|
1088
|
+
"name": "ui"
|
|
1089
|
+
}
|
|
996
1090
|
},
|
|
997
1091
|
{
|
|
998
1092
|
"__schema": "TypeRefSchema",
|
|
@@ -1001,7 +1095,11 @@
|
|
|
1001
1095
|
"line": 153,
|
|
1002
1096
|
"character": 5
|
|
1003
1097
|
},
|
|
1004
|
-
"name": "GeneratorMain"
|
|
1098
|
+
"name": "GeneratorMain",
|
|
1099
|
+
"componentId": {
|
|
1100
|
+
"scope": "teambit.generator",
|
|
1101
|
+
"name": "generator"
|
|
1102
|
+
}
|
|
1005
1103
|
},
|
|
1006
1104
|
{
|
|
1007
1105
|
"__schema": "TypeRefSchema",
|
|
@@ -1010,7 +1108,11 @@
|
|
|
1010
1108
|
"line": 154,
|
|
1011
1109
|
"character": 5
|
|
1012
1110
|
},
|
|
1013
|
-
"name": "DependencyResolverMain"
|
|
1111
|
+
"name": "DependencyResolverMain",
|
|
1112
|
+
"componentId": {
|
|
1113
|
+
"scope": "teambit.dependencies",
|
|
1114
|
+
"name": "dependency-resolver"
|
|
1115
|
+
}
|
|
1014
1116
|
},
|
|
1015
1117
|
{
|
|
1016
1118
|
"__schema": "TypeRefSchema",
|
|
@@ -1019,7 +1121,11 @@
|
|
|
1019
1121
|
"line": 155,
|
|
1020
1122
|
"character": 5
|
|
1021
1123
|
},
|
|
1022
|
-
"name": "WatcherMain"
|
|
1124
|
+
"name": "WatcherMain",
|
|
1125
|
+
"componentId": {
|
|
1126
|
+
"scope": "teambit.workspace",
|
|
1127
|
+
"name": "watcher"
|
|
1128
|
+
}
|
|
1023
1129
|
},
|
|
1024
1130
|
{
|
|
1025
1131
|
"__schema": "TypeRefSchema",
|
|
@@ -1028,7 +1134,11 @@
|
|
|
1028
1134
|
"line": 156,
|
|
1029
1135
|
"character": 5
|
|
1030
1136
|
},
|
|
1031
|
-
"name": "IssuesMain"
|
|
1137
|
+
"name": "IssuesMain",
|
|
1138
|
+
"componentId": {
|
|
1139
|
+
"scope": "teambit.component",
|
|
1140
|
+
"name": "issues"
|
|
1141
|
+
}
|
|
1032
1142
|
}
|
|
1033
1143
|
]
|
|
1034
1144
|
},
|
|
@@ -1109,6 +1219,10 @@
|
|
|
1109
1219
|
"character": 13
|
|
1110
1220
|
},
|
|
1111
1221
|
"name": "EnvHandler",
|
|
1222
|
+
"componentId": {
|
|
1223
|
+
"scope": "teambit.envs",
|
|
1224
|
+
"name": "envs"
|
|
1225
|
+
},
|
|
1112
1226
|
"typeArgs": [
|
|
1113
1227
|
{
|
|
1114
1228
|
"__schema": "TypeRefSchema",
|
|
@@ -1294,7 +1408,11 @@
|
|
|
1294
1408
|
"line": 32,
|
|
1295
1409
|
"character": 33
|
|
1296
1410
|
},
|
|
1297
|
-
"name": "DependencyResolverMain"
|
|
1411
|
+
"name": "DependencyResolverMain",
|
|
1412
|
+
"componentId": {
|
|
1413
|
+
"scope": "teambit.dependencies",
|
|
1414
|
+
"name": "dependency-resolver"
|
|
1415
|
+
}
|
|
1298
1416
|
},
|
|
1299
1417
|
"isOptional": false,
|
|
1300
1418
|
"isSpread": false
|
|
@@ -1336,7 +1454,11 @@
|
|
|
1336
1454
|
"line": 39,
|
|
1337
1455
|
"character": 27
|
|
1338
1456
|
},
|
|
1339
|
-
"name": "BuildContext"
|
|
1457
|
+
"name": "BuildContext",
|
|
1458
|
+
"componentId": {
|
|
1459
|
+
"scope": "teambit.pipelines",
|
|
1460
|
+
"name": "builder"
|
|
1461
|
+
}
|
|
1340
1462
|
},
|
|
1341
1463
|
"isOptional": false,
|
|
1342
1464
|
"isSpread": false
|
|
@@ -1380,7 +1502,11 @@
|
|
|
1380
1502
|
"line": 49,
|
|
1381
1503
|
"character": 26
|
|
1382
1504
|
},
|
|
1383
|
-
"name": "BuildContext"
|
|
1505
|
+
"name": "BuildContext",
|
|
1506
|
+
"componentId": {
|
|
1507
|
+
"scope": "teambit.pipelines",
|
|
1508
|
+
"name": "builder"
|
|
1509
|
+
}
|
|
1384
1510
|
},
|
|
1385
1511
|
"isOptional": false,
|
|
1386
1512
|
"isSpread": false
|
|
@@ -1402,7 +1528,11 @@
|
|
|
1402
1528
|
"line": 49,
|
|
1403
1529
|
"character": 49
|
|
1404
1530
|
},
|
|
1405
|
-
"name": "BuiltTaskResult"
|
|
1531
|
+
"name": "BuiltTaskResult",
|
|
1532
|
+
"componentId": {
|
|
1533
|
+
"scope": "teambit.pipelines",
|
|
1534
|
+
"name": "builder"
|
|
1535
|
+
}
|
|
1406
1536
|
}
|
|
1407
1537
|
]
|
|
1408
1538
|
},
|
|
@@ -1435,7 +1565,11 @@
|
|
|
1435
1565
|
"line": 77,
|
|
1436
1566
|
"character": 29
|
|
1437
1567
|
},
|
|
1438
|
-
"name": "BuildContext"
|
|
1568
|
+
"name": "BuildContext",
|
|
1569
|
+
"componentId": {
|
|
1570
|
+
"scope": "teambit.pipelines",
|
|
1571
|
+
"name": "builder"
|
|
1572
|
+
}
|
|
1439
1573
|
},
|
|
1440
1574
|
"isOptional": false,
|
|
1441
1575
|
"isSpread": false
|
|
@@ -1455,7 +1589,11 @@
|
|
|
1455
1589
|
"line": 77,
|
|
1456
1590
|
"character": 57
|
|
1457
1591
|
},
|
|
1458
|
-
"name": "TaskResultsList"
|
|
1592
|
+
"name": "TaskResultsList",
|
|
1593
|
+
"componentId": {
|
|
1594
|
+
"scope": "teambit.pipelines",
|
|
1595
|
+
"name": "builder"
|
|
1596
|
+
}
|
|
1459
1597
|
},
|
|
1460
1598
|
"isOptional": false,
|
|
1461
1599
|
"isSpread": false
|
|
@@ -1510,7 +1648,11 @@
|
|
|
1510
1648
|
"line": 82,
|
|
1511
1649
|
"character": 40
|
|
1512
1650
|
},
|
|
1513
|
-
"name": "Capsule"
|
|
1651
|
+
"name": "Capsule",
|
|
1652
|
+
"componentId": {
|
|
1653
|
+
"scope": "teambit.component",
|
|
1654
|
+
"name": "isolator"
|
|
1655
|
+
}
|
|
1514
1656
|
},
|
|
1515
1657
|
"isOptional": false,
|
|
1516
1658
|
"isSpread": false
|
|
@@ -1617,7 +1759,7 @@
|
|
|
1617
1759
|
"_legacy": {
|
|
1618
1760
|
"scope": "teambit.compilation",
|
|
1619
1761
|
"name": "compiler",
|
|
1620
|
-
"version": "1.0.
|
|
1762
|
+
"version": "1.0.453"
|
|
1621
1763
|
},
|
|
1622
1764
|
"_scope": "teambit.compilation"
|
|
1623
1765
|
}
|
|
@@ -1674,6 +1816,10 @@
|
|
|
1674
1816
|
"character": 15
|
|
1675
1817
|
},
|
|
1676
1818
|
"name": "EnvHandler",
|
|
1819
|
+
"componentId": {
|
|
1820
|
+
"scope": "teambit.envs",
|
|
1821
|
+
"name": "envs"
|
|
1822
|
+
},
|
|
1677
1823
|
"typeArgs": [
|
|
1678
1824
|
{
|
|
1679
1825
|
"__schema": "TypeRefSchema",
|
|
@@ -2178,7 +2324,11 @@
|
|
|
2178
2324
|
"line": 105,
|
|
2179
2325
|
"character": 18
|
|
2180
2326
|
},
|
|
2181
|
-
"name": "BuildContext"
|
|
2327
|
+
"name": "BuildContext",
|
|
2328
|
+
"componentId": {
|
|
2329
|
+
"scope": "teambit.pipelines",
|
|
2330
|
+
"name": "builder"
|
|
2331
|
+
}
|
|
2182
2332
|
},
|
|
2183
2333
|
"isOptional": false,
|
|
2184
2334
|
"isSpread": false
|
|
@@ -2200,7 +2350,11 @@
|
|
|
2200
2350
|
"line": 105,
|
|
2201
2351
|
"character": 41
|
|
2202
2352
|
},
|
|
2203
|
-
"name": "BuiltTaskResult"
|
|
2353
|
+
"name": "BuiltTaskResult",
|
|
2354
|
+
"componentId": {
|
|
2355
|
+
"scope": "teambit.pipelines",
|
|
2356
|
+
"name": "builder"
|
|
2357
|
+
}
|
|
2204
2358
|
}
|
|
2205
2359
|
]
|
|
2206
2360
|
},
|
|
@@ -2327,7 +2481,11 @@
|
|
|
2327
2481
|
"line": 122,
|
|
2328
2482
|
"character": 43
|
|
2329
2483
|
},
|
|
2330
|
-
"name": "Component"
|
|
2484
|
+
"name": "Component",
|
|
2485
|
+
"componentId": {
|
|
2486
|
+
"scope": "teambit.component",
|
|
2487
|
+
"name": "component"
|
|
2488
|
+
}
|
|
2331
2489
|
},
|
|
2332
2490
|
"isOptional": false,
|
|
2333
2491
|
"isSpread": false
|
|
@@ -2490,7 +2648,11 @@
|
|
|
2490
2648
|
"line": 138,
|
|
2491
2649
|
"character": 22
|
|
2492
2650
|
},
|
|
2493
|
-
"name": "BuildContext"
|
|
2651
|
+
"name": "BuildContext",
|
|
2652
|
+
"componentId": {
|
|
2653
|
+
"scope": "teambit.pipelines",
|
|
2654
|
+
"name": "builder"
|
|
2655
|
+
}
|
|
2494
2656
|
},
|
|
2495
2657
|
"isOptional": false,
|
|
2496
2658
|
"isSpread": false
|
|
@@ -2554,7 +2716,11 @@
|
|
|
2554
2716
|
"line": 143,
|
|
2555
2717
|
"character": 23
|
|
2556
2718
|
},
|
|
2557
|
-
"name": "BuildContext"
|
|
2719
|
+
"name": "BuildContext",
|
|
2720
|
+
"componentId": {
|
|
2721
|
+
"scope": "teambit.pipelines",
|
|
2722
|
+
"name": "builder"
|
|
2723
|
+
}
|
|
2558
2724
|
},
|
|
2559
2725
|
"isOptional": false,
|
|
2560
2726
|
"isSpread": false
|
|
@@ -2574,7 +2740,11 @@
|
|
|
2574
2740
|
"line": 143,
|
|
2575
2741
|
"character": 51
|
|
2576
2742
|
},
|
|
2577
|
-
"name": "TaskResultsList"
|
|
2743
|
+
"name": "TaskResultsList",
|
|
2744
|
+
"componentId": {
|
|
2745
|
+
"scope": "teambit.pipelines",
|
|
2746
|
+
"name": "builder"
|
|
2747
|
+
}
|
|
2578
2748
|
},
|
|
2579
2749
|
"isOptional": false,
|
|
2580
2750
|
"isSpread": false
|
|
@@ -2874,7 +3044,7 @@
|
|
|
2874
3044
|
"_legacy": {
|
|
2875
3045
|
"scope": "teambit.compilation",
|
|
2876
3046
|
"name": "compiler",
|
|
2877
|
-
"version": "1.0.
|
|
3047
|
+
"version": "1.0.453"
|
|
2878
3048
|
},
|
|
2879
3049
|
"_scope": "teambit.compilation"
|
|
2880
3050
|
}
|
|
@@ -3491,7 +3661,8 @@
|
|
|
3491
3661
|
"line": 8,
|
|
3492
3662
|
"character": 54
|
|
3493
3663
|
},
|
|
3494
|
-
"name": "CompilerErrorEventData"
|
|
3664
|
+
"name": "CompilerErrorEventData",
|
|
3665
|
+
"internalFilePath": "events/compiler-error.ts"
|
|
3495
3666
|
}
|
|
3496
3667
|
],
|
|
3497
3668
|
"expression": {
|
|
@@ -3506,7 +3677,7 @@
|
|
|
3506
3677
|
"_legacy": {
|
|
3507
3678
|
"scope": "teambit.compilation",
|
|
3508
3679
|
"name": "compiler",
|
|
3509
|
-
"version": "1.0.
|
|
3680
|
+
"version": "1.0.453"
|
|
3510
3681
|
},
|
|
3511
3682
|
"_scope": "teambit.compilation"
|
|
3512
3683
|
}
|
|
@@ -3562,7 +3733,11 @@
|
|
|
3562
3733
|
"line": 31,
|
|
3563
3734
|
"character": 21
|
|
3564
3735
|
},
|
|
3565
|
-
"name": "PubsubMain"
|
|
3736
|
+
"name": "PubsubMain",
|
|
3737
|
+
"componentId": {
|
|
3738
|
+
"scope": "teambit.harmony",
|
|
3739
|
+
"name": "pubsub"
|
|
3740
|
+
}
|
|
3566
3741
|
},
|
|
3567
3742
|
"isOptional": false,
|
|
3568
3743
|
"isSpread": false
|
|
@@ -3582,7 +3757,8 @@
|
|
|
3582
3757
|
"line": 32,
|
|
3583
3758
|
"character": 32
|
|
3584
3759
|
},
|
|
3585
|
-
"name": "WorkspaceCompiler"
|
|
3760
|
+
"name": "WorkspaceCompiler",
|
|
3761
|
+
"internalFilePath": "workspace-compiler.ts"
|
|
3586
3762
|
},
|
|
3587
3763
|
"isOptional": false,
|
|
3588
3764
|
"isSpread": false
|
|
@@ -3602,7 +3778,11 @@
|
|
|
3602
3778
|
"line": 33,
|
|
3603
3779
|
"character": 19
|
|
3604
3780
|
},
|
|
3605
|
-
"name": "EnvsMain"
|
|
3781
|
+
"name": "EnvsMain",
|
|
3782
|
+
"componentId": {
|
|
3783
|
+
"scope": "teambit.envs",
|
|
3784
|
+
"name": "envs"
|
|
3785
|
+
}
|
|
3606
3786
|
},
|
|
3607
3787
|
"isOptional": false,
|
|
3608
3788
|
"isSpread": false
|
|
@@ -3622,7 +3802,11 @@
|
|
|
3622
3802
|
"line": 34,
|
|
3623
3803
|
"character": 22
|
|
3624
3804
|
},
|
|
3625
|
-
"name": "BuilderMain"
|
|
3805
|
+
"name": "BuilderMain",
|
|
3806
|
+
"componentId": {
|
|
3807
|
+
"scope": "teambit.pipelines",
|
|
3808
|
+
"name": "builder"
|
|
3809
|
+
}
|
|
3626
3810
|
},
|
|
3627
3811
|
"isOptional": false,
|
|
3628
3812
|
"isSpread": false
|
|
@@ -3642,7 +3826,11 @@
|
|
|
3642
3826
|
"line": 35,
|
|
3643
3827
|
"character": 24
|
|
3644
3828
|
},
|
|
3645
|
-
"name": "Workspace"
|
|
3829
|
+
"name": "Workspace",
|
|
3830
|
+
"componentId": {
|
|
3831
|
+
"scope": "teambit.workspace",
|
|
3832
|
+
"name": "workspace"
|
|
3833
|
+
}
|
|
3646
3834
|
},
|
|
3647
3835
|
"isOptional": false,
|
|
3648
3836
|
"isSpread": false
|
|
@@ -3662,7 +3850,11 @@
|
|
|
3662
3850
|
"line": 36,
|
|
3663
3851
|
"character": 33
|
|
3664
3852
|
},
|
|
3665
|
-
"name": "DependencyResolverMain"
|
|
3853
|
+
"name": "DependencyResolverMain",
|
|
3854
|
+
"componentId": {
|
|
3855
|
+
"scope": "teambit.dependencies",
|
|
3856
|
+
"name": "dependency-resolver"
|
|
3857
|
+
}
|
|
3666
3858
|
},
|
|
3667
3859
|
"isOptional": false,
|
|
3668
3860
|
"isSpread": false
|
|
@@ -3682,7 +3874,8 @@
|
|
|
3682
3874
|
"line": 37,
|
|
3683
3875
|
"character": 30
|
|
3684
3876
|
},
|
|
3685
|
-
"name": "CompilerService"
|
|
3877
|
+
"name": "CompilerService",
|
|
3878
|
+
"internalFilePath": "compiler.service.ts"
|
|
3686
3879
|
},
|
|
3687
3880
|
"isOptional": false,
|
|
3688
3881
|
"isSpread": false
|
|
@@ -3724,7 +3917,11 @@
|
|
|
3724
3917
|
"line": 40,
|
|
3725
3918
|
"character": 24
|
|
3726
3919
|
},
|
|
3727
|
-
"name": "ExecutionContext"
|
|
3920
|
+
"name": "ExecutionContext",
|
|
3921
|
+
"componentId": {
|
|
3922
|
+
"scope": "teambit.envs",
|
|
3923
|
+
"name": "envs"
|
|
3924
|
+
}
|
|
3728
3925
|
},
|
|
3729
3926
|
"isOptional": false,
|
|
3730
3927
|
"isSpread": false
|
|
@@ -3809,7 +4006,12 @@
|
|
|
3809
4006
|
"line": 48,
|
|
3810
4007
|
"character": 31
|
|
3811
4008
|
},
|
|
3812
|
-
"name": "ComponentID"
|
|
4009
|
+
"name": "ComponentID",
|
|
4010
|
+
"componentId": {
|
|
4011
|
+
"scope": "teambit.component",
|
|
4012
|
+
"name": "component-id",
|
|
4013
|
+
"version": "1.2.2"
|
|
4014
|
+
}
|
|
3813
4015
|
}
|
|
3814
4016
|
},
|
|
3815
4017
|
{
|
|
@@ -3826,7 +4028,12 @@
|
|
|
3826
4028
|
"line": 48,
|
|
3827
4029
|
"character": 47
|
|
3828
4030
|
},
|
|
3829
|
-
"name": "ComponentID"
|
|
4031
|
+
"name": "ComponentID",
|
|
4032
|
+
"componentId": {
|
|
4033
|
+
"scope": "teambit.component",
|
|
4034
|
+
"name": "component-id",
|
|
4035
|
+
"version": "1.2.2"
|
|
4036
|
+
}
|
|
3830
4037
|
}
|
|
3831
4038
|
}
|
|
3832
4039
|
]
|
|
@@ -3850,7 +4057,8 @@
|
|
|
3850
4057
|
"line": 49,
|
|
3851
4058
|
"character": 14
|
|
3852
4059
|
},
|
|
3853
|
-
"name": "CompileOptions"
|
|
4060
|
+
"name": "CompileOptions",
|
|
4061
|
+
"internalFilePath": "workspace-compiler.ts"
|
|
3854
4062
|
},
|
|
3855
4063
|
"isOptional": true,
|
|
3856
4064
|
"defaultValue": "{ initiator: CompilationInitiator.ComponentAdded }",
|
|
@@ -3891,7 +4099,11 @@
|
|
|
3891
4099
|
"line": 51,
|
|
3892
4100
|
"character": 27
|
|
3893
4101
|
},
|
|
3894
|
-
"name": "WorkspaceComponentLoadOptions"
|
|
4102
|
+
"name": "WorkspaceComponentLoadOptions",
|
|
4103
|
+
"componentId": {
|
|
4104
|
+
"scope": "teambit.workspace",
|
|
4105
|
+
"name": "workspace"
|
|
4106
|
+
}
|
|
3895
4107
|
},
|
|
3896
4108
|
"isOptional": true,
|
|
3897
4109
|
"defaultValue": "{}",
|
|
@@ -4018,7 +4230,11 @@
|
|
|
4018
4230
|
"line": 66,
|
|
4019
4231
|
"character": 35
|
|
4020
4232
|
},
|
|
4021
|
-
"name": "Component"
|
|
4233
|
+
"name": "Component",
|
|
4234
|
+
"componentId": {
|
|
4235
|
+
"scope": "teambit.component",
|
|
4236
|
+
"name": "component"
|
|
4237
|
+
}
|
|
4022
4238
|
},
|
|
4023
4239
|
"isOptional": false,
|
|
4024
4240
|
"isSpread": false
|
|
@@ -4110,7 +4326,11 @@
|
|
|
4110
4326
|
"line": 76,
|
|
4111
4327
|
"character": 36
|
|
4112
4328
|
},
|
|
4113
|
-
"name": "Component"
|
|
4329
|
+
"name": "Component",
|
|
4330
|
+
"componentId": {
|
|
4331
|
+
"scope": "teambit.component",
|
|
4332
|
+
"name": "component"
|
|
4333
|
+
}
|
|
4114
4334
|
},
|
|
4115
4335
|
"isOptional": false,
|
|
4116
4336
|
"isSpread": false
|
|
@@ -4183,7 +4403,11 @@
|
|
|
4183
4403
|
"line": 88,
|
|
4184
4404
|
"character": 36
|
|
4185
4405
|
},
|
|
4186
|
-
"name": "Component"
|
|
4406
|
+
"name": "Component",
|
|
4407
|
+
"componentId": {
|
|
4408
|
+
"scope": "teambit.component",
|
|
4409
|
+
"name": "component"
|
|
4410
|
+
}
|
|
4187
4411
|
},
|
|
4188
4412
|
"isOptional": false,
|
|
4189
4413
|
"isSpread": false
|
|
@@ -4238,7 +4462,11 @@
|
|
|
4238
4462
|
"line": 95,
|
|
4239
4463
|
"character": 34
|
|
4240
4464
|
},
|
|
4241
|
-
"name": "Component"
|
|
4465
|
+
"name": "Component",
|
|
4466
|
+
"componentId": {
|
|
4467
|
+
"scope": "teambit.component",
|
|
4468
|
+
"name": "component"
|
|
4469
|
+
}
|
|
4242
4470
|
},
|
|
4243
4471
|
"isOptional": false,
|
|
4244
4472
|
"isSpread": false
|
|
@@ -4260,7 +4488,8 @@
|
|
|
4260
4488
|
"line": 95,
|
|
4261
4489
|
"character": 54
|
|
4262
4490
|
},
|
|
4263
|
-
"name": "DistArtifact"
|
|
4491
|
+
"name": "DistArtifact",
|
|
4492
|
+
"internalFilePath": "dist-artifact.ts"
|
|
4264
4493
|
}
|
|
4265
4494
|
]
|
|
4266
4495
|
},
|
|
@@ -4300,7 +4529,11 @@
|
|
|
4300
4529
|
"line": 102,
|
|
4301
4530
|
"character": 42
|
|
4302
4531
|
},
|
|
4303
|
-
"name": "Component"
|
|
4532
|
+
"name": "Component",
|
|
4533
|
+
"componentId": {
|
|
4534
|
+
"scope": "teambit.component",
|
|
4535
|
+
"name": "component"
|
|
4536
|
+
}
|
|
4304
4537
|
}
|
|
4305
4538
|
},
|
|
4306
4539
|
"isOptional": false,
|
|
@@ -4434,7 +4667,11 @@
|
|
|
4434
4667
|
"line": 145,
|
|
4435
4668
|
"character": 5
|
|
4436
4669
|
},
|
|
4437
|
-
"name": "CLIMain"
|
|
4670
|
+
"name": "CLIMain",
|
|
4671
|
+
"componentId": {
|
|
4672
|
+
"scope": "teambit.harmony",
|
|
4673
|
+
"name": "cli"
|
|
4674
|
+
}
|
|
4438
4675
|
},
|
|
4439
4676
|
{
|
|
4440
4677
|
"__schema": "TypeRefSchema",
|
|
@@ -4443,7 +4680,11 @@
|
|
|
4443
4680
|
"line": 146,
|
|
4444
4681
|
"character": 5
|
|
4445
4682
|
},
|
|
4446
|
-
"name": "Workspace"
|
|
4683
|
+
"name": "Workspace",
|
|
4684
|
+
"componentId": {
|
|
4685
|
+
"scope": "teambit.workspace",
|
|
4686
|
+
"name": "workspace"
|
|
4687
|
+
}
|
|
4447
4688
|
},
|
|
4448
4689
|
{
|
|
4449
4690
|
"__schema": "TypeRefSchema",
|
|
@@ -4452,7 +4693,11 @@
|
|
|
4452
4693
|
"line": 147,
|
|
4453
4694
|
"character": 5
|
|
4454
4695
|
},
|
|
4455
|
-
"name": "EnvsMain"
|
|
4696
|
+
"name": "EnvsMain",
|
|
4697
|
+
"componentId": {
|
|
4698
|
+
"scope": "teambit.envs",
|
|
4699
|
+
"name": "envs"
|
|
4700
|
+
}
|
|
4456
4701
|
},
|
|
4457
4702
|
{
|
|
4458
4703
|
"__schema": "TypeRefSchema",
|
|
@@ -4461,7 +4706,11 @@
|
|
|
4461
4706
|
"line": 148,
|
|
4462
4707
|
"character": 5
|
|
4463
4708
|
},
|
|
4464
|
-
"name": "LoggerMain"
|
|
4709
|
+
"name": "LoggerMain",
|
|
4710
|
+
"componentId": {
|
|
4711
|
+
"scope": "teambit.harmony",
|
|
4712
|
+
"name": "logger"
|
|
4713
|
+
}
|
|
4465
4714
|
},
|
|
4466
4715
|
{
|
|
4467
4716
|
"__schema": "TypeRefSchema",
|
|
@@ -4470,7 +4719,11 @@
|
|
|
4470
4719
|
"line": 149,
|
|
4471
4720
|
"character": 5
|
|
4472
4721
|
},
|
|
4473
|
-
"name": "PubsubMain"
|
|
4722
|
+
"name": "PubsubMain",
|
|
4723
|
+
"componentId": {
|
|
4724
|
+
"scope": "teambit.harmony",
|
|
4725
|
+
"name": "pubsub"
|
|
4726
|
+
}
|
|
4474
4727
|
},
|
|
4475
4728
|
{
|
|
4476
4729
|
"__schema": "TypeRefSchema",
|
|
@@ -4479,7 +4732,11 @@
|
|
|
4479
4732
|
"line": 150,
|
|
4480
4733
|
"character": 5
|
|
4481
4734
|
},
|
|
4482
|
-
"name": "AspectLoaderMain"
|
|
4735
|
+
"name": "AspectLoaderMain",
|
|
4736
|
+
"componentId": {
|
|
4737
|
+
"scope": "teambit.harmony",
|
|
4738
|
+
"name": "aspect-loader"
|
|
4739
|
+
}
|
|
4483
4740
|
},
|
|
4484
4741
|
{
|
|
4485
4742
|
"__schema": "TypeRefSchema",
|
|
@@ -4488,7 +4745,11 @@
|
|
|
4488
4745
|
"line": 151,
|
|
4489
4746
|
"character": 5
|
|
4490
4747
|
},
|
|
4491
|
-
"name": "BuilderMain"
|
|
4748
|
+
"name": "BuilderMain",
|
|
4749
|
+
"componentId": {
|
|
4750
|
+
"scope": "teambit.pipelines",
|
|
4751
|
+
"name": "builder"
|
|
4752
|
+
}
|
|
4492
4753
|
},
|
|
4493
4754
|
{
|
|
4494
4755
|
"__schema": "TypeRefSchema",
|
|
@@ -4497,7 +4758,11 @@
|
|
|
4497
4758
|
"line": 152,
|
|
4498
4759
|
"character": 5
|
|
4499
4760
|
},
|
|
4500
|
-
"name": "UiMain"
|
|
4761
|
+
"name": "UiMain",
|
|
4762
|
+
"componentId": {
|
|
4763
|
+
"scope": "teambit.ui-foundation",
|
|
4764
|
+
"name": "ui"
|
|
4765
|
+
}
|
|
4501
4766
|
},
|
|
4502
4767
|
{
|
|
4503
4768
|
"__schema": "TypeRefSchema",
|
|
@@ -4506,7 +4771,11 @@
|
|
|
4506
4771
|
"line": 153,
|
|
4507
4772
|
"character": 5
|
|
4508
4773
|
},
|
|
4509
|
-
"name": "GeneratorMain"
|
|
4774
|
+
"name": "GeneratorMain",
|
|
4775
|
+
"componentId": {
|
|
4776
|
+
"scope": "teambit.generator",
|
|
4777
|
+
"name": "generator"
|
|
4778
|
+
}
|
|
4510
4779
|
},
|
|
4511
4780
|
{
|
|
4512
4781
|
"__schema": "TypeRefSchema",
|
|
@@ -4515,7 +4784,11 @@
|
|
|
4515
4784
|
"line": 154,
|
|
4516
4785
|
"character": 5
|
|
4517
4786
|
},
|
|
4518
|
-
"name": "DependencyResolverMain"
|
|
4787
|
+
"name": "DependencyResolverMain",
|
|
4788
|
+
"componentId": {
|
|
4789
|
+
"scope": "teambit.dependencies",
|
|
4790
|
+
"name": "dependency-resolver"
|
|
4791
|
+
}
|
|
4519
4792
|
},
|
|
4520
4793
|
{
|
|
4521
4794
|
"__schema": "TypeRefSchema",
|
|
@@ -4524,7 +4797,11 @@
|
|
|
4524
4797
|
"line": 155,
|
|
4525
4798
|
"character": 5
|
|
4526
4799
|
},
|
|
4527
|
-
"name": "WatcherMain"
|
|
4800
|
+
"name": "WatcherMain",
|
|
4801
|
+
"componentId": {
|
|
4802
|
+
"scope": "teambit.workspace",
|
|
4803
|
+
"name": "watcher"
|
|
4804
|
+
}
|
|
4528
4805
|
},
|
|
4529
4806
|
{
|
|
4530
4807
|
"__schema": "TypeRefSchema",
|
|
@@ -4533,7 +4810,11 @@
|
|
|
4533
4810
|
"line": 156,
|
|
4534
4811
|
"character": 5
|
|
4535
4812
|
},
|
|
4536
|
-
"name": "IssuesMain"
|
|
4813
|
+
"name": "IssuesMain",
|
|
4814
|
+
"componentId": {
|
|
4815
|
+
"scope": "teambit.component",
|
|
4816
|
+
"name": "issues"
|
|
4817
|
+
}
|
|
4537
4818
|
}
|
|
4538
4819
|
]
|
|
4539
4820
|
},
|
|
@@ -4636,6 +4917,10 @@
|
|
|
4636
4917
|
"character": 13
|
|
4637
4918
|
},
|
|
4638
4919
|
"name": "EnvHandler",
|
|
4920
|
+
"componentId": {
|
|
4921
|
+
"scope": "teambit.envs",
|
|
4922
|
+
"name": "envs"
|
|
4923
|
+
},
|
|
4639
4924
|
"typeArgs": [
|
|
4640
4925
|
{
|
|
4641
4926
|
"__schema": "TypeRefSchema",
|
|
@@ -4811,7 +5096,11 @@
|
|
|
4811
5096
|
"line": 32,
|
|
4812
5097
|
"character": 33
|
|
4813
5098
|
},
|
|
4814
|
-
"name": "DependencyResolverMain"
|
|
5099
|
+
"name": "DependencyResolverMain",
|
|
5100
|
+
"componentId": {
|
|
5101
|
+
"scope": "teambit.dependencies",
|
|
5102
|
+
"name": "dependency-resolver"
|
|
5103
|
+
}
|
|
4815
5104
|
},
|
|
4816
5105
|
"isOptional": false,
|
|
4817
5106
|
"isSpread": false
|
|
@@ -4853,7 +5142,11 @@
|
|
|
4853
5142
|
"line": 39,
|
|
4854
5143
|
"character": 27
|
|
4855
5144
|
},
|
|
4856
|
-
"name": "BuildContext"
|
|
5145
|
+
"name": "BuildContext",
|
|
5146
|
+
"componentId": {
|
|
5147
|
+
"scope": "teambit.pipelines",
|
|
5148
|
+
"name": "builder"
|
|
5149
|
+
}
|
|
4857
5150
|
},
|
|
4858
5151
|
"isOptional": false,
|
|
4859
5152
|
"isSpread": false
|
|
@@ -4897,7 +5190,11 @@
|
|
|
4897
5190
|
"line": 49,
|
|
4898
5191
|
"character": 26
|
|
4899
5192
|
},
|
|
4900
|
-
"name": "BuildContext"
|
|
5193
|
+
"name": "BuildContext",
|
|
5194
|
+
"componentId": {
|
|
5195
|
+
"scope": "teambit.pipelines",
|
|
5196
|
+
"name": "builder"
|
|
5197
|
+
}
|
|
4901
5198
|
},
|
|
4902
5199
|
"isOptional": false,
|
|
4903
5200
|
"isSpread": false
|
|
@@ -4919,7 +5216,11 @@
|
|
|
4919
5216
|
"line": 49,
|
|
4920
5217
|
"character": 49
|
|
4921
5218
|
},
|
|
4922
|
-
"name": "BuiltTaskResult"
|
|
5219
|
+
"name": "BuiltTaskResult",
|
|
5220
|
+
"componentId": {
|
|
5221
|
+
"scope": "teambit.pipelines",
|
|
5222
|
+
"name": "builder"
|
|
5223
|
+
}
|
|
4923
5224
|
}
|
|
4924
5225
|
]
|
|
4925
5226
|
},
|
|
@@ -4952,7 +5253,11 @@
|
|
|
4952
5253
|
"line": 77,
|
|
4953
5254
|
"character": 29
|
|
4954
5255
|
},
|
|
4955
|
-
"name": "BuildContext"
|
|
5256
|
+
"name": "BuildContext",
|
|
5257
|
+
"componentId": {
|
|
5258
|
+
"scope": "teambit.pipelines",
|
|
5259
|
+
"name": "builder"
|
|
5260
|
+
}
|
|
4956
5261
|
},
|
|
4957
5262
|
"isOptional": false,
|
|
4958
5263
|
"isSpread": false
|
|
@@ -4972,7 +5277,11 @@
|
|
|
4972
5277
|
"line": 77,
|
|
4973
5278
|
"character": 57
|
|
4974
5279
|
},
|
|
4975
|
-
"name": "TaskResultsList"
|
|
5280
|
+
"name": "TaskResultsList",
|
|
5281
|
+
"componentId": {
|
|
5282
|
+
"scope": "teambit.pipelines",
|
|
5283
|
+
"name": "builder"
|
|
5284
|
+
}
|
|
4976
5285
|
},
|
|
4977
5286
|
"isOptional": false,
|
|
4978
5287
|
"isSpread": false
|
|
@@ -5027,7 +5336,11 @@
|
|
|
5027
5336
|
"line": 82,
|
|
5028
5337
|
"character": 40
|
|
5029
5338
|
},
|
|
5030
|
-
"name": "Capsule"
|
|
5339
|
+
"name": "Capsule",
|
|
5340
|
+
"componentId": {
|
|
5341
|
+
"scope": "teambit.component",
|
|
5342
|
+
"name": "isolator"
|
|
5343
|
+
}
|
|
5031
5344
|
},
|
|
5032
5345
|
"isOptional": false,
|
|
5033
5346
|
"isSpread": false
|
|
@@ -5134,7 +5447,7 @@
|
|
|
5134
5447
|
"_legacy": {
|
|
5135
5448
|
"scope": "teambit.compilation",
|
|
5136
5449
|
"name": "compiler",
|
|
5137
|
-
"version": "1.0.
|
|
5450
|
+
"version": "1.0.453"
|
|
5138
5451
|
},
|
|
5139
5452
|
"_scope": "teambit.compilation"
|
|
5140
5453
|
}
|
|
@@ -5192,6 +5505,10 @@
|
|
|
5192
5505
|
"character": 15
|
|
5193
5506
|
},
|
|
5194
5507
|
"name": "EnvHandler",
|
|
5508
|
+
"componentId": {
|
|
5509
|
+
"scope": "teambit.envs",
|
|
5510
|
+
"name": "envs"
|
|
5511
|
+
},
|
|
5195
5512
|
"typeArgs": [
|
|
5196
5513
|
{
|
|
5197
5514
|
"__schema": "TypeRefSchema",
|
|
@@ -6134,7 +6451,11 @@
|
|
|
6134
6451
|
"line": 105,
|
|
6135
6452
|
"character": 18
|
|
6136
6453
|
},
|
|
6137
|
-
"name": "BuildContext"
|
|
6454
|
+
"name": "BuildContext",
|
|
6455
|
+
"componentId": {
|
|
6456
|
+
"scope": "teambit.pipelines",
|
|
6457
|
+
"name": "builder"
|
|
6458
|
+
}
|
|
6138
6459
|
},
|
|
6139
6460
|
"isOptional": false,
|
|
6140
6461
|
"isSpread": false
|
|
@@ -6156,7 +6477,11 @@
|
|
|
6156
6477
|
"line": 105,
|
|
6157
6478
|
"character": 41
|
|
6158
6479
|
},
|
|
6159
|
-
"name": "BuiltTaskResult"
|
|
6480
|
+
"name": "BuiltTaskResult",
|
|
6481
|
+
"componentId": {
|
|
6482
|
+
"scope": "teambit.pipelines",
|
|
6483
|
+
"name": "builder"
|
|
6484
|
+
}
|
|
6160
6485
|
}
|
|
6161
6486
|
]
|
|
6162
6487
|
},
|
|
@@ -6283,7 +6608,11 @@
|
|
|
6283
6608
|
"line": 122,
|
|
6284
6609
|
"character": 43
|
|
6285
6610
|
},
|
|
6286
|
-
"name": "Component"
|
|
6611
|
+
"name": "Component",
|
|
6612
|
+
"componentId": {
|
|
6613
|
+
"scope": "teambit.component",
|
|
6614
|
+
"name": "component"
|
|
6615
|
+
}
|
|
6287
6616
|
},
|
|
6288
6617
|
"isOptional": false,
|
|
6289
6618
|
"isSpread": false
|
|
@@ -6446,7 +6775,11 @@
|
|
|
6446
6775
|
"line": 138,
|
|
6447
6776
|
"character": 22
|
|
6448
6777
|
},
|
|
6449
|
-
"name": "BuildContext"
|
|
6778
|
+
"name": "BuildContext",
|
|
6779
|
+
"componentId": {
|
|
6780
|
+
"scope": "teambit.pipelines",
|
|
6781
|
+
"name": "builder"
|
|
6782
|
+
}
|
|
6450
6783
|
},
|
|
6451
6784
|
"isOptional": false,
|
|
6452
6785
|
"isSpread": false
|
|
@@ -6510,7 +6843,11 @@
|
|
|
6510
6843
|
"line": 143,
|
|
6511
6844
|
"character": 23
|
|
6512
6845
|
},
|
|
6513
|
-
"name": "BuildContext"
|
|
6846
|
+
"name": "BuildContext",
|
|
6847
|
+
"componentId": {
|
|
6848
|
+
"scope": "teambit.pipelines",
|
|
6849
|
+
"name": "builder"
|
|
6850
|
+
}
|
|
6514
6851
|
},
|
|
6515
6852
|
"isOptional": false,
|
|
6516
6853
|
"isSpread": false
|
|
@@ -6530,7 +6867,11 @@
|
|
|
6530
6867
|
"line": 143,
|
|
6531
6868
|
"character": 51
|
|
6532
6869
|
},
|
|
6533
|
-
"name": "TaskResultsList"
|
|
6870
|
+
"name": "TaskResultsList",
|
|
6871
|
+
"componentId": {
|
|
6872
|
+
"scope": "teambit.pipelines",
|
|
6873
|
+
"name": "builder"
|
|
6874
|
+
}
|
|
6534
6875
|
},
|
|
6535
6876
|
"isOptional": false,
|
|
6536
6877
|
"isSpread": false
|
|
@@ -6830,7 +7171,7 @@
|
|
|
6830
7171
|
"_legacy": {
|
|
6831
7172
|
"scope": "teambit.compilation",
|
|
6832
7173
|
"name": "compiler",
|
|
6833
|
-
"version": "1.0.
|
|
7174
|
+
"version": "1.0.453"
|
|
6834
7175
|
},
|
|
6835
7176
|
"_scope": "teambit.compilation"
|
|
6836
7177
|
}
|
|
@@ -6961,7 +7302,8 @@
|
|
|
6961
7302
|
"line": 8,
|
|
6962
7303
|
"character": 54
|
|
6963
7304
|
},
|
|
6964
|
-
"name": "CompilerErrorEventData"
|
|
7305
|
+
"name": "CompilerErrorEventData",
|
|
7306
|
+
"internalFilePath": "events/compiler-error.ts"
|
|
6965
7307
|
}
|
|
6966
7308
|
],
|
|
6967
7309
|
"expression": {
|
|
@@ -6976,7 +7318,7 @@
|
|
|
6976
7318
|
"_legacy": {
|
|
6977
7319
|
"scope": "teambit.compilation",
|
|
6978
7320
|
"name": "compiler",
|
|
6979
|
-
"version": "1.0.
|
|
7321
|
+
"version": "1.0.453"
|
|
6980
7322
|
},
|
|
6981
7323
|
"_scope": "teambit.compilation"
|
|
6982
7324
|
}
|
|
@@ -7049,7 +7391,7 @@
|
|
|
7049
7391
|
"componentId": {
|
|
7050
7392
|
"scope": "teambit.compilation",
|
|
7051
7393
|
"name": "compiler",
|
|
7052
|
-
"version": "1.0.
|
|
7394
|
+
"version": "1.0.453"
|
|
7053
7395
|
},
|
|
7054
7396
|
"taggedModuleExports": []
|
|
7055
7397
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.compilation_compiler@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.compilation_compiler@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.compilation_compiler@1.0.453/dist/compiler.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.compilation_compiler@1.0.453/dist/compiler.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/compiler",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.453",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/compilation/compiler",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.compilation",
|
|
8
8
|
"name": "compiler",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.453"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -19,25 +19,25 @@
|
|
|
19
19
|
"@teambit/component-id": "1.2.2",
|
|
20
20
|
"@teambit/workspace.root-components": "1.0.0",
|
|
21
21
|
"@teambit/bit-error": "0.0.404",
|
|
22
|
-
"@teambit/envs": "1.0.
|
|
23
|
-
"@teambit/cli": "0.0.
|
|
24
|
-
"@teambit/logger": "0.0.
|
|
25
|
-
"@teambit/pubsub": "1.0.
|
|
26
|
-
"@teambit/aspect-loader": "1.0.
|
|
27
|
-
"@teambit/builder": "1.0.
|
|
22
|
+
"@teambit/envs": "1.0.453",
|
|
23
|
+
"@teambit/cli": "0.0.1030",
|
|
24
|
+
"@teambit/logger": "0.0.1123",
|
|
25
|
+
"@teambit/pubsub": "1.0.453",
|
|
26
|
+
"@teambit/aspect-loader": "1.0.453",
|
|
27
|
+
"@teambit/builder": "1.0.453",
|
|
28
28
|
"@teambit/component-issues": "0.0.151",
|
|
29
|
-
"@teambit/component": "1.0.
|
|
30
|
-
"@teambit/dependency-resolver": "1.0.
|
|
31
|
-
"@teambit/generator": "1.0.
|
|
32
|
-
"@teambit/issues": "1.0.
|
|
33
|
-
"@teambit/ui": "1.0.
|
|
34
|
-
"@teambit/watcher": "1.0.
|
|
35
|
-
"@teambit/workspace": "1.0.
|
|
36
|
-
"@teambit/isolator": "1.0.
|
|
29
|
+
"@teambit/component": "1.0.453",
|
|
30
|
+
"@teambit/dependency-resolver": "1.0.453",
|
|
31
|
+
"@teambit/generator": "1.0.454",
|
|
32
|
+
"@teambit/issues": "1.0.453",
|
|
33
|
+
"@teambit/ui": "1.0.453",
|
|
34
|
+
"@teambit/watcher": "1.0.453",
|
|
35
|
+
"@teambit/workspace": "1.0.453",
|
|
36
|
+
"@teambit/isolator": "1.0.453",
|
|
37
37
|
"@teambit/toolbox.fs.hard-link-directory": "0.0.21",
|
|
38
38
|
"@teambit/component.sources": "0.0.42",
|
|
39
39
|
"@teambit/toolbox.path.path": "0.0.4",
|
|
40
|
-
"@teambit/multi-compiler": "1.0.
|
|
40
|
+
"@teambit/multi-compiler": "1.0.453",
|
|
41
41
|
"@teambit/pkg.modules.component-package-name": "0.0.5",
|
|
42
42
|
"@teambit/workspace.modules.node-modules-linker": "0.0.217"
|
|
43
43
|
},
|