@teambit/compiler 1.0.295 → 1.0.296
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.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_compilation_compiler-preview.js +1 -1
- package/artifacts/schema.json +7 -7
- package/dist/{preview-1717557712672.js → preview-1717644115890.js} +2 -2
- package/dist/workspace-compiler.js +4 -4
- package/dist/workspace-compiler.js.map +1 -1
- package/package.json +19 -19
|
@@ -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.296" 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={59426:(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},49172:(e,n,t)=>{Object.defineProperty(n,"Ay",{enumerable:!0,get:function(){return o.default}});var o=i(t(59426));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}},55817:(e,n,t)=>{var o={id:"teambit.compilation/compiler@1.0.295",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={};return(()=>{t.r(o),t.d(o,{compositions:()=>s,compositions_metadata:()=>f,overview:()=>u});var e={};t.r(e),t.d(e,{default:()=>c});var n=t(55817),i=(t(41594),t(5016)),r=t(65682),a=t(49172),p=["components"];function m(){return m=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},m.apply(null,arguments)}var l={},d="wrapper";function c(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.indexOf(o)>=0)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.indexOf(t)>=0||{}.propertyIsEnumerable.call(e,t)&&(i[t]=e[t])}return i}(e,p);return(0,i.mdx)(d,m({},l,t,{components:n,mdxType:"MDXLayout"}),(0,i.mdx)(r.MDXScopeProvider,{components:{CompilerOverview:a.Ay},mdxType:"MDXScopeProvider"},(0,i.mdx)(a.Ay,{mdxType:"CompilerOverview"})))}c.isMDXComponent=!0;const s=[n],u=[e],f={compositions:[{displayName:"Logo",identifier:"Logo"}]}})(),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={34135:(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},11509:(e,n,t)=>{Object.defineProperty(n,"Ay",{enumerable:!0,get:function(){return o.default}});var o=i(t(34135));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}},9495:(e,n,t)=>{var o={id:"teambit.compilation/compiler@1.0.296",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={};return(()=>{t.r(o),t.d(o,{compositions:()=>s,compositions_metadata:()=>f,overview:()=>u});var e={};t.r(e),t.d(e,{default:()=>c});var n=t(9495),i=(t(41594),t(5016)),r=t(65682),a=t(11509),p=["components"];function m(){return m=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},m.apply(null,arguments)}var l={},d="wrapper";function c(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.indexOf(o)>=0)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.indexOf(t)>=0||{}.propertyIsEnumerable.call(e,t)&&(i[t]=e[t])}return i}(e,p);return(0,i.mdx)(d,m({},l,t,{components:n,mdxType:"MDXLayout"}),(0,i.mdx)(r.MDXScopeProvider,{components:{CompilerOverview:a.Ay},mdxType:"MDXScopeProvider"},(0,i.mdx)(a.Ay,{mdxType:"CompilerOverview"})))}c.isMDXComponent=!0;const s=[n],u=[e],f={compositions:[{displayName:"Logo",identifier:"Logo"}]}})(),o})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -1704,7 +1704,7 @@
|
|
|
1704
1704
|
"_legacy": {
|
|
1705
1705
|
"scope": "teambit.compilation",
|
|
1706
1706
|
"name": "compiler",
|
|
1707
|
-
"version": "1.0.
|
|
1707
|
+
"version": "1.0.296"
|
|
1708
1708
|
},
|
|
1709
1709
|
"_scope": "teambit.compilation"
|
|
1710
1710
|
}
|
|
@@ -2964,7 +2964,7 @@
|
|
|
2964
2964
|
"_legacy": {
|
|
2965
2965
|
"scope": "teambit.compilation",
|
|
2966
2966
|
"name": "compiler",
|
|
2967
|
-
"version": "1.0.
|
|
2967
|
+
"version": "1.0.296"
|
|
2968
2968
|
},
|
|
2969
2969
|
"_scope": "teambit.compilation"
|
|
2970
2970
|
}
|
|
@@ -3587,7 +3587,7 @@
|
|
|
3587
3587
|
"_legacy": {
|
|
3588
3588
|
"scope": "teambit.compilation",
|
|
3589
3589
|
"name": "compiler",
|
|
3590
|
-
"version": "1.0.
|
|
3590
|
+
"version": "1.0.296"
|
|
3591
3591
|
},
|
|
3592
3592
|
"_scope": "teambit.compilation"
|
|
3593
3593
|
}
|
|
@@ -5305,7 +5305,7 @@
|
|
|
5305
5305
|
"_legacy": {
|
|
5306
5306
|
"scope": "teambit.compilation",
|
|
5307
5307
|
"name": "compiler",
|
|
5308
|
-
"version": "1.0.
|
|
5308
|
+
"version": "1.0.296"
|
|
5309
5309
|
},
|
|
5310
5310
|
"_scope": "teambit.compilation"
|
|
5311
5311
|
}
|
|
@@ -7003,7 +7003,7 @@
|
|
|
7003
7003
|
"_legacy": {
|
|
7004
7004
|
"scope": "teambit.compilation",
|
|
7005
7005
|
"name": "compiler",
|
|
7006
|
-
"version": "1.0.
|
|
7006
|
+
"version": "1.0.296"
|
|
7007
7007
|
},
|
|
7008
7008
|
"_scope": "teambit.compilation"
|
|
7009
7009
|
}
|
|
@@ -7150,7 +7150,7 @@
|
|
|
7150
7150
|
"_legacy": {
|
|
7151
7151
|
"scope": "teambit.compilation",
|
|
7152
7152
|
"name": "compiler",
|
|
7153
|
-
"version": "1.0.
|
|
7153
|
+
"version": "1.0.296"
|
|
7154
7154
|
},
|
|
7155
7155
|
"_scope": "teambit.compilation"
|
|
7156
7156
|
}
|
|
@@ -7223,7 +7223,7 @@
|
|
|
7223
7223
|
"componentId": {
|
|
7224
7224
|
"scope": "teambit.compilation",
|
|
7225
7225
|
"name": "compiler",
|
|
7226
|
-
"version": "1.0.
|
|
7226
|
+
"version": "1.0.296"
|
|
7227
7227
|
},
|
|
7228
7228
|
"taggedModuleExports": []
|
|
7229
7229
|
}
|
|
@@ -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.296/dist/compiler.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.compilation_compiler@1.0.296/dist/compiler.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -171,10 +171,6 @@ class ComponentCompiler {
|
|
|
171
171
|
dataToPersist.addManyFiles(this.dists);
|
|
172
172
|
dataToPersist.addBasePath(this.workspace.path);
|
|
173
173
|
await dataToPersist.persistAllToFS();
|
|
174
|
-
const linkComponents = options.linkComponents ?? true;
|
|
175
|
-
if (linkComponents) {
|
|
176
|
-
await (0, _workspaceModules().linkToNodeModulesByComponents)([this.component], this.workspace);
|
|
177
|
-
}
|
|
178
174
|
const buildResults = this.dists.map(distFile => distFile.path);
|
|
179
175
|
if (this.component.state._consumer.compiler) _loader().default.succeed();
|
|
180
176
|
return {
|
|
@@ -375,6 +371,10 @@ class WorkspaceCompiler {
|
|
|
375
371
|
const grouped = this.groupByIsEnv(components);
|
|
376
372
|
const envsResults = grouped.envs ? await this.runCompileComponents(grouped.envs, options, noThrow) : [];
|
|
377
373
|
const otherResults = grouped.other ? await this.runCompileComponents(grouped.other, options, noThrow) : [];
|
|
374
|
+
const linkComponents = options.linkComponents ?? true;
|
|
375
|
+
if (linkComponents) {
|
|
376
|
+
await (0, _workspaceModules().linkToNodeModulesByComponents)(components, this.workspace);
|
|
377
|
+
}
|
|
378
378
|
return [...envsResults, ...otherResults];
|
|
379
379
|
}
|
|
380
380
|
async runCompileComponents(components, options, noThrow) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_pMapSeries","data","_interopRequireDefault","require","_workspace","_path","_chalk","_logger","_loader","_constants","_sources","_dataToPersist","_workspaceModules","_componentIdToPackageName","_removePath","_bitRoots","_lodash","_compiler","_events","_types","e","__esModule","default","ComponentCompiler","constructor","pubsub","workspace","component","compilerInstance","compilerId","logger","dependencyResolver","dists","compileErrors","compile","noThrow","options","dataToPersist","deleteDistDir","distDirs","DataToPersist","distDir","removePath","RemovePath","addBasePath","path","persistAllToFS","compilers","canTranspileFile","find","c","transpileFile","canTranspileComponent","transpileComponent","Promise","all","filesystem","files","map","file","compileOneFile","initiator","compileAllFiles","Error","toString","throwOnCompileErrors","addManyFiles","linkComponents","linkToNodeModulesByComponents","buildResults","distFile","state","_consumer","compiler","loader","succeed","id","errors","length","forEach","errorItem","error","formatError","err","join","pub","CompilerAspect","CompilerErrorEvent","console","message","packageName","componentIdToPackageName","packageDir","distDirName","getDistDir","DEFAULT_DIST_DIRNAME","injectedDirs","getInjectedDirs","dist","rootDirs","readBitRootsDir","rootDir","relative","componentDir","filePath","isFileSupported","compileResults","contents","push","base","result","Dist","outputPath","Buffer","from","outputText","shouldCopyNonSupportedFiles","filesToCompile","outputDir","getComponentPackagePath","exports","WorkspaceCompiler","envs","aspectLoader","ui","watcher","registerOnComponentChange","onComponentChange","bind","registerOnComponentAdd","onComponentAdd","registerOnPreWatch","onPreWatch","registerPreStart","onPreStart","registerOnAspectLoadErrorSlot","onAspectLoadFail","preStartOpts","skipCompilation","compileComponents","changed","verbose","CompilationInitiator","PreStart","watchScopeInternalFiles","code","AspectLoadFail","watchOpts","undefined","removedFiles","Boolean","removeLinksFromNodeModules","ComponentChanged","results","formatCompileResults","componentIds","preCompile","start","Date","now","PreWatch","end","consoleSuccess","componentsIds","OutsideWorkspaceError","getIdsToCompile","getManyOpts","loadSeedersAsAspects","components","getMany","grouped","groupByIsEnv","envsResults","runCompileComponents","otherResults","other","componentsCompilers","environment","getEnv","env","getCompiler","compilerName","name","warn","resultOnWorkspace","mapSeries","componentCompiler","envsIds","uniq","getEnvId","filter","envId","isCoreEnv","groupBy","includes","resolveMultipleComponentIds","filterIds","getNewAndModifiedIds","listIds","buildResult","title","chalk","underline","verboseComponentFilesArrayToString","Logger","successSymbol"],"sources":["workspace-compiler.ts"],"sourcesContent":["/* eslint-disable max-classes-per-file */\nimport mapSeries from 'p-map-series';\nimport { Component } from '@teambit/component';\nimport { EnvsMain } from '@teambit/envs';\nimport type { PubsubMain } from '@teambit/pubsub';\nimport { SerializableResults, Workspace, OutsideWorkspaceError } from '@teambit/workspace';\nimport { WatcherMain, WatchOptions } from '@teambit/watcher';\nimport path from 'path';\nimport chalk from 'chalk';\nimport { ComponentID } from '@teambit/component-id';\nimport { Logger } from '@teambit/logger';\nimport loader from '@teambit/legacy/dist/cli/loader';\nimport { DEFAULT_DIST_DIRNAME } from '@teambit/legacy/dist/constants';\nimport { AbstractVinyl, Dist } from '@teambit/legacy/dist/consumer/component/sources';\nimport DataToPersist from '@teambit/legacy/dist/consumer/component/sources/data-to-persist';\nimport {\n linkToNodeModulesByComponents,\n removeLinksFromNodeModules,\n} from '@teambit/workspace.modules.node-modules-linker';\nimport { AspectLoaderMain } from '@teambit/aspect-loader';\nimport { DependencyResolverMain } from '@teambit/dependency-resolver';\nimport componentIdToPackageName from '@teambit/legacy/dist/utils/bit/component-id-to-package-name';\nimport RemovePath from '@teambit/legacy/dist/consumer/component/sources/remove-path';\nimport { UiMain } from '@teambit/ui';\nimport { readBitRootsDir } from '@teambit/bit-roots';\nimport { groupBy, uniq } from 'lodash';\nimport type { PreStartOpts } from '@teambit/ui';\nimport { PathOsBasedAbsolute, PathOsBasedRelative } from '@teambit/legacy/dist/utils/path';\nimport { MultiCompiler } from '@teambit/multi-compiler';\nimport { CompilerAspect } from './compiler.aspect';\nimport { CompilerErrorEvent } from './events';\nimport { Compiler, CompilationInitiator } from './types';\n\nexport type BuildResult = {\n component: string;\n buildResults: string[];\n errors: CompileError[];\n};\n\nexport type CompileOptions = {\n changed?: boolean; // compile only new and modified components\n verbose?: boolean; // show more data, such as, dist paths\n /**\n * whether the dist root dir should be deleted before writing new dists.\n * defaults to true for `bit compile` and false everywhere else, such as `bit watch` and `bit\n * start` to avoid webpack \"EINTR\" error.\n */\n deleteDistDir?: boolean;\n initiator: CompilationInitiator; // describes where the compilation is coming from\n // should we create links in node_modules for the compiled components (default = true)\n // this will link the source files, and create the package.json\n linkComponents?: boolean;\n};\n\nexport type CompileError = { path: string; error: Error };\n\nexport class ComponentCompiler {\n constructor(\n private pubsub: PubsubMain,\n private workspace: Workspace,\n private component: Component,\n private compilerInstance: Compiler,\n private compilerId: string,\n private logger: Logger,\n private dependencyResolver: DependencyResolverMain,\n private dists: Dist[] = [],\n private compileErrors: CompileError[] = []\n ) {}\n\n async compile(noThrow = true, options: CompileOptions): Promise<BuildResult> {\n let dataToPersist;\n const deleteDistDir = options.deleteDistDir ?? this.compilerInstance.deleteDistDir;\n const distDirs = await this.distDirs();\n // delete dist folder before transpilation (because some compilers (like ngPackagr) can generate files there during the compilation process)\n if (deleteDistDir) {\n dataToPersist = new DataToPersist();\n for (const distDir of distDirs) {\n dataToPersist.removePath(new RemovePath(distDir));\n }\n dataToPersist.addBasePath(this.workspace.path);\n await dataToPersist.persistAllToFS();\n }\n\n const compilers: Compiler[] = (this.compilerInstance as MultiCompiler).compilers\n ? (this.compilerInstance as MultiCompiler).compilers\n : [this.compilerInstance];\n const canTranspileFile = compilers.find((c) => c.transpileFile);\n const canTranspileComponent = compilers.find((c) => c.transpileComponent);\n\n if (canTranspileFile) {\n await Promise.all(\n this.component.filesystem.files.map((file: AbstractVinyl) =>\n this.compileOneFile(file, options.initiator, distDirs)\n )\n );\n }\n\n if (canTranspileComponent) {\n await this.compileAllFiles(this.component, options.initiator, distDirs);\n }\n\n if (!canTranspileFile && !canTranspileComponent) {\n throw new Error(\n `compiler ${this.compilerId.toString()} doesn't implement either \"transpileFile\" or \"transpileComponent\" methods`\n );\n }\n this.throwOnCompileErrors(noThrow);\n\n // writing the dists with `component.setDists(dists); component.dists.writeDists` is tricky\n // as it uses other base-paths and doesn't respect the new node-modules base path.\n dataToPersist = new DataToPersist();\n dataToPersist.addManyFiles(this.dists);\n dataToPersist.addBasePath(this.workspace.path);\n await dataToPersist.persistAllToFS();\n const linkComponents = options.linkComponents ?? true;\n if (linkComponents) {\n await linkToNodeModulesByComponents([this.component], this.workspace);\n }\n const buildResults = this.dists.map((distFile) => distFile.path);\n if (this.component.state._consumer.compiler) loader.succeed();\n\n return { component: this.component.id.toString(), buildResults, errors: this.compileErrors };\n }\n\n private throwOnCompileErrors(noThrow = true) {\n if (this.compileErrors.length) {\n this.compileErrors.forEach((errorItem) => {\n this.logger.error(`compilation error at ${errorItem.path}`, errorItem.error);\n });\n const formatError = (errorItem) => `${errorItem.path}\\n${errorItem.error}`;\n const err = new Error(`compilation failed. see the following errors from the compiler\n${this.compileErrors.map(formatError).join('\\n')}`);\n\n this.pubsub.pub(CompilerAspect.id, new CompilerErrorEvent(err));\n\n if (!noThrow) {\n throw err;\n }\n\n this.logger.console(err.message);\n }\n }\n\n private async distDirs(): Promise<PathOsBasedRelative[]> {\n const packageName = componentIdToPackageName(this.component.state._consumer);\n const packageDir = path.join('node_modules', packageName);\n const distDirName = this.compilerInstance.getDistDir?.() || DEFAULT_DIST_DIRNAME;\n const injectedDirs = await this.getInjectedDirs(packageName);\n return [packageDir, ...injectedDirs].map((dist) => path.join(dist, distDirName));\n }\n\n private async getInjectedDirs(packageName: string): Promise<string[]> {\n const injectedDirs = await this.workspace.getInjectedDirs(this.component);\n if (injectedDirs.length > 0) return injectedDirs;\n\n const rootDirs = await readBitRootsDir(this.workspace.path);\n return rootDirs.map((rootDir) => path.relative(this.workspace.path, path.join(rootDir, packageName)));\n }\n\n private get componentDir(): PathOsBasedAbsolute {\n return this.workspace.componentDir(this.component.id);\n }\n\n private async compileOneFile(\n file: AbstractVinyl,\n initiator: CompilationInitiator,\n distDirs: PathOsBasedRelative[]\n ): Promise<void> {\n const options = { componentDir: this.componentDir, filePath: file.relative, initiator };\n const isFileSupported = this.compilerInstance.isFileSupported(file.path);\n let compileResults;\n if (isFileSupported) {\n try {\n compileResults = await this.compilerInstance.transpileFile?.(file.contents.toString(), options);\n } catch (error: any) {\n this.compileErrors.push({ path: file.path, error });\n return;\n }\n }\n for (const base of distDirs) {\n if (isFileSupported && compileResults) {\n this.dists.push(\n ...compileResults.map(\n (result) =>\n new Dist({\n base,\n path: path.join(base, result.outputPath),\n contents: Buffer.from(result.outputText),\n })\n )\n );\n } else if (this.compilerInstance.shouldCopyNonSupportedFiles) {\n // compiler doesn't support this file type. copy the file as is to the dist dir.\n this.dists.push(new Dist({ base, path: path.join(base, file.relative), contents: file.contents }));\n }\n }\n }\n\n private async compileAllFiles(\n component: Component,\n initiator: CompilationInitiator,\n distDirs: PathOsBasedRelative[]\n ): Promise<void> {\n const filesToCompile: AbstractVinyl[] = [];\n for (const base of distDirs) {\n component.filesystem.files.forEach((file: AbstractVinyl) => {\n const isFileSupported = this.compilerInstance.isFileSupported(file.path);\n if (isFileSupported) {\n filesToCompile.push(file);\n } else if (this.compilerInstance.shouldCopyNonSupportedFiles) {\n // compiler doesn't support this file type. copy the file as is to the dist dir.\n this.dists.push(\n new Dist({\n base,\n path: path.join(base, file.relative),\n contents: file.contents,\n })\n );\n }\n });\n }\n\n if (filesToCompile.length) {\n try {\n await this.compilerInstance.transpileComponent?.({\n component,\n componentDir: this.componentDir,\n outputDir: await this.workspace.getComponentPackagePath(component),\n initiator,\n });\n } catch (error: any) {\n this.compileErrors.push({ path: this.componentDir, error });\n }\n }\n }\n}\n\nexport class WorkspaceCompiler {\n constructor(\n private workspace: Workspace,\n private envs: EnvsMain,\n private pubsub: PubsubMain,\n private aspectLoader: AspectLoaderMain,\n private ui: UiMain,\n private logger: Logger,\n private dependencyResolver: DependencyResolverMain,\n private watcher: WatcherMain\n ) {\n if (this.workspace) {\n this.workspace.registerOnComponentChange(this.onComponentChange.bind(this));\n this.workspace.registerOnComponentAdd(this.onComponentAdd.bind(this));\n this.watcher.registerOnPreWatch(this.onPreWatch.bind(this));\n }\n this.ui.registerPreStart(this.onPreStart.bind(this));\n if (this.aspectLoader) {\n this.aspectLoader.registerOnAspectLoadErrorSlot(this.onAspectLoadFail.bind(this));\n }\n }\n\n async onPreStart(preStartOpts: PreStartOpts): Promise<void> {\n if (this.workspace) {\n if (preStartOpts.skipCompilation) {\n return;\n }\n await this.compileComponents([], {\n changed: true,\n verbose: false,\n deleteDistDir: false,\n initiator: CompilationInitiator.PreStart,\n });\n } else {\n await this.watcher.watchScopeInternalFiles();\n }\n }\n\n async onAspectLoadFail(err: Error & { code?: string }, id: ComponentID): Promise<boolean> {\n if (err.code && err.code === 'MODULE_NOT_FOUND' && this.workspace) {\n await this.compileComponents([id.toString()], { initiator: CompilationInitiator.AspectLoadFail }, true);\n return true;\n }\n return false;\n }\n\n async onComponentAdd(component: Component, files: string[], watchOpts: WatchOptions) {\n return this.onComponentChange(component, files, undefined, watchOpts);\n }\n\n async onComponentChange(\n component: Component,\n files: string[],\n removedFiles: string[] = [],\n watchOpts: WatchOptions\n ): Promise<SerializableResults | void> {\n if (!watchOpts.compile) return undefined;\n // when files are removed, we need to remove the dist directories and the old symlinks, otherwise, it has\n // symlinks to non-exist files and the dist has stale files\n const deleteDistDir = Boolean(removedFiles?.length);\n if (removedFiles?.length) {\n await removeLinksFromNodeModules(component, this.workspace, removedFiles);\n }\n const buildResults = await this.compileComponents(\n [component.id.toString()],\n { initiator: watchOpts.initiator || CompilationInitiator.ComponentChanged, deleteDistDir },\n true\n );\n return {\n results: buildResults,\n toString() {\n return formatCompileResults(buildResults, watchOpts.verbose);\n },\n };\n }\n\n async onPreWatch(componentIds: ComponentID[], watchOpts: WatchOptions) {\n if (watchOpts.preCompile) {\n const start = Date.now();\n this.logger.console(`compiling ${componentIds.length} components`);\n await this.compileComponents(\n componentIds.map((id) => id),\n { initiator: CompilationInitiator.PreWatch }\n );\n const end = Date.now() - start;\n this.logger.consoleSuccess(`compiled ${componentIds.length} components successfully (${end / 1000} sec)`);\n }\n }\n\n async compileComponents(\n componentsIds: string[] | ComponentID[] | ComponentID[], // when empty, it compiles new+modified (unless options.all is set),\n options: CompileOptions,\n noThrow?: boolean\n ): Promise<BuildResult[]> {\n if (!this.workspace) throw new OutsideWorkspaceError();\n const componentIds = await this.getIdsToCompile(componentsIds, options.changed);\n // In case the aspect failed to load, we want to compile it without try to re-load it again\n const getManyOpts =\n options.initiator === CompilationInitiator.AspectLoadFail ? { loadSeedersAsAspects: false } : undefined;\n const components = await this.workspace.getMany(componentIds, getManyOpts);\n const grouped = this.groupByIsEnv(components);\n const envsResults = grouped.envs ? await this.runCompileComponents(grouped.envs, options, noThrow) : [];\n const otherResults = grouped.other ? await this.runCompileComponents(grouped.other, options, noThrow) : [];\n return [...envsResults, ...otherResults];\n }\n\n private async runCompileComponents(\n components: Component[],\n options: CompileOptions,\n noThrow?: boolean\n ): Promise<BuildResult[]> {\n const componentsCompilers: ComponentCompiler[] = [];\n\n components.forEach((c) => {\n const environment = this.envs.getEnv(c).env;\n const compilerInstance = environment.getCompiler?.();\n\n if (compilerInstance) {\n const compilerName = compilerInstance.constructor.name || 'compiler';\n componentsCompilers.push(\n new ComponentCompiler(\n this.pubsub,\n this.workspace,\n c,\n compilerInstance,\n compilerName,\n this.logger,\n this.dependencyResolver\n )\n );\n } else {\n this.logger.warn(`unable to find a compiler instance for ${c.id.toString()}`);\n }\n });\n const resultOnWorkspace = await mapSeries(componentsCompilers, (componentCompiler) =>\n componentCompiler.compile(noThrow, options)\n );\n\n return resultOnWorkspace;\n }\n\n /**\n * This function get's a list of aspect ids and return them grouped by whether any of them is the env of other from the list\n * @param ids\n */\n groupByIsEnv(components: Component[]): { envs?: Component[]; other?: Component[] } {\n const envsIds = uniq(\n components\n .map((component) => this.envs.getEnvId(component))\n .filter((envId) => !this.aspectLoader.isCoreEnv(envId))\n );\n const grouped = groupBy(components, (component) => {\n if (envsIds.includes(component.id.toString())) return 'envs';\n return 'other';\n });\n return grouped as { envs: Component[]; other: Component[] };\n }\n\n private async getIdsToCompile(componentsIds: Array<string | ComponentID>, changed = false): Promise<ComponentID[]> {\n if (componentsIds.length) {\n const componentIds = await this.workspace.resolveMultipleComponentIds(componentsIds);\n return this.workspace.filterIds(componentIds);\n }\n if (changed) {\n return this.workspace.getNewAndModifiedIds();\n }\n return this.workspace.listIds();\n }\n}\n\nfunction formatCompileResults(buildResults: BuildResult[], verbose?: boolean) {\n if (!buildResults.length) return '';\n // this gets called when a file is changed, so the buildResults array always has only one item\n const buildResult = buildResults[0];\n const title = ` ${chalk.underline('STATUS\\tCOMPONENT ID')}`;\n const verboseComponentFilesArrayToString = () => {\n return buildResult.buildResults.map((filePath) => ` \\t - ${filePath}`).join('\\n');\n };\n\n return `${title}\n ${Logger.successSymbol()}SUCCESS\\t${buildResult.component}\\n\n ${verbose ? `${verboseComponentFilesArrayToString()}\\n` : ''}`;\n}\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_pMapSeries","data","_interopRequireDefault","require","_workspace","_path","_chalk","_logger","_loader","_constants","_sources","_dataToPersist","_workspaceModules","_componentIdToPackageName","_removePath","_bitRoots","_lodash","_compiler","_events","_types","e","__esModule","default","ComponentCompiler","constructor","pubsub","workspace","component","compilerInstance","compilerId","logger","dependencyResolver","dists","compileErrors","compile","noThrow","options","dataToPersist","deleteDistDir","distDirs","DataToPersist","distDir","removePath","RemovePath","addBasePath","path","persistAllToFS","compilers","canTranspileFile","find","c","transpileFile","canTranspileComponent","transpileComponent","Promise","all","filesystem","files","map","file","compileOneFile","initiator","compileAllFiles","Error","toString","throwOnCompileErrors","addManyFiles","buildResults","distFile","state","_consumer","compiler","loader","succeed","id","errors","length","forEach","errorItem","error","formatError","err","join","pub","CompilerAspect","CompilerErrorEvent","console","message","packageName","componentIdToPackageName","packageDir","distDirName","getDistDir","DEFAULT_DIST_DIRNAME","injectedDirs","getInjectedDirs","dist","rootDirs","readBitRootsDir","rootDir","relative","componentDir","filePath","isFileSupported","compileResults","contents","push","base","result","Dist","outputPath","Buffer","from","outputText","shouldCopyNonSupportedFiles","filesToCompile","outputDir","getComponentPackagePath","exports","WorkspaceCompiler","envs","aspectLoader","ui","watcher","registerOnComponentChange","onComponentChange","bind","registerOnComponentAdd","onComponentAdd","registerOnPreWatch","onPreWatch","registerPreStart","onPreStart","registerOnAspectLoadErrorSlot","onAspectLoadFail","preStartOpts","skipCompilation","compileComponents","changed","verbose","CompilationInitiator","PreStart","watchScopeInternalFiles","code","AspectLoadFail","watchOpts","undefined","removedFiles","Boolean","removeLinksFromNodeModules","ComponentChanged","results","formatCompileResults","componentIds","preCompile","start","Date","now","PreWatch","end","consoleSuccess","componentsIds","OutsideWorkspaceError","getIdsToCompile","getManyOpts","loadSeedersAsAspects","components","getMany","grouped","groupByIsEnv","envsResults","runCompileComponents","otherResults","other","linkComponents","linkToNodeModulesByComponents","componentsCompilers","environment","getEnv","env","getCompiler","compilerName","name","warn","resultOnWorkspace","mapSeries","componentCompiler","envsIds","uniq","getEnvId","filter","envId","isCoreEnv","groupBy","includes","resolveMultipleComponentIds","filterIds","getNewAndModifiedIds","listIds","buildResult","title","chalk","underline","verboseComponentFilesArrayToString","Logger","successSymbol"],"sources":["workspace-compiler.ts"],"sourcesContent":["/* eslint-disable max-classes-per-file */\nimport mapSeries from 'p-map-series';\nimport { Component } from '@teambit/component';\nimport { EnvsMain } from '@teambit/envs';\nimport type { PubsubMain } from '@teambit/pubsub';\nimport { SerializableResults, Workspace, OutsideWorkspaceError } from '@teambit/workspace';\nimport { WatcherMain, WatchOptions } from '@teambit/watcher';\nimport path from 'path';\nimport chalk from 'chalk';\nimport { ComponentID } from '@teambit/component-id';\nimport { Logger } from '@teambit/logger';\nimport loader from '@teambit/legacy/dist/cli/loader';\nimport { DEFAULT_DIST_DIRNAME } from '@teambit/legacy/dist/constants';\nimport { AbstractVinyl, Dist } from '@teambit/legacy/dist/consumer/component/sources';\nimport DataToPersist from '@teambit/legacy/dist/consumer/component/sources/data-to-persist';\nimport {\n linkToNodeModulesByComponents,\n removeLinksFromNodeModules,\n} from '@teambit/workspace.modules.node-modules-linker';\nimport { AspectLoaderMain } from '@teambit/aspect-loader';\nimport { DependencyResolverMain } from '@teambit/dependency-resolver';\nimport componentIdToPackageName from '@teambit/legacy/dist/utils/bit/component-id-to-package-name';\nimport RemovePath from '@teambit/legacy/dist/consumer/component/sources/remove-path';\nimport { UiMain } from '@teambit/ui';\nimport { readBitRootsDir } from '@teambit/bit-roots';\nimport { groupBy, uniq } from 'lodash';\nimport type { PreStartOpts } from '@teambit/ui';\nimport { PathOsBasedAbsolute, PathOsBasedRelative } from '@teambit/legacy/dist/utils/path';\nimport { MultiCompiler } from '@teambit/multi-compiler';\nimport { CompilerAspect } from './compiler.aspect';\nimport { CompilerErrorEvent } from './events';\nimport { Compiler, CompilationInitiator } from './types';\n\nexport type BuildResult = {\n component: string;\n buildResults: string[];\n errors: CompileError[];\n};\n\nexport type CompileOptions = {\n changed?: boolean; // compile only new and modified components\n verbose?: boolean; // show more data, such as, dist paths\n /**\n * whether the dist root dir should be deleted before writing new dists.\n * defaults to true for `bit compile` and false everywhere else, such as `bit watch` and `bit\n * start` to avoid webpack \"EINTR\" error.\n */\n deleteDistDir?: boolean;\n initiator: CompilationInitiator; // describes where the compilation is coming from\n // should we create links in node_modules for the compiled components (default = true)\n // this will link the source files, and create the package.json\n linkComponents?: boolean;\n};\n\nexport type CompileError = { path: string; error: Error };\n\nexport class ComponentCompiler {\n constructor(\n private pubsub: PubsubMain,\n private workspace: Workspace,\n private component: Component,\n private compilerInstance: Compiler,\n private compilerId: string,\n private logger: Logger,\n private dependencyResolver: DependencyResolverMain,\n private dists: Dist[] = [],\n private compileErrors: CompileError[] = []\n ) {}\n\n async compile(noThrow = true, options: CompileOptions): Promise<BuildResult> {\n let dataToPersist;\n const deleteDistDir = options.deleteDistDir ?? this.compilerInstance.deleteDistDir;\n const distDirs = await this.distDirs();\n // delete dist folder before transpilation (because some compilers (like ngPackagr) can generate files there during the compilation process)\n if (deleteDistDir) {\n dataToPersist = new DataToPersist();\n for (const distDir of distDirs) {\n dataToPersist.removePath(new RemovePath(distDir));\n }\n dataToPersist.addBasePath(this.workspace.path);\n await dataToPersist.persistAllToFS();\n }\n\n const compilers: Compiler[] = (this.compilerInstance as MultiCompiler).compilers\n ? (this.compilerInstance as MultiCompiler).compilers\n : [this.compilerInstance];\n const canTranspileFile = compilers.find((c) => c.transpileFile);\n const canTranspileComponent = compilers.find((c) => c.transpileComponent);\n\n if (canTranspileFile) {\n await Promise.all(\n this.component.filesystem.files.map((file: AbstractVinyl) =>\n this.compileOneFile(file, options.initiator, distDirs)\n )\n );\n }\n\n if (canTranspileComponent) {\n await this.compileAllFiles(this.component, options.initiator, distDirs);\n }\n\n if (!canTranspileFile && !canTranspileComponent) {\n throw new Error(\n `compiler ${this.compilerId.toString()} doesn't implement either \"transpileFile\" or \"transpileComponent\" methods`\n );\n }\n this.throwOnCompileErrors(noThrow);\n\n // writing the dists with `component.setDists(dists); component.dists.writeDists` is tricky\n // as it uses other base-paths and doesn't respect the new node-modules base path.\n dataToPersist = new DataToPersist();\n dataToPersist.addManyFiles(this.dists);\n dataToPersist.addBasePath(this.workspace.path);\n await dataToPersist.persistAllToFS();\n const buildResults = this.dists.map((distFile) => distFile.path);\n if (this.component.state._consumer.compiler) loader.succeed();\n\n return { component: this.component.id.toString(), buildResults, errors: this.compileErrors };\n }\n\n private throwOnCompileErrors(noThrow = true) {\n if (this.compileErrors.length) {\n this.compileErrors.forEach((errorItem) => {\n this.logger.error(`compilation error at ${errorItem.path}`, errorItem.error);\n });\n const formatError = (errorItem) => `${errorItem.path}\\n${errorItem.error}`;\n const err = new Error(`compilation failed. see the following errors from the compiler\n${this.compileErrors.map(formatError).join('\\n')}`);\n\n this.pubsub.pub(CompilerAspect.id, new CompilerErrorEvent(err));\n\n if (!noThrow) {\n throw err;\n }\n\n this.logger.console(err.message);\n }\n }\n\n private async distDirs(): Promise<PathOsBasedRelative[]> {\n const packageName = componentIdToPackageName(this.component.state._consumer);\n const packageDir = path.join('node_modules', packageName);\n const distDirName = this.compilerInstance.getDistDir?.() || DEFAULT_DIST_DIRNAME;\n const injectedDirs = await this.getInjectedDirs(packageName);\n return [packageDir, ...injectedDirs].map((dist) => path.join(dist, distDirName));\n }\n\n private async getInjectedDirs(packageName: string): Promise<string[]> {\n const injectedDirs = await this.workspace.getInjectedDirs(this.component);\n if (injectedDirs.length > 0) return injectedDirs;\n\n const rootDirs = await readBitRootsDir(this.workspace.path);\n return rootDirs.map((rootDir) => path.relative(this.workspace.path, path.join(rootDir, packageName)));\n }\n\n private get componentDir(): PathOsBasedAbsolute {\n return this.workspace.componentDir(this.component.id);\n }\n\n private async compileOneFile(\n file: AbstractVinyl,\n initiator: CompilationInitiator,\n distDirs: PathOsBasedRelative[]\n ): Promise<void> {\n const options = { componentDir: this.componentDir, filePath: file.relative, initiator };\n const isFileSupported = this.compilerInstance.isFileSupported(file.path);\n let compileResults;\n if (isFileSupported) {\n try {\n compileResults = await this.compilerInstance.transpileFile?.(file.contents.toString(), options);\n } catch (error: any) {\n this.compileErrors.push({ path: file.path, error });\n return;\n }\n }\n for (const base of distDirs) {\n if (isFileSupported && compileResults) {\n this.dists.push(\n ...compileResults.map(\n (result) =>\n new Dist({\n base,\n path: path.join(base, result.outputPath),\n contents: Buffer.from(result.outputText),\n })\n )\n );\n } else if (this.compilerInstance.shouldCopyNonSupportedFiles) {\n // compiler doesn't support this file type. copy the file as is to the dist dir.\n this.dists.push(new Dist({ base, path: path.join(base, file.relative), contents: file.contents }));\n }\n }\n }\n\n private async compileAllFiles(\n component: Component,\n initiator: CompilationInitiator,\n distDirs: PathOsBasedRelative[]\n ): Promise<void> {\n const filesToCompile: AbstractVinyl[] = [];\n for (const base of distDirs) {\n component.filesystem.files.forEach((file: AbstractVinyl) => {\n const isFileSupported = this.compilerInstance.isFileSupported(file.path);\n if (isFileSupported) {\n filesToCompile.push(file);\n } else if (this.compilerInstance.shouldCopyNonSupportedFiles) {\n // compiler doesn't support this file type. copy the file as is to the dist dir.\n this.dists.push(\n new Dist({\n base,\n path: path.join(base, file.relative),\n contents: file.contents,\n })\n );\n }\n });\n }\n\n if (filesToCompile.length) {\n try {\n await this.compilerInstance.transpileComponent?.({\n component,\n componentDir: this.componentDir,\n outputDir: await this.workspace.getComponentPackagePath(component),\n initiator,\n });\n } catch (error: any) {\n this.compileErrors.push({ path: this.componentDir, error });\n }\n }\n }\n}\n\nexport class WorkspaceCompiler {\n constructor(\n private workspace: Workspace,\n private envs: EnvsMain,\n private pubsub: PubsubMain,\n private aspectLoader: AspectLoaderMain,\n private ui: UiMain,\n private logger: Logger,\n private dependencyResolver: DependencyResolverMain,\n private watcher: WatcherMain\n ) {\n if (this.workspace) {\n this.workspace.registerOnComponentChange(this.onComponentChange.bind(this));\n this.workspace.registerOnComponentAdd(this.onComponentAdd.bind(this));\n this.watcher.registerOnPreWatch(this.onPreWatch.bind(this));\n }\n this.ui.registerPreStart(this.onPreStart.bind(this));\n if (this.aspectLoader) {\n this.aspectLoader.registerOnAspectLoadErrorSlot(this.onAspectLoadFail.bind(this));\n }\n }\n\n async onPreStart(preStartOpts: PreStartOpts): Promise<void> {\n if (this.workspace) {\n if (preStartOpts.skipCompilation) {\n return;\n }\n await this.compileComponents([], {\n changed: true,\n verbose: false,\n deleteDistDir: false,\n initiator: CompilationInitiator.PreStart,\n });\n } else {\n await this.watcher.watchScopeInternalFiles();\n }\n }\n\n async onAspectLoadFail(err: Error & { code?: string }, id: ComponentID): Promise<boolean> {\n if (err.code && err.code === 'MODULE_NOT_FOUND' && this.workspace) {\n await this.compileComponents([id.toString()], { initiator: CompilationInitiator.AspectLoadFail }, true);\n return true;\n }\n return false;\n }\n\n async onComponentAdd(component: Component, files: string[], watchOpts: WatchOptions) {\n return this.onComponentChange(component, files, undefined, watchOpts);\n }\n\n async onComponentChange(\n component: Component,\n files: string[],\n removedFiles: string[] = [],\n watchOpts: WatchOptions\n ): Promise<SerializableResults | void> {\n if (!watchOpts.compile) return undefined;\n // when files are removed, we need to remove the dist directories and the old symlinks, otherwise, it has\n // symlinks to non-exist files and the dist has stale files\n const deleteDistDir = Boolean(removedFiles?.length);\n if (removedFiles?.length) {\n await removeLinksFromNodeModules(component, this.workspace, removedFiles);\n }\n const buildResults = await this.compileComponents(\n [component.id.toString()],\n { initiator: watchOpts.initiator || CompilationInitiator.ComponentChanged, deleteDistDir },\n true\n );\n return {\n results: buildResults,\n toString() {\n return formatCompileResults(buildResults, watchOpts.verbose);\n },\n };\n }\n\n async onPreWatch(componentIds: ComponentID[], watchOpts: WatchOptions) {\n if (watchOpts.preCompile) {\n const start = Date.now();\n this.logger.console(`compiling ${componentIds.length} components`);\n await this.compileComponents(\n componentIds.map((id) => id),\n { initiator: CompilationInitiator.PreWatch }\n );\n const end = Date.now() - start;\n this.logger.consoleSuccess(`compiled ${componentIds.length} components successfully (${end / 1000} sec)`);\n }\n }\n\n async compileComponents(\n componentsIds: string[] | ComponentID[] | ComponentID[], // when empty, it compiles new+modified (unless options.all is set),\n options: CompileOptions,\n noThrow?: boolean\n ): Promise<BuildResult[]> {\n if (!this.workspace) throw new OutsideWorkspaceError();\n const componentIds = await this.getIdsToCompile(componentsIds, options.changed);\n // In case the aspect failed to load, we want to compile it without try to re-load it again\n const getManyOpts =\n options.initiator === CompilationInitiator.AspectLoadFail ? { loadSeedersAsAspects: false } : undefined;\n const components = await this.workspace.getMany(componentIds, getManyOpts);\n const grouped = this.groupByIsEnv(components);\n const envsResults = grouped.envs ? await this.runCompileComponents(grouped.envs, options, noThrow) : [];\n const otherResults = grouped.other ? await this.runCompileComponents(grouped.other, options, noThrow) : [];\n const linkComponents = options.linkComponents ?? true;\n if (linkComponents) {\n await linkToNodeModulesByComponents(components, this.workspace);\n }\n return [...envsResults, ...otherResults];\n }\n\n private async runCompileComponents(\n components: Component[],\n options: CompileOptions,\n noThrow?: boolean\n ): Promise<BuildResult[]> {\n const componentsCompilers: ComponentCompiler[] = [];\n\n components.forEach((c) => {\n const environment = this.envs.getEnv(c).env;\n const compilerInstance = environment.getCompiler?.();\n\n if (compilerInstance) {\n const compilerName = compilerInstance.constructor.name || 'compiler';\n componentsCompilers.push(\n new ComponentCompiler(\n this.pubsub,\n this.workspace,\n c,\n compilerInstance,\n compilerName,\n this.logger,\n this.dependencyResolver\n )\n );\n } else {\n this.logger.warn(`unable to find a compiler instance for ${c.id.toString()}`);\n }\n });\n const resultOnWorkspace = await mapSeries(componentsCompilers, (componentCompiler) =>\n componentCompiler.compile(noThrow, options)\n );\n\n return resultOnWorkspace;\n }\n\n /**\n * This function get's a list of aspect ids and return them grouped by whether any of them is the env of other from the list\n * @param ids\n */\n groupByIsEnv(components: Component[]): { envs?: Component[]; other?: Component[] } {\n const envsIds = uniq(\n components\n .map((component) => this.envs.getEnvId(component))\n .filter((envId) => !this.aspectLoader.isCoreEnv(envId))\n );\n const grouped = groupBy(components, (component) => {\n if (envsIds.includes(component.id.toString())) return 'envs';\n return 'other';\n });\n return grouped as { envs: Component[]; other: Component[] };\n }\n\n private async getIdsToCompile(componentsIds: Array<string | ComponentID>, changed = false): Promise<ComponentID[]> {\n if (componentsIds.length) {\n const componentIds = await this.workspace.resolveMultipleComponentIds(componentsIds);\n return this.workspace.filterIds(componentIds);\n }\n if (changed) {\n return this.workspace.getNewAndModifiedIds();\n }\n return this.workspace.listIds();\n }\n}\n\nfunction formatCompileResults(buildResults: BuildResult[], verbose?: boolean) {\n if (!buildResults.length) return '';\n // this gets called when a file is changed, so the buildResults array always has only one item\n const buildResult = buildResults[0];\n const title = ` ${chalk.underline('STATUS\\tCOMPONENT ID')}`;\n const verboseComponentFilesArrayToString = () => {\n return buildResult.buildResults.map((filePath) => ` \\t - ${filePath}`).join('\\n');\n };\n\n return `${title}\n ${Logger.successSymbol()}SUCCESS\\t${buildResult.component}\\n\n ${verbose ? `${verboseComponentFilesArrayToString()}\\n` : ''}`;\n}\n"],"mappings":"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","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/compiler",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.296",
|
|
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.296"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -19,24 +19,24 @@
|
|
|
19
19
|
"@teambit/component-id": "1.2.0",
|
|
20
20
|
"@teambit/bit-roots": "0.0.133",
|
|
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.296",
|
|
23
|
+
"@teambit/cli": "0.0.873",
|
|
24
|
+
"@teambit/logger": "0.0.966",
|
|
25
|
+
"@teambit/pubsub": "1.0.296",
|
|
26
|
+
"@teambit/aspect-loader": "1.0.296",
|
|
27
|
+
"@teambit/builder": "1.0.296",
|
|
28
28
|
"@teambit/component-issues": "0.0.149",
|
|
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.296",
|
|
30
|
+
"@teambit/dependency-resolver": "1.0.296",
|
|
31
|
+
"@teambit/generator": "1.0.297",
|
|
32
|
+
"@teambit/issues": "1.0.296",
|
|
33
|
+
"@teambit/ui": "1.0.296",
|
|
34
|
+
"@teambit/watcher": "1.0.296",
|
|
35
|
+
"@teambit/workspace": "1.0.296",
|
|
36
|
+
"@teambit/isolator": "1.0.296",
|
|
37
37
|
"@teambit/toolbox.fs.hard-link-directory": "0.0.21",
|
|
38
|
-
"@teambit/multi-compiler": "1.0.
|
|
39
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
38
|
+
"@teambit/multi-compiler": "1.0.296",
|
|
39
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.174"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/fs-extra": "9.0.7",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@types/mocha": "9.1.0",
|
|
45
45
|
"chai": "4.3.0",
|
|
46
46
|
"@teambit/compilation.content.compiler-overview": "1.95.0",
|
|
47
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
47
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.38"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"react": "^17.0.0 || ^18.0.0",
|