@teambit/compiler 1.0.433 → 1.0.435
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.435" 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={95347:(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},23689:(e,n,t)=>{Object.defineProperty(n,"Ay",{enumerable:!0,get:function(){return o.default}});var o=i(t(95347));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}},90852:(e,n,t)=>{var o={id:"teambit.compilation/compiler@1.0.433",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(90852),a=(t(41594),t(5016)),p=t(65682),m=t(23689),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={84745:(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},39903:(e,n,t)=>{Object.defineProperty(n,"Ay",{enumerable:!0,get:function(){return o.default}});var o=i(t(84745));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}},73748:(e,n,t)=>{var o={id:"teambit.compilation/compiler@1.0.435",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(73748),a=(t(41594),t(5016)),p=t(65682),m=t(39903),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.435"
|
|
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",
|
|
@@ -2324,11 +2178,7 @@
|
|
|
2324
2178
|
"line": 105,
|
|
2325
2179
|
"character": 18
|
|
2326
2180
|
},
|
|
2327
|
-
"name": "BuildContext"
|
|
2328
|
-
"componentId": {
|
|
2329
|
-
"scope": "teambit.pipelines",
|
|
2330
|
-
"name": "builder"
|
|
2331
|
-
}
|
|
2181
|
+
"name": "BuildContext"
|
|
2332
2182
|
},
|
|
2333
2183
|
"isOptional": false,
|
|
2334
2184
|
"isSpread": false
|
|
@@ -2350,11 +2200,7 @@
|
|
|
2350
2200
|
"line": 105,
|
|
2351
2201
|
"character": 41
|
|
2352
2202
|
},
|
|
2353
|
-
"name": "BuiltTaskResult"
|
|
2354
|
-
"componentId": {
|
|
2355
|
-
"scope": "teambit.pipelines",
|
|
2356
|
-
"name": "builder"
|
|
2357
|
-
}
|
|
2203
|
+
"name": "BuiltTaskResult"
|
|
2358
2204
|
}
|
|
2359
2205
|
]
|
|
2360
2206
|
},
|
|
@@ -2481,11 +2327,7 @@
|
|
|
2481
2327
|
"line": 122,
|
|
2482
2328
|
"character": 43
|
|
2483
2329
|
},
|
|
2484
|
-
"name": "Component"
|
|
2485
|
-
"componentId": {
|
|
2486
|
-
"scope": "teambit.component",
|
|
2487
|
-
"name": "component"
|
|
2488
|
-
}
|
|
2330
|
+
"name": "Component"
|
|
2489
2331
|
},
|
|
2490
2332
|
"isOptional": false,
|
|
2491
2333
|
"isSpread": false
|
|
@@ -2648,11 +2490,7 @@
|
|
|
2648
2490
|
"line": 138,
|
|
2649
2491
|
"character": 22
|
|
2650
2492
|
},
|
|
2651
|
-
"name": "BuildContext"
|
|
2652
|
-
"componentId": {
|
|
2653
|
-
"scope": "teambit.pipelines",
|
|
2654
|
-
"name": "builder"
|
|
2655
|
-
}
|
|
2493
|
+
"name": "BuildContext"
|
|
2656
2494
|
},
|
|
2657
2495
|
"isOptional": false,
|
|
2658
2496
|
"isSpread": false
|
|
@@ -2716,11 +2554,7 @@
|
|
|
2716
2554
|
"line": 143,
|
|
2717
2555
|
"character": 23
|
|
2718
2556
|
},
|
|
2719
|
-
"name": "BuildContext"
|
|
2720
|
-
"componentId": {
|
|
2721
|
-
"scope": "teambit.pipelines",
|
|
2722
|
-
"name": "builder"
|
|
2723
|
-
}
|
|
2557
|
+
"name": "BuildContext"
|
|
2724
2558
|
},
|
|
2725
2559
|
"isOptional": false,
|
|
2726
2560
|
"isSpread": false
|
|
@@ -2740,11 +2574,7 @@
|
|
|
2740
2574
|
"line": 143,
|
|
2741
2575
|
"character": 51
|
|
2742
2576
|
},
|
|
2743
|
-
"name": "TaskResultsList"
|
|
2744
|
-
"componentId": {
|
|
2745
|
-
"scope": "teambit.pipelines",
|
|
2746
|
-
"name": "builder"
|
|
2747
|
-
}
|
|
2577
|
+
"name": "TaskResultsList"
|
|
2748
2578
|
},
|
|
2749
2579
|
"isOptional": false,
|
|
2750
2580
|
"isSpread": false
|
|
@@ -3044,7 +2874,7 @@
|
|
|
3044
2874
|
"_legacy": {
|
|
3045
2875
|
"scope": "teambit.compilation",
|
|
3046
2876
|
"name": "compiler",
|
|
3047
|
-
"version": "1.0.
|
|
2877
|
+
"version": "1.0.435"
|
|
3048
2878
|
},
|
|
3049
2879
|
"_scope": "teambit.compilation"
|
|
3050
2880
|
}
|
|
@@ -3661,8 +3491,7 @@
|
|
|
3661
3491
|
"line": 8,
|
|
3662
3492
|
"character": 54
|
|
3663
3493
|
},
|
|
3664
|
-
"name": "CompilerErrorEventData"
|
|
3665
|
-
"internalFilePath": "events/compiler-error.ts"
|
|
3494
|
+
"name": "CompilerErrorEventData"
|
|
3666
3495
|
}
|
|
3667
3496
|
],
|
|
3668
3497
|
"expression": {
|
|
@@ -3677,7 +3506,7 @@
|
|
|
3677
3506
|
"_legacy": {
|
|
3678
3507
|
"scope": "teambit.compilation",
|
|
3679
3508
|
"name": "compiler",
|
|
3680
|
-
"version": "1.0.
|
|
3509
|
+
"version": "1.0.435"
|
|
3681
3510
|
},
|
|
3682
3511
|
"_scope": "teambit.compilation"
|
|
3683
3512
|
}
|
|
@@ -3733,11 +3562,7 @@
|
|
|
3733
3562
|
"line": 31,
|
|
3734
3563
|
"character": 21
|
|
3735
3564
|
},
|
|
3736
|
-
"name": "PubsubMain"
|
|
3737
|
-
"componentId": {
|
|
3738
|
-
"scope": "teambit.harmony",
|
|
3739
|
-
"name": "pubsub"
|
|
3740
|
-
}
|
|
3565
|
+
"name": "PubsubMain"
|
|
3741
3566
|
},
|
|
3742
3567
|
"isOptional": false,
|
|
3743
3568
|
"isSpread": false
|
|
@@ -3757,8 +3582,7 @@
|
|
|
3757
3582
|
"line": 32,
|
|
3758
3583
|
"character": 32
|
|
3759
3584
|
},
|
|
3760
|
-
"name": "WorkspaceCompiler"
|
|
3761
|
-
"internalFilePath": "workspace-compiler.ts"
|
|
3585
|
+
"name": "WorkspaceCompiler"
|
|
3762
3586
|
},
|
|
3763
3587
|
"isOptional": false,
|
|
3764
3588
|
"isSpread": false
|
|
@@ -3778,11 +3602,7 @@
|
|
|
3778
3602
|
"line": 33,
|
|
3779
3603
|
"character": 19
|
|
3780
3604
|
},
|
|
3781
|
-
"name": "EnvsMain"
|
|
3782
|
-
"componentId": {
|
|
3783
|
-
"scope": "teambit.envs",
|
|
3784
|
-
"name": "envs"
|
|
3785
|
-
}
|
|
3605
|
+
"name": "EnvsMain"
|
|
3786
3606
|
},
|
|
3787
3607
|
"isOptional": false,
|
|
3788
3608
|
"isSpread": false
|
|
@@ -3802,11 +3622,7 @@
|
|
|
3802
3622
|
"line": 34,
|
|
3803
3623
|
"character": 22
|
|
3804
3624
|
},
|
|
3805
|
-
"name": "BuilderMain"
|
|
3806
|
-
"componentId": {
|
|
3807
|
-
"scope": "teambit.pipelines",
|
|
3808
|
-
"name": "builder"
|
|
3809
|
-
}
|
|
3625
|
+
"name": "BuilderMain"
|
|
3810
3626
|
},
|
|
3811
3627
|
"isOptional": false,
|
|
3812
3628
|
"isSpread": false
|
|
@@ -3826,11 +3642,7 @@
|
|
|
3826
3642
|
"line": 35,
|
|
3827
3643
|
"character": 24
|
|
3828
3644
|
},
|
|
3829
|
-
"name": "Workspace"
|
|
3830
|
-
"componentId": {
|
|
3831
|
-
"scope": "teambit.workspace",
|
|
3832
|
-
"name": "workspace"
|
|
3833
|
-
}
|
|
3645
|
+
"name": "Workspace"
|
|
3834
3646
|
},
|
|
3835
3647
|
"isOptional": false,
|
|
3836
3648
|
"isSpread": false
|
|
@@ -3850,11 +3662,7 @@
|
|
|
3850
3662
|
"line": 36,
|
|
3851
3663
|
"character": 33
|
|
3852
3664
|
},
|
|
3853
|
-
"name": "DependencyResolverMain"
|
|
3854
|
-
"componentId": {
|
|
3855
|
-
"scope": "teambit.dependencies",
|
|
3856
|
-
"name": "dependency-resolver"
|
|
3857
|
-
}
|
|
3665
|
+
"name": "DependencyResolverMain"
|
|
3858
3666
|
},
|
|
3859
3667
|
"isOptional": false,
|
|
3860
3668
|
"isSpread": false
|
|
@@ -3874,8 +3682,7 @@
|
|
|
3874
3682
|
"line": 37,
|
|
3875
3683
|
"character": 30
|
|
3876
3684
|
},
|
|
3877
|
-
"name": "CompilerService"
|
|
3878
|
-
"internalFilePath": "compiler.service.ts"
|
|
3685
|
+
"name": "CompilerService"
|
|
3879
3686
|
},
|
|
3880
3687
|
"isOptional": false,
|
|
3881
3688
|
"isSpread": false
|
|
@@ -3917,11 +3724,7 @@
|
|
|
3917
3724
|
"line": 40,
|
|
3918
3725
|
"character": 24
|
|
3919
3726
|
},
|
|
3920
|
-
"name": "ExecutionContext"
|
|
3921
|
-
"componentId": {
|
|
3922
|
-
"scope": "teambit.envs",
|
|
3923
|
-
"name": "envs"
|
|
3924
|
-
}
|
|
3727
|
+
"name": "ExecutionContext"
|
|
3925
3728
|
},
|
|
3926
3729
|
"isOptional": false,
|
|
3927
3730
|
"isSpread": false
|
|
@@ -4006,12 +3809,7 @@
|
|
|
4006
3809
|
"line": 48,
|
|
4007
3810
|
"character": 31
|
|
4008
3811
|
},
|
|
4009
|
-
"name": "ComponentID"
|
|
4010
|
-
"componentId": {
|
|
4011
|
-
"scope": "teambit.component",
|
|
4012
|
-
"name": "component-id",
|
|
4013
|
-
"version": "1.2.2"
|
|
4014
|
-
}
|
|
3812
|
+
"name": "ComponentID"
|
|
4015
3813
|
}
|
|
4016
3814
|
},
|
|
4017
3815
|
{
|
|
@@ -4028,12 +3826,7 @@
|
|
|
4028
3826
|
"line": 48,
|
|
4029
3827
|
"character": 47
|
|
4030
3828
|
},
|
|
4031
|
-
"name": "ComponentID"
|
|
4032
|
-
"componentId": {
|
|
4033
|
-
"scope": "teambit.component",
|
|
4034
|
-
"name": "component-id",
|
|
4035
|
-
"version": "1.2.2"
|
|
4036
|
-
}
|
|
3829
|
+
"name": "ComponentID"
|
|
4037
3830
|
}
|
|
4038
3831
|
}
|
|
4039
3832
|
]
|
|
@@ -4057,8 +3850,7 @@
|
|
|
4057
3850
|
"line": 49,
|
|
4058
3851
|
"character": 14
|
|
4059
3852
|
},
|
|
4060
|
-
"name": "CompileOptions"
|
|
4061
|
-
"internalFilePath": "workspace-compiler.ts"
|
|
3853
|
+
"name": "CompileOptions"
|
|
4062
3854
|
},
|
|
4063
3855
|
"isOptional": true,
|
|
4064
3856
|
"defaultValue": "{ initiator: CompilationInitiator.ComponentAdded }",
|
|
@@ -4099,11 +3891,7 @@
|
|
|
4099
3891
|
"line": 51,
|
|
4100
3892
|
"character": 27
|
|
4101
3893
|
},
|
|
4102
|
-
"name": "WorkspaceComponentLoadOptions"
|
|
4103
|
-
"componentId": {
|
|
4104
|
-
"scope": "teambit.workspace",
|
|
4105
|
-
"name": "workspace"
|
|
4106
|
-
}
|
|
3894
|
+
"name": "WorkspaceComponentLoadOptions"
|
|
4107
3895
|
},
|
|
4108
3896
|
"isOptional": true,
|
|
4109
3897
|
"defaultValue": "{}",
|
|
@@ -4230,11 +4018,7 @@
|
|
|
4230
4018
|
"line": 66,
|
|
4231
4019
|
"character": 35
|
|
4232
4020
|
},
|
|
4233
|
-
"name": "Component"
|
|
4234
|
-
"componentId": {
|
|
4235
|
-
"scope": "teambit.component",
|
|
4236
|
-
"name": "component"
|
|
4237
|
-
}
|
|
4021
|
+
"name": "Component"
|
|
4238
4022
|
},
|
|
4239
4023
|
"isOptional": false,
|
|
4240
4024
|
"isSpread": false
|
|
@@ -4326,11 +4110,7 @@
|
|
|
4326
4110
|
"line": 76,
|
|
4327
4111
|
"character": 36
|
|
4328
4112
|
},
|
|
4329
|
-
"name": "Component"
|
|
4330
|
-
"componentId": {
|
|
4331
|
-
"scope": "teambit.component",
|
|
4332
|
-
"name": "component"
|
|
4333
|
-
}
|
|
4113
|
+
"name": "Component"
|
|
4334
4114
|
},
|
|
4335
4115
|
"isOptional": false,
|
|
4336
4116
|
"isSpread": false
|
|
@@ -4403,11 +4183,7 @@
|
|
|
4403
4183
|
"line": 88,
|
|
4404
4184
|
"character": 36
|
|
4405
4185
|
},
|
|
4406
|
-
"name": "Component"
|
|
4407
|
-
"componentId": {
|
|
4408
|
-
"scope": "teambit.component",
|
|
4409
|
-
"name": "component"
|
|
4410
|
-
}
|
|
4186
|
+
"name": "Component"
|
|
4411
4187
|
},
|
|
4412
4188
|
"isOptional": false,
|
|
4413
4189
|
"isSpread": false
|
|
@@ -4462,11 +4238,7 @@
|
|
|
4462
4238
|
"line": 95,
|
|
4463
4239
|
"character": 34
|
|
4464
4240
|
},
|
|
4465
|
-
"name": "Component"
|
|
4466
|
-
"componentId": {
|
|
4467
|
-
"scope": "teambit.component",
|
|
4468
|
-
"name": "component"
|
|
4469
|
-
}
|
|
4241
|
+
"name": "Component"
|
|
4470
4242
|
},
|
|
4471
4243
|
"isOptional": false,
|
|
4472
4244
|
"isSpread": false
|
|
@@ -4488,8 +4260,7 @@
|
|
|
4488
4260
|
"line": 95,
|
|
4489
4261
|
"character": 54
|
|
4490
4262
|
},
|
|
4491
|
-
"name": "DistArtifact"
|
|
4492
|
-
"internalFilePath": "dist-artifact.ts"
|
|
4263
|
+
"name": "DistArtifact"
|
|
4493
4264
|
}
|
|
4494
4265
|
]
|
|
4495
4266
|
},
|
|
@@ -4529,11 +4300,7 @@
|
|
|
4529
4300
|
"line": 102,
|
|
4530
4301
|
"character": 42
|
|
4531
4302
|
},
|
|
4532
|
-
"name": "Component"
|
|
4533
|
-
"componentId": {
|
|
4534
|
-
"scope": "teambit.component",
|
|
4535
|
-
"name": "component"
|
|
4536
|
-
}
|
|
4303
|
+
"name": "Component"
|
|
4537
4304
|
}
|
|
4538
4305
|
},
|
|
4539
4306
|
"isOptional": false,
|
|
@@ -4667,11 +4434,7 @@
|
|
|
4667
4434
|
"line": 145,
|
|
4668
4435
|
"character": 5
|
|
4669
4436
|
},
|
|
4670
|
-
"name": "CLIMain"
|
|
4671
|
-
"componentId": {
|
|
4672
|
-
"scope": "teambit.harmony",
|
|
4673
|
-
"name": "cli"
|
|
4674
|
-
}
|
|
4437
|
+
"name": "CLIMain"
|
|
4675
4438
|
},
|
|
4676
4439
|
{
|
|
4677
4440
|
"__schema": "TypeRefSchema",
|
|
@@ -4680,11 +4443,7 @@
|
|
|
4680
4443
|
"line": 146,
|
|
4681
4444
|
"character": 5
|
|
4682
4445
|
},
|
|
4683
|
-
"name": "Workspace"
|
|
4684
|
-
"componentId": {
|
|
4685
|
-
"scope": "teambit.workspace",
|
|
4686
|
-
"name": "workspace"
|
|
4687
|
-
}
|
|
4446
|
+
"name": "Workspace"
|
|
4688
4447
|
},
|
|
4689
4448
|
{
|
|
4690
4449
|
"__schema": "TypeRefSchema",
|
|
@@ -4693,11 +4452,7 @@
|
|
|
4693
4452
|
"line": 147,
|
|
4694
4453
|
"character": 5
|
|
4695
4454
|
},
|
|
4696
|
-
"name": "EnvsMain"
|
|
4697
|
-
"componentId": {
|
|
4698
|
-
"scope": "teambit.envs",
|
|
4699
|
-
"name": "envs"
|
|
4700
|
-
}
|
|
4455
|
+
"name": "EnvsMain"
|
|
4701
4456
|
},
|
|
4702
4457
|
{
|
|
4703
4458
|
"__schema": "TypeRefSchema",
|
|
@@ -4706,11 +4461,7 @@
|
|
|
4706
4461
|
"line": 148,
|
|
4707
4462
|
"character": 5
|
|
4708
4463
|
},
|
|
4709
|
-
"name": "LoggerMain"
|
|
4710
|
-
"componentId": {
|
|
4711
|
-
"scope": "teambit.harmony",
|
|
4712
|
-
"name": "logger"
|
|
4713
|
-
}
|
|
4464
|
+
"name": "LoggerMain"
|
|
4714
4465
|
},
|
|
4715
4466
|
{
|
|
4716
4467
|
"__schema": "TypeRefSchema",
|
|
@@ -4719,11 +4470,7 @@
|
|
|
4719
4470
|
"line": 149,
|
|
4720
4471
|
"character": 5
|
|
4721
4472
|
},
|
|
4722
|
-
"name": "PubsubMain"
|
|
4723
|
-
"componentId": {
|
|
4724
|
-
"scope": "teambit.harmony",
|
|
4725
|
-
"name": "pubsub"
|
|
4726
|
-
}
|
|
4473
|
+
"name": "PubsubMain"
|
|
4727
4474
|
},
|
|
4728
4475
|
{
|
|
4729
4476
|
"__schema": "TypeRefSchema",
|
|
@@ -4732,11 +4479,7 @@
|
|
|
4732
4479
|
"line": 150,
|
|
4733
4480
|
"character": 5
|
|
4734
4481
|
},
|
|
4735
|
-
"name": "AspectLoaderMain"
|
|
4736
|
-
"componentId": {
|
|
4737
|
-
"scope": "teambit.harmony",
|
|
4738
|
-
"name": "aspect-loader"
|
|
4739
|
-
}
|
|
4482
|
+
"name": "AspectLoaderMain"
|
|
4740
4483
|
},
|
|
4741
4484
|
{
|
|
4742
4485
|
"__schema": "TypeRefSchema",
|
|
@@ -4745,11 +4488,7 @@
|
|
|
4745
4488
|
"line": 151,
|
|
4746
4489
|
"character": 5
|
|
4747
4490
|
},
|
|
4748
|
-
"name": "BuilderMain"
|
|
4749
|
-
"componentId": {
|
|
4750
|
-
"scope": "teambit.pipelines",
|
|
4751
|
-
"name": "builder"
|
|
4752
|
-
}
|
|
4491
|
+
"name": "BuilderMain"
|
|
4753
4492
|
},
|
|
4754
4493
|
{
|
|
4755
4494
|
"__schema": "TypeRefSchema",
|
|
@@ -4758,11 +4497,7 @@
|
|
|
4758
4497
|
"line": 152,
|
|
4759
4498
|
"character": 5
|
|
4760
4499
|
},
|
|
4761
|
-
"name": "UiMain"
|
|
4762
|
-
"componentId": {
|
|
4763
|
-
"scope": "teambit.ui-foundation",
|
|
4764
|
-
"name": "ui"
|
|
4765
|
-
}
|
|
4500
|
+
"name": "UiMain"
|
|
4766
4501
|
},
|
|
4767
4502
|
{
|
|
4768
4503
|
"__schema": "TypeRefSchema",
|
|
@@ -4771,11 +4506,7 @@
|
|
|
4771
4506
|
"line": 153,
|
|
4772
4507
|
"character": 5
|
|
4773
4508
|
},
|
|
4774
|
-
"name": "GeneratorMain"
|
|
4775
|
-
"componentId": {
|
|
4776
|
-
"scope": "teambit.generator",
|
|
4777
|
-
"name": "generator"
|
|
4778
|
-
}
|
|
4509
|
+
"name": "GeneratorMain"
|
|
4779
4510
|
},
|
|
4780
4511
|
{
|
|
4781
4512
|
"__schema": "TypeRefSchema",
|
|
@@ -4784,11 +4515,7 @@
|
|
|
4784
4515
|
"line": 154,
|
|
4785
4516
|
"character": 5
|
|
4786
4517
|
},
|
|
4787
|
-
"name": "DependencyResolverMain"
|
|
4788
|
-
"componentId": {
|
|
4789
|
-
"scope": "teambit.dependencies",
|
|
4790
|
-
"name": "dependency-resolver"
|
|
4791
|
-
}
|
|
4518
|
+
"name": "DependencyResolverMain"
|
|
4792
4519
|
},
|
|
4793
4520
|
{
|
|
4794
4521
|
"__schema": "TypeRefSchema",
|
|
@@ -4797,11 +4524,7 @@
|
|
|
4797
4524
|
"line": 155,
|
|
4798
4525
|
"character": 5
|
|
4799
4526
|
},
|
|
4800
|
-
"name": "WatcherMain"
|
|
4801
|
-
"componentId": {
|
|
4802
|
-
"scope": "teambit.workspace",
|
|
4803
|
-
"name": "watcher"
|
|
4804
|
-
}
|
|
4527
|
+
"name": "WatcherMain"
|
|
4805
4528
|
},
|
|
4806
4529
|
{
|
|
4807
4530
|
"__schema": "TypeRefSchema",
|
|
@@ -4810,11 +4533,7 @@
|
|
|
4810
4533
|
"line": 156,
|
|
4811
4534
|
"character": 5
|
|
4812
4535
|
},
|
|
4813
|
-
"name": "IssuesMain"
|
|
4814
|
-
"componentId": {
|
|
4815
|
-
"scope": "teambit.component",
|
|
4816
|
-
"name": "issues"
|
|
4817
|
-
}
|
|
4536
|
+
"name": "IssuesMain"
|
|
4818
4537
|
}
|
|
4819
4538
|
]
|
|
4820
4539
|
},
|
|
@@ -4917,10 +4636,6 @@
|
|
|
4917
4636
|
"character": 13
|
|
4918
4637
|
},
|
|
4919
4638
|
"name": "EnvHandler",
|
|
4920
|
-
"componentId": {
|
|
4921
|
-
"scope": "teambit.envs",
|
|
4922
|
-
"name": "envs"
|
|
4923
|
-
},
|
|
4924
4639
|
"typeArgs": [
|
|
4925
4640
|
{
|
|
4926
4641
|
"__schema": "TypeRefSchema",
|
|
@@ -5096,11 +4811,7 @@
|
|
|
5096
4811
|
"line": 32,
|
|
5097
4812
|
"character": 33
|
|
5098
4813
|
},
|
|
5099
|
-
"name": "DependencyResolverMain"
|
|
5100
|
-
"componentId": {
|
|
5101
|
-
"scope": "teambit.dependencies",
|
|
5102
|
-
"name": "dependency-resolver"
|
|
5103
|
-
}
|
|
4814
|
+
"name": "DependencyResolverMain"
|
|
5104
4815
|
},
|
|
5105
4816
|
"isOptional": false,
|
|
5106
4817
|
"isSpread": false
|
|
@@ -5142,11 +4853,7 @@
|
|
|
5142
4853
|
"line": 39,
|
|
5143
4854
|
"character": 27
|
|
5144
4855
|
},
|
|
5145
|
-
"name": "BuildContext"
|
|
5146
|
-
"componentId": {
|
|
5147
|
-
"scope": "teambit.pipelines",
|
|
5148
|
-
"name": "builder"
|
|
5149
|
-
}
|
|
4856
|
+
"name": "BuildContext"
|
|
5150
4857
|
},
|
|
5151
4858
|
"isOptional": false,
|
|
5152
4859
|
"isSpread": false
|
|
@@ -5190,11 +4897,7 @@
|
|
|
5190
4897
|
"line": 49,
|
|
5191
4898
|
"character": 26
|
|
5192
4899
|
},
|
|
5193
|
-
"name": "BuildContext"
|
|
5194
|
-
"componentId": {
|
|
5195
|
-
"scope": "teambit.pipelines",
|
|
5196
|
-
"name": "builder"
|
|
5197
|
-
}
|
|
4900
|
+
"name": "BuildContext"
|
|
5198
4901
|
},
|
|
5199
4902
|
"isOptional": false,
|
|
5200
4903
|
"isSpread": false
|
|
@@ -5216,11 +4919,7 @@
|
|
|
5216
4919
|
"line": 49,
|
|
5217
4920
|
"character": 49
|
|
5218
4921
|
},
|
|
5219
|
-
"name": "BuiltTaskResult"
|
|
5220
|
-
"componentId": {
|
|
5221
|
-
"scope": "teambit.pipelines",
|
|
5222
|
-
"name": "builder"
|
|
5223
|
-
}
|
|
4922
|
+
"name": "BuiltTaskResult"
|
|
5224
4923
|
}
|
|
5225
4924
|
]
|
|
5226
4925
|
},
|
|
@@ -5253,11 +4952,7 @@
|
|
|
5253
4952
|
"line": 77,
|
|
5254
4953
|
"character": 29
|
|
5255
4954
|
},
|
|
5256
|
-
"name": "BuildContext"
|
|
5257
|
-
"componentId": {
|
|
5258
|
-
"scope": "teambit.pipelines",
|
|
5259
|
-
"name": "builder"
|
|
5260
|
-
}
|
|
4955
|
+
"name": "BuildContext"
|
|
5261
4956
|
},
|
|
5262
4957
|
"isOptional": false,
|
|
5263
4958
|
"isSpread": false
|
|
@@ -5277,11 +4972,7 @@
|
|
|
5277
4972
|
"line": 77,
|
|
5278
4973
|
"character": 57
|
|
5279
4974
|
},
|
|
5280
|
-
"name": "TaskResultsList"
|
|
5281
|
-
"componentId": {
|
|
5282
|
-
"scope": "teambit.pipelines",
|
|
5283
|
-
"name": "builder"
|
|
5284
|
-
}
|
|
4975
|
+
"name": "TaskResultsList"
|
|
5285
4976
|
},
|
|
5286
4977
|
"isOptional": false,
|
|
5287
4978
|
"isSpread": false
|
|
@@ -5336,11 +5027,7 @@
|
|
|
5336
5027
|
"line": 82,
|
|
5337
5028
|
"character": 40
|
|
5338
5029
|
},
|
|
5339
|
-
"name": "Capsule"
|
|
5340
|
-
"componentId": {
|
|
5341
|
-
"scope": "teambit.component",
|
|
5342
|
-
"name": "isolator"
|
|
5343
|
-
}
|
|
5030
|
+
"name": "Capsule"
|
|
5344
5031
|
},
|
|
5345
5032
|
"isOptional": false,
|
|
5346
5033
|
"isSpread": false
|
|
@@ -5447,7 +5134,7 @@
|
|
|
5447
5134
|
"_legacy": {
|
|
5448
5135
|
"scope": "teambit.compilation",
|
|
5449
5136
|
"name": "compiler",
|
|
5450
|
-
"version": "1.0.
|
|
5137
|
+
"version": "1.0.435"
|
|
5451
5138
|
},
|
|
5452
5139
|
"_scope": "teambit.compilation"
|
|
5453
5140
|
}
|
|
@@ -5505,10 +5192,6 @@
|
|
|
5505
5192
|
"character": 15
|
|
5506
5193
|
},
|
|
5507
5194
|
"name": "EnvHandler",
|
|
5508
|
-
"componentId": {
|
|
5509
|
-
"scope": "teambit.envs",
|
|
5510
|
-
"name": "envs"
|
|
5511
|
-
},
|
|
5512
5195
|
"typeArgs": [
|
|
5513
5196
|
{
|
|
5514
5197
|
"__schema": "TypeRefSchema",
|
|
@@ -6451,11 +6134,7 @@
|
|
|
6451
6134
|
"line": 105,
|
|
6452
6135
|
"character": 18
|
|
6453
6136
|
},
|
|
6454
|
-
"name": "BuildContext"
|
|
6455
|
-
"componentId": {
|
|
6456
|
-
"scope": "teambit.pipelines",
|
|
6457
|
-
"name": "builder"
|
|
6458
|
-
}
|
|
6137
|
+
"name": "BuildContext"
|
|
6459
6138
|
},
|
|
6460
6139
|
"isOptional": false,
|
|
6461
6140
|
"isSpread": false
|
|
@@ -6477,11 +6156,7 @@
|
|
|
6477
6156
|
"line": 105,
|
|
6478
6157
|
"character": 41
|
|
6479
6158
|
},
|
|
6480
|
-
"name": "BuiltTaskResult"
|
|
6481
|
-
"componentId": {
|
|
6482
|
-
"scope": "teambit.pipelines",
|
|
6483
|
-
"name": "builder"
|
|
6484
|
-
}
|
|
6159
|
+
"name": "BuiltTaskResult"
|
|
6485
6160
|
}
|
|
6486
6161
|
]
|
|
6487
6162
|
},
|
|
@@ -6608,11 +6283,7 @@
|
|
|
6608
6283
|
"line": 122,
|
|
6609
6284
|
"character": 43
|
|
6610
6285
|
},
|
|
6611
|
-
"name": "Component"
|
|
6612
|
-
"componentId": {
|
|
6613
|
-
"scope": "teambit.component",
|
|
6614
|
-
"name": "component"
|
|
6615
|
-
}
|
|
6286
|
+
"name": "Component"
|
|
6616
6287
|
},
|
|
6617
6288
|
"isOptional": false,
|
|
6618
6289
|
"isSpread": false
|
|
@@ -6775,11 +6446,7 @@
|
|
|
6775
6446
|
"line": 138,
|
|
6776
6447
|
"character": 22
|
|
6777
6448
|
},
|
|
6778
|
-
"name": "BuildContext"
|
|
6779
|
-
"componentId": {
|
|
6780
|
-
"scope": "teambit.pipelines",
|
|
6781
|
-
"name": "builder"
|
|
6782
|
-
}
|
|
6449
|
+
"name": "BuildContext"
|
|
6783
6450
|
},
|
|
6784
6451
|
"isOptional": false,
|
|
6785
6452
|
"isSpread": false
|
|
@@ -6843,11 +6510,7 @@
|
|
|
6843
6510
|
"line": 143,
|
|
6844
6511
|
"character": 23
|
|
6845
6512
|
},
|
|
6846
|
-
"name": "BuildContext"
|
|
6847
|
-
"componentId": {
|
|
6848
|
-
"scope": "teambit.pipelines",
|
|
6849
|
-
"name": "builder"
|
|
6850
|
-
}
|
|
6513
|
+
"name": "BuildContext"
|
|
6851
6514
|
},
|
|
6852
6515
|
"isOptional": false,
|
|
6853
6516
|
"isSpread": false
|
|
@@ -6867,11 +6530,7 @@
|
|
|
6867
6530
|
"line": 143,
|
|
6868
6531
|
"character": 51
|
|
6869
6532
|
},
|
|
6870
|
-
"name": "TaskResultsList"
|
|
6871
|
-
"componentId": {
|
|
6872
|
-
"scope": "teambit.pipelines",
|
|
6873
|
-
"name": "builder"
|
|
6874
|
-
}
|
|
6533
|
+
"name": "TaskResultsList"
|
|
6875
6534
|
},
|
|
6876
6535
|
"isOptional": false,
|
|
6877
6536
|
"isSpread": false
|
|
@@ -7171,7 +6830,7 @@
|
|
|
7171
6830
|
"_legacy": {
|
|
7172
6831
|
"scope": "teambit.compilation",
|
|
7173
6832
|
"name": "compiler",
|
|
7174
|
-
"version": "1.0.
|
|
6833
|
+
"version": "1.0.435"
|
|
7175
6834
|
},
|
|
7176
6835
|
"_scope": "teambit.compilation"
|
|
7177
6836
|
}
|
|
@@ -7302,8 +6961,7 @@
|
|
|
7302
6961
|
"line": 8,
|
|
7303
6962
|
"character": 54
|
|
7304
6963
|
},
|
|
7305
|
-
"name": "CompilerErrorEventData"
|
|
7306
|
-
"internalFilePath": "events/compiler-error.ts"
|
|
6964
|
+
"name": "CompilerErrorEventData"
|
|
7307
6965
|
}
|
|
7308
6966
|
],
|
|
7309
6967
|
"expression": {
|
|
@@ -7318,7 +6976,7 @@
|
|
|
7318
6976
|
"_legacy": {
|
|
7319
6977
|
"scope": "teambit.compilation",
|
|
7320
6978
|
"name": "compiler",
|
|
7321
|
-
"version": "1.0.
|
|
6979
|
+
"version": "1.0.435"
|
|
7322
6980
|
},
|
|
7323
6981
|
"_scope": "teambit.compilation"
|
|
7324
6982
|
}
|
|
@@ -7391,7 +7049,7 @@
|
|
|
7391
7049
|
"componentId": {
|
|
7392
7050
|
"scope": "teambit.compilation",
|
|
7393
7051
|
"name": "compiler",
|
|
7394
|
-
"version": "1.0.
|
|
7052
|
+
"version": "1.0.435"
|
|
7395
7053
|
},
|
|
7396
7054
|
"taggedModuleExports": []
|
|
7397
7055
|
}
|
|
@@ -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.435/dist/compiler.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.compilation_compiler@1.0.435/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.435",
|
|
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.435"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -19,27 +19,27 @@
|
|
|
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.435",
|
|
23
|
+
"@teambit/cli": "0.0.1012",
|
|
24
|
+
"@teambit/logger": "0.0.1105",
|
|
25
|
+
"@teambit/pubsub": "1.0.435",
|
|
26
|
+
"@teambit/aspect-loader": "1.0.435",
|
|
27
|
+
"@teambit/builder": "1.0.435",
|
|
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.435",
|
|
30
|
+
"@teambit/dependency-resolver": "1.0.435",
|
|
31
|
+
"@teambit/generator": "1.0.436",
|
|
32
|
+
"@teambit/issues": "1.0.435",
|
|
33
|
+
"@teambit/ui": "1.0.435",
|
|
34
|
+
"@teambit/watcher": "1.0.435",
|
|
35
|
+
"@teambit/workspace": "1.0.435",
|
|
36
|
+
"@teambit/isolator": "1.0.435",
|
|
37
37
|
"@teambit/toolbox.fs.hard-link-directory": "0.0.21",
|
|
38
|
-
"@teambit/component.sources": "0.0.
|
|
38
|
+
"@teambit/component.sources": "0.0.37",
|
|
39
39
|
"@teambit/toolbox.path.path": "0.0.4",
|
|
40
|
-
"@teambit/multi-compiler": "1.0.
|
|
40
|
+
"@teambit/multi-compiler": "1.0.435",
|
|
41
41
|
"@teambit/pkg.modules.component-package-name": "0.0.5",
|
|
42
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
42
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.212"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/fs-extra": "9.0.7",
|