@teambit/compiler 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.compilation/compiler@1.0.
|
|
3
|
+
<testsuite name="teambit.compilation/compiler@1.0.504" 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={85196:(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},27390:(e,n,t)=>{Object.defineProperty(n,"Ay",{enumerable:!0,get:function(){return o.default}});var o=i(t(85196));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}},88409:(e,n,t)=>{var o={id:"teambit.compilation/compiler@1.0.503",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(88409),a=(t(41594),t(5016)),p=t(65682),m=t(27390),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={90460:(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},91726:(e,n,t)=>{Object.defineProperty(n,"Ay",{enumerable:!0,get:function(){return o.default}});var o=i(t(90460));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}},68284:(e,n,t)=>{var o={id:"teambit.compilation/compiler@1.0.504",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(68284),a=(t(41594),t(5016)),p=t(65682),m=t(91726),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,11 +57,7 @@
|
|
|
57
57
|
"line": 31,
|
|
58
58
|
"character": 21
|
|
59
59
|
},
|
|
60
|
-
"name": "PubsubMain"
|
|
61
|
-
"componentId": {
|
|
62
|
-
"scope": "teambit.harmony",
|
|
63
|
-
"name": "pubsub"
|
|
64
|
-
}
|
|
60
|
+
"name": "PubsubMain"
|
|
65
61
|
},
|
|
66
62
|
"isOptional": false,
|
|
67
63
|
"isSpread": false
|
|
@@ -81,8 +77,7 @@
|
|
|
81
77
|
"line": 32,
|
|
82
78
|
"character": 32
|
|
83
79
|
},
|
|
84
|
-
"name": "WorkspaceCompiler"
|
|
85
|
-
"internalFilePath": "workspace-compiler.ts"
|
|
80
|
+
"name": "WorkspaceCompiler"
|
|
86
81
|
},
|
|
87
82
|
"isOptional": false,
|
|
88
83
|
"isSpread": false
|
|
@@ -102,11 +97,7 @@
|
|
|
102
97
|
"line": 33,
|
|
103
98
|
"character": 19
|
|
104
99
|
},
|
|
105
|
-
"name": "EnvsMain"
|
|
106
|
-
"componentId": {
|
|
107
|
-
"scope": "teambit.envs",
|
|
108
|
-
"name": "envs"
|
|
109
|
-
}
|
|
100
|
+
"name": "EnvsMain"
|
|
110
101
|
},
|
|
111
102
|
"isOptional": false,
|
|
112
103
|
"isSpread": false
|
|
@@ -126,11 +117,7 @@
|
|
|
126
117
|
"line": 34,
|
|
127
118
|
"character": 22
|
|
128
119
|
},
|
|
129
|
-
"name": "BuilderMain"
|
|
130
|
-
"componentId": {
|
|
131
|
-
"scope": "teambit.pipelines",
|
|
132
|
-
"name": "builder"
|
|
133
|
-
}
|
|
120
|
+
"name": "BuilderMain"
|
|
134
121
|
},
|
|
135
122
|
"isOptional": false,
|
|
136
123
|
"isSpread": false
|
|
@@ -150,11 +137,7 @@
|
|
|
150
137
|
"line": 35,
|
|
151
138
|
"character": 24
|
|
152
139
|
},
|
|
153
|
-
"name": "Workspace"
|
|
154
|
-
"componentId": {
|
|
155
|
-
"scope": "teambit.workspace",
|
|
156
|
-
"name": "workspace"
|
|
157
|
-
}
|
|
140
|
+
"name": "Workspace"
|
|
158
141
|
},
|
|
159
142
|
"isOptional": false,
|
|
160
143
|
"isSpread": false
|
|
@@ -174,11 +157,7 @@
|
|
|
174
157
|
"line": 36,
|
|
175
158
|
"character": 33
|
|
176
159
|
},
|
|
177
|
-
"name": "DependencyResolverMain"
|
|
178
|
-
"componentId": {
|
|
179
|
-
"scope": "teambit.dependencies",
|
|
180
|
-
"name": "dependency-resolver"
|
|
181
|
-
}
|
|
160
|
+
"name": "DependencyResolverMain"
|
|
182
161
|
},
|
|
183
162
|
"isOptional": false,
|
|
184
163
|
"isSpread": false
|
|
@@ -198,8 +177,7 @@
|
|
|
198
177
|
"line": 37,
|
|
199
178
|
"character": 30
|
|
200
179
|
},
|
|
201
|
-
"name": "CompilerService"
|
|
202
|
-
"internalFilePath": "compiler.service.ts"
|
|
180
|
+
"name": "CompilerService"
|
|
203
181
|
},
|
|
204
182
|
"isOptional": false,
|
|
205
183
|
"isSpread": false
|
|
@@ -241,11 +219,7 @@
|
|
|
241
219
|
"line": 40,
|
|
242
220
|
"character": 24
|
|
243
221
|
},
|
|
244
|
-
"name": "ExecutionContext"
|
|
245
|
-
"componentId": {
|
|
246
|
-
"scope": "teambit.envs",
|
|
247
|
-
"name": "envs"
|
|
248
|
-
}
|
|
222
|
+
"name": "ExecutionContext"
|
|
249
223
|
},
|
|
250
224
|
"isOptional": false,
|
|
251
225
|
"isSpread": false
|
|
@@ -330,12 +304,7 @@
|
|
|
330
304
|
"line": 48,
|
|
331
305
|
"character": 31
|
|
332
306
|
},
|
|
333
|
-
"name": "ComponentID"
|
|
334
|
-
"componentId": {
|
|
335
|
-
"scope": "teambit.component",
|
|
336
|
-
"name": "component-id",
|
|
337
|
-
"version": "1.2.2"
|
|
338
|
-
}
|
|
307
|
+
"name": "ComponentID"
|
|
339
308
|
}
|
|
340
309
|
},
|
|
341
310
|
{
|
|
@@ -352,12 +321,7 @@
|
|
|
352
321
|
"line": 48,
|
|
353
322
|
"character": 47
|
|
354
323
|
},
|
|
355
|
-
"name": "ComponentID"
|
|
356
|
-
"componentId": {
|
|
357
|
-
"scope": "teambit.component",
|
|
358
|
-
"name": "component-id",
|
|
359
|
-
"version": "1.2.2"
|
|
360
|
-
}
|
|
324
|
+
"name": "ComponentID"
|
|
361
325
|
}
|
|
362
326
|
}
|
|
363
327
|
]
|
|
@@ -381,8 +345,7 @@
|
|
|
381
345
|
"line": 49,
|
|
382
346
|
"character": 14
|
|
383
347
|
},
|
|
384
|
-
"name": "CompileOptions"
|
|
385
|
-
"internalFilePath": "workspace-compiler.ts"
|
|
348
|
+
"name": "CompileOptions"
|
|
386
349
|
},
|
|
387
350
|
"isOptional": true,
|
|
388
351
|
"defaultValue": "{ initiator: CompilationInitiator.ComponentAdded }",
|
|
@@ -423,11 +386,7 @@
|
|
|
423
386
|
"line": 51,
|
|
424
387
|
"character": 27
|
|
425
388
|
},
|
|
426
|
-
"name": "WorkspaceComponentLoadOptions"
|
|
427
|
-
"componentId": {
|
|
428
|
-
"scope": "teambit.workspace",
|
|
429
|
-
"name": "workspace"
|
|
430
|
-
}
|
|
389
|
+
"name": "WorkspaceComponentLoadOptions"
|
|
431
390
|
},
|
|
432
391
|
"isOptional": true,
|
|
433
392
|
"defaultValue": "{}",
|
|
@@ -554,11 +513,7 @@
|
|
|
554
513
|
"line": 66,
|
|
555
514
|
"character": 35
|
|
556
515
|
},
|
|
557
|
-
"name": "Component"
|
|
558
|
-
"componentId": {
|
|
559
|
-
"scope": "teambit.component",
|
|
560
|
-
"name": "component"
|
|
561
|
-
}
|
|
516
|
+
"name": "Component"
|
|
562
517
|
},
|
|
563
518
|
"isOptional": false,
|
|
564
519
|
"isSpread": false
|
|
@@ -650,11 +605,7 @@
|
|
|
650
605
|
"line": 76,
|
|
651
606
|
"character": 36
|
|
652
607
|
},
|
|
653
|
-
"name": "Component"
|
|
654
|
-
"componentId": {
|
|
655
|
-
"scope": "teambit.component",
|
|
656
|
-
"name": "component"
|
|
657
|
-
}
|
|
608
|
+
"name": "Component"
|
|
658
609
|
},
|
|
659
610
|
"isOptional": false,
|
|
660
611
|
"isSpread": false
|
|
@@ -727,11 +678,7 @@
|
|
|
727
678
|
"line": 88,
|
|
728
679
|
"character": 36
|
|
729
680
|
},
|
|
730
|
-
"name": "Component"
|
|
731
|
-
"componentId": {
|
|
732
|
-
"scope": "teambit.component",
|
|
733
|
-
"name": "component"
|
|
734
|
-
}
|
|
681
|
+
"name": "Component"
|
|
735
682
|
},
|
|
736
683
|
"isOptional": false,
|
|
737
684
|
"isSpread": false
|
|
@@ -786,11 +733,7 @@
|
|
|
786
733
|
"line": 95,
|
|
787
734
|
"character": 34
|
|
788
735
|
},
|
|
789
|
-
"name": "Component"
|
|
790
|
-
"componentId": {
|
|
791
|
-
"scope": "teambit.component",
|
|
792
|
-
"name": "component"
|
|
793
|
-
}
|
|
736
|
+
"name": "Component"
|
|
794
737
|
},
|
|
795
738
|
"isOptional": false,
|
|
796
739
|
"isSpread": false
|
|
@@ -812,8 +755,7 @@
|
|
|
812
755
|
"line": 95,
|
|
813
756
|
"character": 54
|
|
814
757
|
},
|
|
815
|
-
"name": "DistArtifact"
|
|
816
|
-
"internalFilePath": "dist-artifact.ts"
|
|
758
|
+
"name": "DistArtifact"
|
|
817
759
|
}
|
|
818
760
|
]
|
|
819
761
|
},
|
|
@@ -853,11 +795,7 @@
|
|
|
853
795
|
"line": 102,
|
|
854
796
|
"character": 42
|
|
855
797
|
},
|
|
856
|
-
"name": "Component"
|
|
857
|
-
"componentId": {
|
|
858
|
-
"scope": "teambit.component",
|
|
859
|
-
"name": "component"
|
|
860
|
-
}
|
|
798
|
+
"name": "Component"
|
|
861
799
|
}
|
|
862
800
|
},
|
|
863
801
|
"isOptional": false,
|
|
@@ -991,11 +929,7 @@
|
|
|
991
929
|
"line": 145,
|
|
992
930
|
"character": 5
|
|
993
931
|
},
|
|
994
|
-
"name": "CLIMain"
|
|
995
|
-
"componentId": {
|
|
996
|
-
"scope": "teambit.harmony",
|
|
997
|
-
"name": "cli"
|
|
998
|
-
}
|
|
932
|
+
"name": "CLIMain"
|
|
999
933
|
},
|
|
1000
934
|
{
|
|
1001
935
|
"__schema": "TypeRefSchema",
|
|
@@ -1004,11 +938,7 @@
|
|
|
1004
938
|
"line": 146,
|
|
1005
939
|
"character": 5
|
|
1006
940
|
},
|
|
1007
|
-
"name": "Workspace"
|
|
1008
|
-
"componentId": {
|
|
1009
|
-
"scope": "teambit.workspace",
|
|
1010
|
-
"name": "workspace"
|
|
1011
|
-
}
|
|
941
|
+
"name": "Workspace"
|
|
1012
942
|
},
|
|
1013
943
|
{
|
|
1014
944
|
"__schema": "TypeRefSchema",
|
|
@@ -1017,11 +947,7 @@
|
|
|
1017
947
|
"line": 147,
|
|
1018
948
|
"character": 5
|
|
1019
949
|
},
|
|
1020
|
-
"name": "EnvsMain"
|
|
1021
|
-
"componentId": {
|
|
1022
|
-
"scope": "teambit.envs",
|
|
1023
|
-
"name": "envs"
|
|
1024
|
-
}
|
|
950
|
+
"name": "EnvsMain"
|
|
1025
951
|
},
|
|
1026
952
|
{
|
|
1027
953
|
"__schema": "TypeRefSchema",
|
|
@@ -1030,11 +956,7 @@
|
|
|
1030
956
|
"line": 148,
|
|
1031
957
|
"character": 5
|
|
1032
958
|
},
|
|
1033
|
-
"name": "LoggerMain"
|
|
1034
|
-
"componentId": {
|
|
1035
|
-
"scope": "teambit.harmony",
|
|
1036
|
-
"name": "logger"
|
|
1037
|
-
}
|
|
959
|
+
"name": "LoggerMain"
|
|
1038
960
|
},
|
|
1039
961
|
{
|
|
1040
962
|
"__schema": "TypeRefSchema",
|
|
@@ -1043,11 +965,7 @@
|
|
|
1043
965
|
"line": 149,
|
|
1044
966
|
"character": 5
|
|
1045
967
|
},
|
|
1046
|
-
"name": "PubsubMain"
|
|
1047
|
-
"componentId": {
|
|
1048
|
-
"scope": "teambit.harmony",
|
|
1049
|
-
"name": "pubsub"
|
|
1050
|
-
}
|
|
968
|
+
"name": "PubsubMain"
|
|
1051
969
|
},
|
|
1052
970
|
{
|
|
1053
971
|
"__schema": "TypeRefSchema",
|
|
@@ -1056,11 +974,7 @@
|
|
|
1056
974
|
"line": 150,
|
|
1057
975
|
"character": 5
|
|
1058
976
|
},
|
|
1059
|
-
"name": "AspectLoaderMain"
|
|
1060
|
-
"componentId": {
|
|
1061
|
-
"scope": "teambit.harmony",
|
|
1062
|
-
"name": "aspect-loader"
|
|
1063
|
-
}
|
|
977
|
+
"name": "AspectLoaderMain"
|
|
1064
978
|
},
|
|
1065
979
|
{
|
|
1066
980
|
"__schema": "TypeRefSchema",
|
|
@@ -1069,11 +983,7 @@
|
|
|
1069
983
|
"line": 151,
|
|
1070
984
|
"character": 5
|
|
1071
985
|
},
|
|
1072
|
-
"name": "BuilderMain"
|
|
1073
|
-
"componentId": {
|
|
1074
|
-
"scope": "teambit.pipelines",
|
|
1075
|
-
"name": "builder"
|
|
1076
|
-
}
|
|
986
|
+
"name": "BuilderMain"
|
|
1077
987
|
},
|
|
1078
988
|
{
|
|
1079
989
|
"__schema": "TypeRefSchema",
|
|
@@ -1082,11 +992,7 @@
|
|
|
1082
992
|
"line": 152,
|
|
1083
993
|
"character": 5
|
|
1084
994
|
},
|
|
1085
|
-
"name": "UiMain"
|
|
1086
|
-
"componentId": {
|
|
1087
|
-
"scope": "teambit.ui-foundation",
|
|
1088
|
-
"name": "ui"
|
|
1089
|
-
}
|
|
995
|
+
"name": "UiMain"
|
|
1090
996
|
},
|
|
1091
997
|
{
|
|
1092
998
|
"__schema": "TypeRefSchema",
|
|
@@ -1095,11 +1001,7 @@
|
|
|
1095
1001
|
"line": 153,
|
|
1096
1002
|
"character": 5
|
|
1097
1003
|
},
|
|
1098
|
-
"name": "GeneratorMain"
|
|
1099
|
-
"componentId": {
|
|
1100
|
-
"scope": "teambit.generator",
|
|
1101
|
-
"name": "generator"
|
|
1102
|
-
}
|
|
1004
|
+
"name": "GeneratorMain"
|
|
1103
1005
|
},
|
|
1104
1006
|
{
|
|
1105
1007
|
"__schema": "TypeRefSchema",
|
|
@@ -1108,11 +1010,7 @@
|
|
|
1108
1010
|
"line": 154,
|
|
1109
1011
|
"character": 5
|
|
1110
1012
|
},
|
|
1111
|
-
"name": "DependencyResolverMain"
|
|
1112
|
-
"componentId": {
|
|
1113
|
-
"scope": "teambit.dependencies",
|
|
1114
|
-
"name": "dependency-resolver"
|
|
1115
|
-
}
|
|
1013
|
+
"name": "DependencyResolverMain"
|
|
1116
1014
|
},
|
|
1117
1015
|
{
|
|
1118
1016
|
"__schema": "TypeRefSchema",
|
|
@@ -1121,11 +1019,7 @@
|
|
|
1121
1019
|
"line": 155,
|
|
1122
1020
|
"character": 5
|
|
1123
1021
|
},
|
|
1124
|
-
"name": "WatcherMain"
|
|
1125
|
-
"componentId": {
|
|
1126
|
-
"scope": "teambit.workspace",
|
|
1127
|
-
"name": "watcher"
|
|
1128
|
-
}
|
|
1022
|
+
"name": "WatcherMain"
|
|
1129
1023
|
},
|
|
1130
1024
|
{
|
|
1131
1025
|
"__schema": "TypeRefSchema",
|
|
@@ -1134,11 +1028,7 @@
|
|
|
1134
1028
|
"line": 156,
|
|
1135
1029
|
"character": 5
|
|
1136
1030
|
},
|
|
1137
|
-
"name": "IssuesMain"
|
|
1138
|
-
"componentId": {
|
|
1139
|
-
"scope": "teambit.component",
|
|
1140
|
-
"name": "issues"
|
|
1141
|
-
}
|
|
1031
|
+
"name": "IssuesMain"
|
|
1142
1032
|
}
|
|
1143
1033
|
]
|
|
1144
1034
|
},
|
|
@@ -1219,10 +1109,6 @@
|
|
|
1219
1109
|
"character": 13
|
|
1220
1110
|
},
|
|
1221
1111
|
"name": "EnvHandler",
|
|
1222
|
-
"componentId": {
|
|
1223
|
-
"scope": "teambit.envs",
|
|
1224
|
-
"name": "envs"
|
|
1225
|
-
},
|
|
1226
1112
|
"typeArgs": [
|
|
1227
1113
|
{
|
|
1228
1114
|
"__schema": "TypeRefSchema",
|
|
@@ -1408,11 +1294,7 @@
|
|
|
1408
1294
|
"line": 32,
|
|
1409
1295
|
"character": 33
|
|
1410
1296
|
},
|
|
1411
|
-
"name": "DependencyResolverMain"
|
|
1412
|
-
"componentId": {
|
|
1413
|
-
"scope": "teambit.dependencies",
|
|
1414
|
-
"name": "dependency-resolver"
|
|
1415
|
-
}
|
|
1297
|
+
"name": "DependencyResolverMain"
|
|
1416
1298
|
},
|
|
1417
1299
|
"isOptional": false,
|
|
1418
1300
|
"isSpread": false
|
|
@@ -1454,11 +1336,7 @@
|
|
|
1454
1336
|
"line": 39,
|
|
1455
1337
|
"character": 27
|
|
1456
1338
|
},
|
|
1457
|
-
"name": "BuildContext"
|
|
1458
|
-
"componentId": {
|
|
1459
|
-
"scope": "teambit.pipelines",
|
|
1460
|
-
"name": "builder"
|
|
1461
|
-
}
|
|
1339
|
+
"name": "BuildContext"
|
|
1462
1340
|
},
|
|
1463
1341
|
"isOptional": false,
|
|
1464
1342
|
"isSpread": false
|
|
@@ -1502,11 +1380,7 @@
|
|
|
1502
1380
|
"line": 49,
|
|
1503
1381
|
"character": 26
|
|
1504
1382
|
},
|
|
1505
|
-
"name": "BuildContext"
|
|
1506
|
-
"componentId": {
|
|
1507
|
-
"scope": "teambit.pipelines",
|
|
1508
|
-
"name": "builder"
|
|
1509
|
-
}
|
|
1383
|
+
"name": "BuildContext"
|
|
1510
1384
|
},
|
|
1511
1385
|
"isOptional": false,
|
|
1512
1386
|
"isSpread": false
|
|
@@ -1528,11 +1402,7 @@
|
|
|
1528
1402
|
"line": 49,
|
|
1529
1403
|
"character": 49
|
|
1530
1404
|
},
|
|
1531
|
-
"name": "BuiltTaskResult"
|
|
1532
|
-
"componentId": {
|
|
1533
|
-
"scope": "teambit.pipelines",
|
|
1534
|
-
"name": "builder"
|
|
1535
|
-
}
|
|
1405
|
+
"name": "BuiltTaskResult"
|
|
1536
1406
|
}
|
|
1537
1407
|
]
|
|
1538
1408
|
},
|
|
@@ -1565,11 +1435,7 @@
|
|
|
1565
1435
|
"line": 77,
|
|
1566
1436
|
"character": 29
|
|
1567
1437
|
},
|
|
1568
|
-
"name": "BuildContext"
|
|
1569
|
-
"componentId": {
|
|
1570
|
-
"scope": "teambit.pipelines",
|
|
1571
|
-
"name": "builder"
|
|
1572
|
-
}
|
|
1438
|
+
"name": "BuildContext"
|
|
1573
1439
|
},
|
|
1574
1440
|
"isOptional": false,
|
|
1575
1441
|
"isSpread": false
|
|
@@ -1589,11 +1455,7 @@
|
|
|
1589
1455
|
"line": 77,
|
|
1590
1456
|
"character": 57
|
|
1591
1457
|
},
|
|
1592
|
-
"name": "TaskResultsList"
|
|
1593
|
-
"componentId": {
|
|
1594
|
-
"scope": "teambit.pipelines",
|
|
1595
|
-
"name": "builder"
|
|
1596
|
-
}
|
|
1458
|
+
"name": "TaskResultsList"
|
|
1597
1459
|
},
|
|
1598
1460
|
"isOptional": false,
|
|
1599
1461
|
"isSpread": false
|
|
@@ -1648,11 +1510,7 @@
|
|
|
1648
1510
|
"line": 82,
|
|
1649
1511
|
"character": 40
|
|
1650
1512
|
},
|
|
1651
|
-
"name": "Capsule"
|
|
1652
|
-
"componentId": {
|
|
1653
|
-
"scope": "teambit.component",
|
|
1654
|
-
"name": "isolator"
|
|
1655
|
-
}
|
|
1513
|
+
"name": "Capsule"
|
|
1656
1514
|
},
|
|
1657
1515
|
"isOptional": false,
|
|
1658
1516
|
"isSpread": false
|
|
@@ -1759,7 +1617,7 @@
|
|
|
1759
1617
|
"_legacy": {
|
|
1760
1618
|
"scope": "teambit.compilation",
|
|
1761
1619
|
"name": "compiler",
|
|
1762
|
-
"version": "1.0.
|
|
1620
|
+
"version": "1.0.504"
|
|
1763
1621
|
},
|
|
1764
1622
|
"_scope": "teambit.compilation"
|
|
1765
1623
|
}
|
|
@@ -1816,10 +1674,6 @@
|
|
|
1816
1674
|
"character": 15
|
|
1817
1675
|
},
|
|
1818
1676
|
"name": "EnvHandler",
|
|
1819
|
-
"componentId": {
|
|
1820
|
-
"scope": "teambit.envs",
|
|
1821
|
-
"name": "envs"
|
|
1822
|
-
},
|
|
1823
1677
|
"typeArgs": [
|
|
1824
1678
|
{
|
|
1825
1679
|
"__schema": "TypeRefSchema",
|
|
@@ -2508,11 +2362,7 @@
|
|
|
2508
2362
|
"line": 111,
|
|
2509
2363
|
"character": 18
|
|
2510
2364
|
},
|
|
2511
|
-
"name": "BuildContext"
|
|
2512
|
-
"componentId": {
|
|
2513
|
-
"scope": "teambit.pipelines",
|
|
2514
|
-
"name": "builder"
|
|
2515
|
-
}
|
|
2365
|
+
"name": "BuildContext"
|
|
2516
2366
|
},
|
|
2517
2367
|
"isOptional": false,
|
|
2518
2368
|
"isSpread": false
|
|
@@ -2534,11 +2384,7 @@
|
|
|
2534
2384
|
"line": 111,
|
|
2535
2385
|
"character": 41
|
|
2536
2386
|
},
|
|
2537
|
-
"name": "BuiltTaskResult"
|
|
2538
|
-
"componentId": {
|
|
2539
|
-
"scope": "teambit.pipelines",
|
|
2540
|
-
"name": "builder"
|
|
2541
|
-
}
|
|
2387
|
+
"name": "BuiltTaskResult"
|
|
2542
2388
|
}
|
|
2543
2389
|
]
|
|
2544
2390
|
},
|
|
@@ -2665,11 +2511,7 @@
|
|
|
2665
2511
|
"line": 128,
|
|
2666
2512
|
"character": 43
|
|
2667
2513
|
},
|
|
2668
|
-
"name": "Component"
|
|
2669
|
-
"componentId": {
|
|
2670
|
-
"scope": "teambit.component",
|
|
2671
|
-
"name": "component"
|
|
2672
|
-
}
|
|
2514
|
+
"name": "Component"
|
|
2673
2515
|
},
|
|
2674
2516
|
"isOptional": false,
|
|
2675
2517
|
"isSpread": false
|
|
@@ -2832,11 +2674,7 @@
|
|
|
2832
2674
|
"line": 144,
|
|
2833
2675
|
"character": 22
|
|
2834
2676
|
},
|
|
2835
|
-
"name": "BuildContext"
|
|
2836
|
-
"componentId": {
|
|
2837
|
-
"scope": "teambit.pipelines",
|
|
2838
|
-
"name": "builder"
|
|
2839
|
-
}
|
|
2677
|
+
"name": "BuildContext"
|
|
2840
2678
|
},
|
|
2841
2679
|
"isOptional": false,
|
|
2842
2680
|
"isSpread": false
|
|
@@ -2900,11 +2738,7 @@
|
|
|
2900
2738
|
"line": 149,
|
|
2901
2739
|
"character": 23
|
|
2902
2740
|
},
|
|
2903
|
-
"name": "BuildContext"
|
|
2904
|
-
"componentId": {
|
|
2905
|
-
"scope": "teambit.pipelines",
|
|
2906
|
-
"name": "builder"
|
|
2907
|
-
}
|
|
2741
|
+
"name": "BuildContext"
|
|
2908
2742
|
},
|
|
2909
2743
|
"isOptional": false,
|
|
2910
2744
|
"isSpread": false
|
|
@@ -2924,11 +2758,7 @@
|
|
|
2924
2758
|
"line": 149,
|
|
2925
2759
|
"character": 51
|
|
2926
2760
|
},
|
|
2927
|
-
"name": "TaskResultsList"
|
|
2928
|
-
"componentId": {
|
|
2929
|
-
"scope": "teambit.pipelines",
|
|
2930
|
-
"name": "builder"
|
|
2931
|
-
}
|
|
2761
|
+
"name": "TaskResultsList"
|
|
2932
2762
|
},
|
|
2933
2763
|
"isOptional": false,
|
|
2934
2764
|
"isSpread": false
|
|
@@ -3228,7 +3058,7 @@
|
|
|
3228
3058
|
"_legacy": {
|
|
3229
3059
|
"scope": "teambit.compilation",
|
|
3230
3060
|
"name": "compiler",
|
|
3231
|
-
"version": "1.0.
|
|
3061
|
+
"version": "1.0.504"
|
|
3232
3062
|
},
|
|
3233
3063
|
"_scope": "teambit.compilation"
|
|
3234
3064
|
}
|
|
@@ -3919,8 +3749,7 @@
|
|
|
3919
3749
|
"line": 8,
|
|
3920
3750
|
"character": 54
|
|
3921
3751
|
},
|
|
3922
|
-
"name": "CompilerErrorEventData"
|
|
3923
|
-
"internalFilePath": "events/compiler-error.ts"
|
|
3752
|
+
"name": "CompilerErrorEventData"
|
|
3924
3753
|
}
|
|
3925
3754
|
],
|
|
3926
3755
|
"expression": {
|
|
@@ -3935,7 +3764,7 @@
|
|
|
3935
3764
|
"_legacy": {
|
|
3936
3765
|
"scope": "teambit.compilation",
|
|
3937
3766
|
"name": "compiler",
|
|
3938
|
-
"version": "1.0.
|
|
3767
|
+
"version": "1.0.504"
|
|
3939
3768
|
},
|
|
3940
3769
|
"_scope": "teambit.compilation"
|
|
3941
3770
|
}
|
|
@@ -3991,11 +3820,7 @@
|
|
|
3991
3820
|
"line": 31,
|
|
3992
3821
|
"character": 21
|
|
3993
3822
|
},
|
|
3994
|
-
"name": "PubsubMain"
|
|
3995
|
-
"componentId": {
|
|
3996
|
-
"scope": "teambit.harmony",
|
|
3997
|
-
"name": "pubsub"
|
|
3998
|
-
}
|
|
3823
|
+
"name": "PubsubMain"
|
|
3999
3824
|
},
|
|
4000
3825
|
"isOptional": false,
|
|
4001
3826
|
"isSpread": false
|
|
@@ -4015,8 +3840,7 @@
|
|
|
4015
3840
|
"line": 32,
|
|
4016
3841
|
"character": 32
|
|
4017
3842
|
},
|
|
4018
|
-
"name": "WorkspaceCompiler"
|
|
4019
|
-
"internalFilePath": "workspace-compiler.ts"
|
|
3843
|
+
"name": "WorkspaceCompiler"
|
|
4020
3844
|
},
|
|
4021
3845
|
"isOptional": false,
|
|
4022
3846
|
"isSpread": false
|
|
@@ -4036,11 +3860,7 @@
|
|
|
4036
3860
|
"line": 33,
|
|
4037
3861
|
"character": 19
|
|
4038
3862
|
},
|
|
4039
|
-
"name": "EnvsMain"
|
|
4040
|
-
"componentId": {
|
|
4041
|
-
"scope": "teambit.envs",
|
|
4042
|
-
"name": "envs"
|
|
4043
|
-
}
|
|
3863
|
+
"name": "EnvsMain"
|
|
4044
3864
|
},
|
|
4045
3865
|
"isOptional": false,
|
|
4046
3866
|
"isSpread": false
|
|
@@ -4060,11 +3880,7 @@
|
|
|
4060
3880
|
"line": 34,
|
|
4061
3881
|
"character": 22
|
|
4062
3882
|
},
|
|
4063
|
-
"name": "BuilderMain"
|
|
4064
|
-
"componentId": {
|
|
4065
|
-
"scope": "teambit.pipelines",
|
|
4066
|
-
"name": "builder"
|
|
4067
|
-
}
|
|
3883
|
+
"name": "BuilderMain"
|
|
4068
3884
|
},
|
|
4069
3885
|
"isOptional": false,
|
|
4070
3886
|
"isSpread": false
|
|
@@ -4084,11 +3900,7 @@
|
|
|
4084
3900
|
"line": 35,
|
|
4085
3901
|
"character": 24
|
|
4086
3902
|
},
|
|
4087
|
-
"name": "Workspace"
|
|
4088
|
-
"componentId": {
|
|
4089
|
-
"scope": "teambit.workspace",
|
|
4090
|
-
"name": "workspace"
|
|
4091
|
-
}
|
|
3903
|
+
"name": "Workspace"
|
|
4092
3904
|
},
|
|
4093
3905
|
"isOptional": false,
|
|
4094
3906
|
"isSpread": false
|
|
@@ -4108,11 +3920,7 @@
|
|
|
4108
3920
|
"line": 36,
|
|
4109
3921
|
"character": 33
|
|
4110
3922
|
},
|
|
4111
|
-
"name": "DependencyResolverMain"
|
|
4112
|
-
"componentId": {
|
|
4113
|
-
"scope": "teambit.dependencies",
|
|
4114
|
-
"name": "dependency-resolver"
|
|
4115
|
-
}
|
|
3923
|
+
"name": "DependencyResolverMain"
|
|
4116
3924
|
},
|
|
4117
3925
|
"isOptional": false,
|
|
4118
3926
|
"isSpread": false
|
|
@@ -4132,8 +3940,7 @@
|
|
|
4132
3940
|
"line": 37,
|
|
4133
3941
|
"character": 30
|
|
4134
3942
|
},
|
|
4135
|
-
"name": "CompilerService"
|
|
4136
|
-
"internalFilePath": "compiler.service.ts"
|
|
3943
|
+
"name": "CompilerService"
|
|
4137
3944
|
},
|
|
4138
3945
|
"isOptional": false,
|
|
4139
3946
|
"isSpread": false
|
|
@@ -4175,11 +3982,7 @@
|
|
|
4175
3982
|
"line": 40,
|
|
4176
3983
|
"character": 24
|
|
4177
3984
|
},
|
|
4178
|
-
"name": "ExecutionContext"
|
|
4179
|
-
"componentId": {
|
|
4180
|
-
"scope": "teambit.envs",
|
|
4181
|
-
"name": "envs"
|
|
4182
|
-
}
|
|
3985
|
+
"name": "ExecutionContext"
|
|
4183
3986
|
},
|
|
4184
3987
|
"isOptional": false,
|
|
4185
3988
|
"isSpread": false
|
|
@@ -4264,12 +4067,7 @@
|
|
|
4264
4067
|
"line": 48,
|
|
4265
4068
|
"character": 31
|
|
4266
4069
|
},
|
|
4267
|
-
"name": "ComponentID"
|
|
4268
|
-
"componentId": {
|
|
4269
|
-
"scope": "teambit.component",
|
|
4270
|
-
"name": "component-id",
|
|
4271
|
-
"version": "1.2.2"
|
|
4272
|
-
}
|
|
4070
|
+
"name": "ComponentID"
|
|
4273
4071
|
}
|
|
4274
4072
|
},
|
|
4275
4073
|
{
|
|
@@ -4286,12 +4084,7 @@
|
|
|
4286
4084
|
"line": 48,
|
|
4287
4085
|
"character": 47
|
|
4288
4086
|
},
|
|
4289
|
-
"name": "ComponentID"
|
|
4290
|
-
"componentId": {
|
|
4291
|
-
"scope": "teambit.component",
|
|
4292
|
-
"name": "component-id",
|
|
4293
|
-
"version": "1.2.2"
|
|
4294
|
-
}
|
|
4087
|
+
"name": "ComponentID"
|
|
4295
4088
|
}
|
|
4296
4089
|
}
|
|
4297
4090
|
]
|
|
@@ -4315,8 +4108,7 @@
|
|
|
4315
4108
|
"line": 49,
|
|
4316
4109
|
"character": 14
|
|
4317
4110
|
},
|
|
4318
|
-
"name": "CompileOptions"
|
|
4319
|
-
"internalFilePath": "workspace-compiler.ts"
|
|
4111
|
+
"name": "CompileOptions"
|
|
4320
4112
|
},
|
|
4321
4113
|
"isOptional": true,
|
|
4322
4114
|
"defaultValue": "{ initiator: CompilationInitiator.ComponentAdded }",
|
|
@@ -4357,11 +4149,7 @@
|
|
|
4357
4149
|
"line": 51,
|
|
4358
4150
|
"character": 27
|
|
4359
4151
|
},
|
|
4360
|
-
"name": "WorkspaceComponentLoadOptions"
|
|
4361
|
-
"componentId": {
|
|
4362
|
-
"scope": "teambit.workspace",
|
|
4363
|
-
"name": "workspace"
|
|
4364
|
-
}
|
|
4152
|
+
"name": "WorkspaceComponentLoadOptions"
|
|
4365
4153
|
},
|
|
4366
4154
|
"isOptional": true,
|
|
4367
4155
|
"defaultValue": "{}",
|
|
@@ -4488,11 +4276,7 @@
|
|
|
4488
4276
|
"line": 66,
|
|
4489
4277
|
"character": 35
|
|
4490
4278
|
},
|
|
4491
|
-
"name": "Component"
|
|
4492
|
-
"componentId": {
|
|
4493
|
-
"scope": "teambit.component",
|
|
4494
|
-
"name": "component"
|
|
4495
|
-
}
|
|
4279
|
+
"name": "Component"
|
|
4496
4280
|
},
|
|
4497
4281
|
"isOptional": false,
|
|
4498
4282
|
"isSpread": false
|
|
@@ -4584,11 +4368,7 @@
|
|
|
4584
4368
|
"line": 76,
|
|
4585
4369
|
"character": 36
|
|
4586
4370
|
},
|
|
4587
|
-
"name": "Component"
|
|
4588
|
-
"componentId": {
|
|
4589
|
-
"scope": "teambit.component",
|
|
4590
|
-
"name": "component"
|
|
4591
|
-
}
|
|
4371
|
+
"name": "Component"
|
|
4592
4372
|
},
|
|
4593
4373
|
"isOptional": false,
|
|
4594
4374
|
"isSpread": false
|
|
@@ -4661,11 +4441,7 @@
|
|
|
4661
4441
|
"line": 88,
|
|
4662
4442
|
"character": 36
|
|
4663
4443
|
},
|
|
4664
|
-
"name": "Component"
|
|
4665
|
-
"componentId": {
|
|
4666
|
-
"scope": "teambit.component",
|
|
4667
|
-
"name": "component"
|
|
4668
|
-
}
|
|
4444
|
+
"name": "Component"
|
|
4669
4445
|
},
|
|
4670
4446
|
"isOptional": false,
|
|
4671
4447
|
"isSpread": false
|
|
@@ -4720,11 +4496,7 @@
|
|
|
4720
4496
|
"line": 95,
|
|
4721
4497
|
"character": 34
|
|
4722
4498
|
},
|
|
4723
|
-
"name": "Component"
|
|
4724
|
-
"componentId": {
|
|
4725
|
-
"scope": "teambit.component",
|
|
4726
|
-
"name": "component"
|
|
4727
|
-
}
|
|
4499
|
+
"name": "Component"
|
|
4728
4500
|
},
|
|
4729
4501
|
"isOptional": false,
|
|
4730
4502
|
"isSpread": false
|
|
@@ -4746,8 +4518,7 @@
|
|
|
4746
4518
|
"line": 95,
|
|
4747
4519
|
"character": 54
|
|
4748
4520
|
},
|
|
4749
|
-
"name": "DistArtifact"
|
|
4750
|
-
"internalFilePath": "dist-artifact.ts"
|
|
4521
|
+
"name": "DistArtifact"
|
|
4751
4522
|
}
|
|
4752
4523
|
]
|
|
4753
4524
|
},
|
|
@@ -4787,11 +4558,7 @@
|
|
|
4787
4558
|
"line": 102,
|
|
4788
4559
|
"character": 42
|
|
4789
4560
|
},
|
|
4790
|
-
"name": "Component"
|
|
4791
|
-
"componentId": {
|
|
4792
|
-
"scope": "teambit.component",
|
|
4793
|
-
"name": "component"
|
|
4794
|
-
}
|
|
4561
|
+
"name": "Component"
|
|
4795
4562
|
}
|
|
4796
4563
|
},
|
|
4797
4564
|
"isOptional": false,
|
|
@@ -4925,11 +4692,7 @@
|
|
|
4925
4692
|
"line": 145,
|
|
4926
4693
|
"character": 5
|
|
4927
4694
|
},
|
|
4928
|
-
"name": "CLIMain"
|
|
4929
|
-
"componentId": {
|
|
4930
|
-
"scope": "teambit.harmony",
|
|
4931
|
-
"name": "cli"
|
|
4932
|
-
}
|
|
4695
|
+
"name": "CLIMain"
|
|
4933
4696
|
},
|
|
4934
4697
|
{
|
|
4935
4698
|
"__schema": "TypeRefSchema",
|
|
@@ -4938,11 +4701,7 @@
|
|
|
4938
4701
|
"line": 146,
|
|
4939
4702
|
"character": 5
|
|
4940
4703
|
},
|
|
4941
|
-
"name": "Workspace"
|
|
4942
|
-
"componentId": {
|
|
4943
|
-
"scope": "teambit.workspace",
|
|
4944
|
-
"name": "workspace"
|
|
4945
|
-
}
|
|
4704
|
+
"name": "Workspace"
|
|
4946
4705
|
},
|
|
4947
4706
|
{
|
|
4948
4707
|
"__schema": "TypeRefSchema",
|
|
@@ -4951,11 +4710,7 @@
|
|
|
4951
4710
|
"line": 147,
|
|
4952
4711
|
"character": 5
|
|
4953
4712
|
},
|
|
4954
|
-
"name": "EnvsMain"
|
|
4955
|
-
"componentId": {
|
|
4956
|
-
"scope": "teambit.envs",
|
|
4957
|
-
"name": "envs"
|
|
4958
|
-
}
|
|
4713
|
+
"name": "EnvsMain"
|
|
4959
4714
|
},
|
|
4960
4715
|
{
|
|
4961
4716
|
"__schema": "TypeRefSchema",
|
|
@@ -4964,11 +4719,7 @@
|
|
|
4964
4719
|
"line": 148,
|
|
4965
4720
|
"character": 5
|
|
4966
4721
|
},
|
|
4967
|
-
"name": "LoggerMain"
|
|
4968
|
-
"componentId": {
|
|
4969
|
-
"scope": "teambit.harmony",
|
|
4970
|
-
"name": "logger"
|
|
4971
|
-
}
|
|
4722
|
+
"name": "LoggerMain"
|
|
4972
4723
|
},
|
|
4973
4724
|
{
|
|
4974
4725
|
"__schema": "TypeRefSchema",
|
|
@@ -4977,11 +4728,7 @@
|
|
|
4977
4728
|
"line": 149,
|
|
4978
4729
|
"character": 5
|
|
4979
4730
|
},
|
|
4980
|
-
"name": "PubsubMain"
|
|
4981
|
-
"componentId": {
|
|
4982
|
-
"scope": "teambit.harmony",
|
|
4983
|
-
"name": "pubsub"
|
|
4984
|
-
}
|
|
4731
|
+
"name": "PubsubMain"
|
|
4985
4732
|
},
|
|
4986
4733
|
{
|
|
4987
4734
|
"__schema": "TypeRefSchema",
|
|
@@ -4990,11 +4737,7 @@
|
|
|
4990
4737
|
"line": 150,
|
|
4991
4738
|
"character": 5
|
|
4992
4739
|
},
|
|
4993
|
-
"name": "AspectLoaderMain"
|
|
4994
|
-
"componentId": {
|
|
4995
|
-
"scope": "teambit.harmony",
|
|
4996
|
-
"name": "aspect-loader"
|
|
4997
|
-
}
|
|
4740
|
+
"name": "AspectLoaderMain"
|
|
4998
4741
|
},
|
|
4999
4742
|
{
|
|
5000
4743
|
"__schema": "TypeRefSchema",
|
|
@@ -5003,11 +4746,7 @@
|
|
|
5003
4746
|
"line": 151,
|
|
5004
4747
|
"character": 5
|
|
5005
4748
|
},
|
|
5006
|
-
"name": "BuilderMain"
|
|
5007
|
-
"componentId": {
|
|
5008
|
-
"scope": "teambit.pipelines",
|
|
5009
|
-
"name": "builder"
|
|
5010
|
-
}
|
|
4749
|
+
"name": "BuilderMain"
|
|
5011
4750
|
},
|
|
5012
4751
|
{
|
|
5013
4752
|
"__schema": "TypeRefSchema",
|
|
@@ -5016,11 +4755,7 @@
|
|
|
5016
4755
|
"line": 152,
|
|
5017
4756
|
"character": 5
|
|
5018
4757
|
},
|
|
5019
|
-
"name": "UiMain"
|
|
5020
|
-
"componentId": {
|
|
5021
|
-
"scope": "teambit.ui-foundation",
|
|
5022
|
-
"name": "ui"
|
|
5023
|
-
}
|
|
4758
|
+
"name": "UiMain"
|
|
5024
4759
|
},
|
|
5025
4760
|
{
|
|
5026
4761
|
"__schema": "TypeRefSchema",
|
|
@@ -5029,11 +4764,7 @@
|
|
|
5029
4764
|
"line": 153,
|
|
5030
4765
|
"character": 5
|
|
5031
4766
|
},
|
|
5032
|
-
"name": "GeneratorMain"
|
|
5033
|
-
"componentId": {
|
|
5034
|
-
"scope": "teambit.generator",
|
|
5035
|
-
"name": "generator"
|
|
5036
|
-
}
|
|
4767
|
+
"name": "GeneratorMain"
|
|
5037
4768
|
},
|
|
5038
4769
|
{
|
|
5039
4770
|
"__schema": "TypeRefSchema",
|
|
@@ -5042,11 +4773,7 @@
|
|
|
5042
4773
|
"line": 154,
|
|
5043
4774
|
"character": 5
|
|
5044
4775
|
},
|
|
5045
|
-
"name": "DependencyResolverMain"
|
|
5046
|
-
"componentId": {
|
|
5047
|
-
"scope": "teambit.dependencies",
|
|
5048
|
-
"name": "dependency-resolver"
|
|
5049
|
-
}
|
|
4776
|
+
"name": "DependencyResolverMain"
|
|
5050
4777
|
},
|
|
5051
4778
|
{
|
|
5052
4779
|
"__schema": "TypeRefSchema",
|
|
@@ -5055,11 +4782,7 @@
|
|
|
5055
4782
|
"line": 155,
|
|
5056
4783
|
"character": 5
|
|
5057
4784
|
},
|
|
5058
|
-
"name": "WatcherMain"
|
|
5059
|
-
"componentId": {
|
|
5060
|
-
"scope": "teambit.workspace",
|
|
5061
|
-
"name": "watcher"
|
|
5062
|
-
}
|
|
4785
|
+
"name": "WatcherMain"
|
|
5063
4786
|
},
|
|
5064
4787
|
{
|
|
5065
4788
|
"__schema": "TypeRefSchema",
|
|
@@ -5068,11 +4791,7 @@
|
|
|
5068
4791
|
"line": 156,
|
|
5069
4792
|
"character": 5
|
|
5070
4793
|
},
|
|
5071
|
-
"name": "IssuesMain"
|
|
5072
|
-
"componentId": {
|
|
5073
|
-
"scope": "teambit.component",
|
|
5074
|
-
"name": "issues"
|
|
5075
|
-
}
|
|
4794
|
+
"name": "IssuesMain"
|
|
5076
4795
|
}
|
|
5077
4796
|
]
|
|
5078
4797
|
},
|
|
@@ -5175,10 +4894,6 @@
|
|
|
5175
4894
|
"character": 13
|
|
5176
4895
|
},
|
|
5177
4896
|
"name": "EnvHandler",
|
|
5178
|
-
"componentId": {
|
|
5179
|
-
"scope": "teambit.envs",
|
|
5180
|
-
"name": "envs"
|
|
5181
|
-
},
|
|
5182
4897
|
"typeArgs": [
|
|
5183
4898
|
{
|
|
5184
4899
|
"__schema": "TypeRefSchema",
|
|
@@ -5354,11 +5069,7 @@
|
|
|
5354
5069
|
"line": 32,
|
|
5355
5070
|
"character": 33
|
|
5356
5071
|
},
|
|
5357
|
-
"name": "DependencyResolverMain"
|
|
5358
|
-
"componentId": {
|
|
5359
|
-
"scope": "teambit.dependencies",
|
|
5360
|
-
"name": "dependency-resolver"
|
|
5361
|
-
}
|
|
5072
|
+
"name": "DependencyResolverMain"
|
|
5362
5073
|
},
|
|
5363
5074
|
"isOptional": false,
|
|
5364
5075
|
"isSpread": false
|
|
@@ -5400,11 +5111,7 @@
|
|
|
5400
5111
|
"line": 39,
|
|
5401
5112
|
"character": 27
|
|
5402
5113
|
},
|
|
5403
|
-
"name": "BuildContext"
|
|
5404
|
-
"componentId": {
|
|
5405
|
-
"scope": "teambit.pipelines",
|
|
5406
|
-
"name": "builder"
|
|
5407
|
-
}
|
|
5114
|
+
"name": "BuildContext"
|
|
5408
5115
|
},
|
|
5409
5116
|
"isOptional": false,
|
|
5410
5117
|
"isSpread": false
|
|
@@ -5448,11 +5155,7 @@
|
|
|
5448
5155
|
"line": 49,
|
|
5449
5156
|
"character": 26
|
|
5450
5157
|
},
|
|
5451
|
-
"name": "BuildContext"
|
|
5452
|
-
"componentId": {
|
|
5453
|
-
"scope": "teambit.pipelines",
|
|
5454
|
-
"name": "builder"
|
|
5455
|
-
}
|
|
5158
|
+
"name": "BuildContext"
|
|
5456
5159
|
},
|
|
5457
5160
|
"isOptional": false,
|
|
5458
5161
|
"isSpread": false
|
|
@@ -5474,11 +5177,7 @@
|
|
|
5474
5177
|
"line": 49,
|
|
5475
5178
|
"character": 49
|
|
5476
5179
|
},
|
|
5477
|
-
"name": "BuiltTaskResult"
|
|
5478
|
-
"componentId": {
|
|
5479
|
-
"scope": "teambit.pipelines",
|
|
5480
|
-
"name": "builder"
|
|
5481
|
-
}
|
|
5180
|
+
"name": "BuiltTaskResult"
|
|
5482
5181
|
}
|
|
5483
5182
|
]
|
|
5484
5183
|
},
|
|
@@ -5511,11 +5210,7 @@
|
|
|
5511
5210
|
"line": 77,
|
|
5512
5211
|
"character": 29
|
|
5513
5212
|
},
|
|
5514
|
-
"name": "BuildContext"
|
|
5515
|
-
"componentId": {
|
|
5516
|
-
"scope": "teambit.pipelines",
|
|
5517
|
-
"name": "builder"
|
|
5518
|
-
}
|
|
5213
|
+
"name": "BuildContext"
|
|
5519
5214
|
},
|
|
5520
5215
|
"isOptional": false,
|
|
5521
5216
|
"isSpread": false
|
|
@@ -5535,11 +5230,7 @@
|
|
|
5535
5230
|
"line": 77,
|
|
5536
5231
|
"character": 57
|
|
5537
5232
|
},
|
|
5538
|
-
"name": "TaskResultsList"
|
|
5539
|
-
"componentId": {
|
|
5540
|
-
"scope": "teambit.pipelines",
|
|
5541
|
-
"name": "builder"
|
|
5542
|
-
}
|
|
5233
|
+
"name": "TaskResultsList"
|
|
5543
5234
|
},
|
|
5544
5235
|
"isOptional": false,
|
|
5545
5236
|
"isSpread": false
|
|
@@ -5594,11 +5285,7 @@
|
|
|
5594
5285
|
"line": 82,
|
|
5595
5286
|
"character": 40
|
|
5596
5287
|
},
|
|
5597
|
-
"name": "Capsule"
|
|
5598
|
-
"componentId": {
|
|
5599
|
-
"scope": "teambit.component",
|
|
5600
|
-
"name": "isolator"
|
|
5601
|
-
}
|
|
5288
|
+
"name": "Capsule"
|
|
5602
5289
|
},
|
|
5603
5290
|
"isOptional": false,
|
|
5604
5291
|
"isSpread": false
|
|
@@ -5705,7 +5392,7 @@
|
|
|
5705
5392
|
"_legacy": {
|
|
5706
5393
|
"scope": "teambit.compilation",
|
|
5707
5394
|
"name": "compiler",
|
|
5708
|
-
"version": "1.0.
|
|
5395
|
+
"version": "1.0.504"
|
|
5709
5396
|
},
|
|
5710
5397
|
"_scope": "teambit.compilation"
|
|
5711
5398
|
}
|
|
@@ -5763,10 +5450,6 @@
|
|
|
5763
5450
|
"character": 15
|
|
5764
5451
|
},
|
|
5765
5452
|
"name": "EnvHandler",
|
|
5766
|
-
"componentId": {
|
|
5767
|
-
"scope": "teambit.envs",
|
|
5768
|
-
"name": "envs"
|
|
5769
|
-
},
|
|
5770
5453
|
"typeArgs": [
|
|
5771
5454
|
{
|
|
5772
5455
|
"__schema": "TypeRefSchema",
|
|
@@ -6957,11 +6640,7 @@
|
|
|
6957
6640
|
"line": 111,
|
|
6958
6641
|
"character": 18
|
|
6959
6642
|
},
|
|
6960
|
-
"name": "BuildContext"
|
|
6961
|
-
"componentId": {
|
|
6962
|
-
"scope": "teambit.pipelines",
|
|
6963
|
-
"name": "builder"
|
|
6964
|
-
}
|
|
6643
|
+
"name": "BuildContext"
|
|
6965
6644
|
},
|
|
6966
6645
|
"isOptional": false,
|
|
6967
6646
|
"isSpread": false
|
|
@@ -6983,11 +6662,7 @@
|
|
|
6983
6662
|
"line": 111,
|
|
6984
6663
|
"character": 41
|
|
6985
6664
|
},
|
|
6986
|
-
"name": "BuiltTaskResult"
|
|
6987
|
-
"componentId": {
|
|
6988
|
-
"scope": "teambit.pipelines",
|
|
6989
|
-
"name": "builder"
|
|
6990
|
-
}
|
|
6665
|
+
"name": "BuiltTaskResult"
|
|
6991
6666
|
}
|
|
6992
6667
|
]
|
|
6993
6668
|
},
|
|
@@ -7114,11 +6789,7 @@
|
|
|
7114
6789
|
"line": 128,
|
|
7115
6790
|
"character": 43
|
|
7116
6791
|
},
|
|
7117
|
-
"name": "Component"
|
|
7118
|
-
"componentId": {
|
|
7119
|
-
"scope": "teambit.component",
|
|
7120
|
-
"name": "component"
|
|
7121
|
-
}
|
|
6792
|
+
"name": "Component"
|
|
7122
6793
|
},
|
|
7123
6794
|
"isOptional": false,
|
|
7124
6795
|
"isSpread": false
|
|
@@ -7281,11 +6952,7 @@
|
|
|
7281
6952
|
"line": 144,
|
|
7282
6953
|
"character": 22
|
|
7283
6954
|
},
|
|
7284
|
-
"name": "BuildContext"
|
|
7285
|
-
"componentId": {
|
|
7286
|
-
"scope": "teambit.pipelines",
|
|
7287
|
-
"name": "builder"
|
|
7288
|
-
}
|
|
6955
|
+
"name": "BuildContext"
|
|
7289
6956
|
},
|
|
7290
6957
|
"isOptional": false,
|
|
7291
6958
|
"isSpread": false
|
|
@@ -7349,11 +7016,7 @@
|
|
|
7349
7016
|
"line": 149,
|
|
7350
7017
|
"character": 23
|
|
7351
7018
|
},
|
|
7352
|
-
"name": "BuildContext"
|
|
7353
|
-
"componentId": {
|
|
7354
|
-
"scope": "teambit.pipelines",
|
|
7355
|
-
"name": "builder"
|
|
7356
|
-
}
|
|
7019
|
+
"name": "BuildContext"
|
|
7357
7020
|
},
|
|
7358
7021
|
"isOptional": false,
|
|
7359
7022
|
"isSpread": false
|
|
@@ -7373,11 +7036,7 @@
|
|
|
7373
7036
|
"line": 149,
|
|
7374
7037
|
"character": 51
|
|
7375
7038
|
},
|
|
7376
|
-
"name": "TaskResultsList"
|
|
7377
|
-
"componentId": {
|
|
7378
|
-
"scope": "teambit.pipelines",
|
|
7379
|
-
"name": "builder"
|
|
7380
|
-
}
|
|
7039
|
+
"name": "TaskResultsList"
|
|
7381
7040
|
},
|
|
7382
7041
|
"isOptional": false,
|
|
7383
7042
|
"isSpread": false
|
|
@@ -7677,7 +7336,7 @@
|
|
|
7677
7336
|
"_legacy": {
|
|
7678
7337
|
"scope": "teambit.compilation",
|
|
7679
7338
|
"name": "compiler",
|
|
7680
|
-
"version": "1.0.
|
|
7339
|
+
"version": "1.0.504"
|
|
7681
7340
|
},
|
|
7682
7341
|
"_scope": "teambit.compilation"
|
|
7683
7342
|
}
|
|
@@ -7808,8 +7467,7 @@
|
|
|
7808
7467
|
"line": 8,
|
|
7809
7468
|
"character": 54
|
|
7810
7469
|
},
|
|
7811
|
-
"name": "CompilerErrorEventData"
|
|
7812
|
-
"internalFilePath": "events/compiler-error.ts"
|
|
7470
|
+
"name": "CompilerErrorEventData"
|
|
7813
7471
|
}
|
|
7814
7472
|
],
|
|
7815
7473
|
"expression": {
|
|
@@ -7824,7 +7482,7 @@
|
|
|
7824
7482
|
"_legacy": {
|
|
7825
7483
|
"scope": "teambit.compilation",
|
|
7826
7484
|
"name": "compiler",
|
|
7827
|
-
"version": "1.0.
|
|
7485
|
+
"version": "1.0.504"
|
|
7828
7486
|
},
|
|
7829
7487
|
"_scope": "teambit.compilation"
|
|
7830
7488
|
}
|
|
@@ -7897,7 +7555,7 @@
|
|
|
7897
7555
|
"componentId": {
|
|
7898
7556
|
"scope": "teambit.compilation",
|
|
7899
7557
|
"name": "compiler",
|
|
7900
|
-
"version": "1.0.
|
|
7558
|
+
"version": "1.0.504"
|
|
7901
7559
|
},
|
|
7902
7560
|
"taggedModuleExports": []
|
|
7903
7561
|
}
|
|
@@ -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.504/dist/compiler.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.compilation_compiler@1.0.504/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.504",
|
|
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.504"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -20,27 +20,27 @@
|
|
|
20
20
|
"@teambit/component-id": "1.2.2",
|
|
21
21
|
"@teambit/workspace.root-components": "1.0.0",
|
|
22
22
|
"@teambit/bit-error": "0.0.404",
|
|
23
|
-
"@teambit/envs": "1.0.
|
|
24
|
-
"@teambit/cli": "0.0.
|
|
25
|
-
"@teambit/logger": "0.0.
|
|
26
|
-
"@teambit/pubsub": "1.0.
|
|
27
|
-
"@teambit/aspect-loader": "1.0.
|
|
28
|
-
"@teambit/builder": "1.0.
|
|
23
|
+
"@teambit/envs": "1.0.504",
|
|
24
|
+
"@teambit/cli": "0.0.1081",
|
|
25
|
+
"@teambit/logger": "0.0.1174",
|
|
26
|
+
"@teambit/pubsub": "1.0.504",
|
|
27
|
+
"@teambit/aspect-loader": "1.0.504",
|
|
28
|
+
"@teambit/builder": "1.0.504",
|
|
29
29
|
"@teambit/component-issues": "0.0.152",
|
|
30
|
-
"@teambit/component": "1.0.
|
|
31
|
-
"@teambit/dependency-resolver": "1.0.
|
|
32
|
-
"@teambit/generator": "1.0.
|
|
33
|
-
"@teambit/issues": "1.0.
|
|
30
|
+
"@teambit/component": "1.0.504",
|
|
31
|
+
"@teambit/dependency-resolver": "1.0.504",
|
|
32
|
+
"@teambit/generator": "1.0.505",
|
|
33
|
+
"@teambit/issues": "1.0.504",
|
|
34
34
|
"@teambit/legacy.constants": "0.0.4",
|
|
35
|
-
"@teambit/ui": "1.0.
|
|
36
|
-
"@teambit/watcher": "1.0.
|
|
37
|
-
"@teambit/workspace": "1.0.
|
|
38
|
-
"@teambit/isolator": "1.0.
|
|
35
|
+
"@teambit/ui": "1.0.504",
|
|
36
|
+
"@teambit/watcher": "1.0.504",
|
|
37
|
+
"@teambit/workspace": "1.0.504",
|
|
38
|
+
"@teambit/isolator": "1.0.504",
|
|
39
39
|
"@teambit/toolbox.fs.hard-link-directory": "0.0.22",
|
|
40
40
|
"@teambit/component.sources": "0.0.63",
|
|
41
41
|
"@teambit/toolbox.path.path": "0.0.5",
|
|
42
|
-
"@teambit/graph": "1.0.
|
|
43
|
-
"@teambit/multi-compiler": "1.0.
|
|
42
|
+
"@teambit/graph": "1.0.504",
|
|
43
|
+
"@teambit/multi-compiler": "1.0.504",
|
|
44
44
|
"@teambit/pkg.modules.component-package-name": "0.0.18",
|
|
45
45
|
"@teambit/workspace.modules.node-modules-linker": "0.0.239"
|
|
46
46
|
},
|