@teambit/dev-files 1.0.502 → 1.0.504
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<testsuites tests="3" failures="0" errors="0" skipped="0">
|
3
|
-
<testsuite name="teambit.component/dev-files@1.0.
|
4
|
-
<testcase classname="dist/dev-files.spec.js" name="get all dev files of the docs aspect" time="0.
|
3
|
+
<testsuite name="teambit.component/dev-files@1.0.504" tests="3" failures="0" errors="0" skipped="0">
|
4
|
+
<testcase classname="dist/dev-files.spec.js" name="get all dev files of the docs aspect" time="0.001"/>
|
5
5
|
<testcase classname="dist/dev-files.spec.js" name="should get undefined as there are no files for aspect id"/>
|
6
|
-
<testcase classname="dist/dev-files.spec.js" name="should list all dev files" time="0.
|
6
|
+
<testcase classname="dist/dev-files.spec.js" name="should list all dev files" time="0.001"/>
|
7
7
|
</testsuite>
|
8
8
|
</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.component/dev-files-preview"]=n():e["teambit.component/dev-files-preview"]=n()}(self,(()=>(()=>{"use strict";var e={4911:(e,n,t)=>{var o={id:"teambit.component/content/dev-files@1.95.9",homepage:"https://bit.dev/teambit/component/content/dev-files",exported:!0};Object.defineProperty(n,"__esModule",{value:!0}),n.default=u,s(t(1594));var r=t(5016),a=t(5682),i=["components"];function s(e){return e&&e.__esModule?e:{default:e}}function d(){return d=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},d.apply(this,arguments)}function p(e,n){if(null==e)return{};var t,o,r=l(e,n);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)t=a[o],n.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(r[t]=e[t])}return r}function l(e,n){if(null==e)return{};var t,o,r={},a=Object.keys(e);for(o=0;o<a.length;o++)t=a[o],n.indexOf(t)>=0||(r[t]=e[t]);return r}s.__bit_component=o,d.__bit_component=o,p.__bit_component=o,l.__bit_component=o;var c={},m="wrapper";function u(e){var n=e.components,t=p(e,i);return(0,r.mdx)(m,d({},c,t,{components:n,mdxType:"MDXLayout"}),(0,r.mdx)(a.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"},(0,r.mdx)("h1",null,"Dev Files"),(0,r.mdx)("p",null,"Dev files are component files used for development and not for production. Dev files are determined as such by the Dev Files Aspect."),(0,r.mdx)("p",null,"Categorizing files as dev files is especially useful in dependency resolution, as dependencies can be inferred to be of type ",(0,r.mdx)("inlineCode",{parentName:"p"},"devDependencies")," by looking at the type of files that use them (if 'package-a' is only used by the component's dev files, then it is a dev dependency of that component)."),(0,r.mdx)("p",null,"For example, the ",(0,r.mdx)("inlineCode",{parentName:"p"},"ui/card")," component has the following file structure:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"└── card\n ├── card.composition.tsx\n ├── card.docs.mdx\n ├── card.spec.tsx\n ├── card.tsx\n └── index.ts\n")),(0,r.mdx)("p",null,"To examine it:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"$ bit show ui/card\n\n┌───────────────────┬──────────────────────────────────────────────────────────┐\n│ id │ company.scope/ui/card │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ ... │ │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ files │ card.composition.tsx │\n│ │ card.docs.mdx │\n│ │ card.spec.tsx │\n│ │ card.stories.tsx │\n│ │ card.tsx │\n│ │ index.ts │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ dev files │ card.spec.tsx (teambit.defender/tester) │\n│ │ card.composition.tsx (teambit.compositions/compositions) │\n│ │ card.docs.mdx (teambit.docs/docs) │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ extensions │ ... │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ dependencies │ ... │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ dev dependencies │ @company/scope.envs.my-react@0.0.1----- (component) │\n│ │ @types/testing-library__jest-dom@5.9.5- (package) │\n│ │ @babel/runtime@7.12.18----------------- (package) │\n│ │ @types/jest@^26.0.0-------------------- (package) │\n│ │ @types/react-dom@^17.0.5--------------- (package) │\n│ │ @types/react@^17.0.8------------------- (package) │\n│ │ @types/node@12.20.4-------------------- (package) │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ peer dependencies │ ... │\n└───────────────────┴──────────────────────────────────────────────────────────┘\n")),(0,r.mdx)("p",null,"The component's compositions, documentation and test files are categorized as 'dev files'.\nTo the side of each listed dev file, you'll find the Aspect that registered it as such (via the Dev Files Aspect)."),(0,r.mdx)("p",null,"If, for example, ",(0,r.mdx)("inlineCode",{parentName:"p"},"@testing-library/react")," will be used by the test file, ",(0,r.mdx)("inlineCode",{parentName:"p"},"card.spec.tsx")," (and no other production file), it will be inferred as a dev dependency of that component."),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre",className:"language-tsx"},"// card.spec.tsx\n\nimport React from 'react';\nimport { render } from '@testing-library/react';\nimport { BasicCard } from './card.composition';\n\nit('should render a Heading', () => {\n const { getByText } = render(<BasicCard />);\n const rendered = getByText('Self Host');\n expect(rendered).toBeTruthy();\n});\n")),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre",className:"language-bash"},"$ bit show ui/card\n\n┌───────────────────┬──────────────────────────────────────────────────────────┐\n│ dev dependencies │ @company/scope.envs.my-react@0.0.1----- (component) │\n│ │ @types/testing-library__jest-dom@5.9.5- (package) │\n│ │ @babel/runtime@7.12.18----------------- (package) │\n│ │ @types/jest@^26.0.0-------------------- (package) │\n│ │ @types/react-dom@^17.0.5--------------- (package) │\n│ │ @types/react@^17.0.8------------------- (package) │\n│ │ @types/node@12.20.4-------------------- (package) │\n│ │ @testing-library/react@12.0.0---------- (package) │\n└───────────────────┴──────────────────────────────────────────────────────────┘\n")),(0,r.mdx)("h2",null,"Configuring Dev Files"),(0,r.mdx)("p",null,"Dev files are configured by setting glob patterns that match the files' names."),(0,r.mdx)("h3",null,"Setting Glob Patterns via ",(0,r.mdx)("inlineCode",{parentName:"h3"},"workspace.jsonc")),(0,r.mdx)("p",null,"Use the ",(0,r.mdx)("inlineCode",{parentName:"p"},"devFilePatterns")," property in ",(0,r.mdx)("inlineCode",{parentName:"p"},"teambit.component/dev-files")," to manually set a glob pattern for dev files."),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre",className:"language-json"},'{\n "teambit.workspace/variants": {\n "{ui/**}": {\n "teambit.component/dev-files": {\n "devFilePatterns": ["**/*.story.+(js|ts|jsx|tsx)"]\n }\n }\n }\n}\n')),(0,r.mdx)("h3",null,"Setting Glob Patterns via the Dev Files API"),(0,r.mdx)("p",null,"Update your extension or create an new one to register glob patterns for dev files, using the Dev Files ",(0,r.mdx)("inlineCode",{parentName:"p"},"registerDevPattern")," API."),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"bit create aspect extensions/my-dev-files\n")),(0,r.mdx)("h4",null,"registerDevPattern"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre",className:"language-ts"},"registerDevPattern: (pattern: string[]) : void\n")),(0,r.mdx)("p",null,"Use the ",(0,r.mdx)("inlineCode",{parentName:"p"},"registerDevPattern")," API to register an array of glob patterns."),(0,r.mdx)("p",null,"For example:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre",className:"language-ts"},"import { MainRuntime } from '@teambit/cli';\nimport { DevFilesAspect, DevFilesMain } from '@teambit/dev-files';\nimport { MyDevFilesAspect } from './my-dev-files.aspect';\n\nexport class MyDevFilesMain {\n constructor(private devFiles: DevFilesMain) {}\n\n static slots = [];\n\n static dependencies = [DevFilesAspect];\n\n static runtime = MainRuntime;\n\n static async provider([devFiles]: [DevFilesMain]) {\n devFiles.registerDevPattern(['**/*.my-dev.*']);\n\n return new MyDevFilesMain(devFiles);\n }\n}\n\nMyDevFilesAspect.addRuntime(MyDevFilesMain);\n")),(0,r.mdx)("p",null,"Configure the workspace config with that aspect to apply it on all components in the workspace:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre",className:"language-json"},'// workspace.jsonc\n{\n "company.scope/extensions/my-dev-files": {}\n}\n'))))}u.__bit_component=o,u.isMDXComponent=!0},4543:function(e,n,t){var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0}),n.default=n.DevFiles=void 0;var r=t(4911);Object.defineProperty(n,"DevFiles",{enumerable:!0,get:function(){return o(r).default}}),Object.defineProperty(n,"default",{enumerable:!0,get:function(){return o(r).default}})},3596:(e,n,t)=>{var o={id:"teambit.component/dev-files@1.0.502",homepage:"https://bit.cloud/teambit/component/dev-files",exported:!0};function r(){const e=a(t(1594));return r=function(){return e},e}function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(n,"__esModule",{value:!0}),n.Logo=void 0,r.__bit_component=o,a.__bit_component=o;const i=()=>r().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},r().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/dev-files.svg"}));i.__bit_component=o,n.Logo=i},5016:e=>{e.exports=MdxJsReact},1594:e=>{e.exports=React},5682:e=>{e.exports=TeambitMdxUiMdxScopeContext}},n={};function t(o){var r=n[o];if(void 0!==r)return r.exports;var a=n[o]={exports:{}};return e[o].call(a.exports,a,a.exports,t),a.exports}t.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},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:()=>v,compositions_metadata:()=>y,overview:()=>x});var r={};t.r(r),t.d(r,{default:()=>f});var a=t(3596),i=(t(1594),t(5016)),s=t(5682),d=t(4543),p=t.n(d),l=["components"];function c(){return c=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},c.apply(null,arguments)}var m={},u="wrapper";function f(e){var n=e.components,t=function(e,n){if(null==e)return{};var t,o,r=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 a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)t=a[o],n.includes(t)||{}.propertyIsEnumerable.call(e,t)&&(r[t]=e[t])}return r}(e,l);return(0,i.mdx)(u,c({},m,t,{components:n,mdxType:"MDXLayout"}),(0,i.mdx)(s.MDXScopeProvider,{components:{DevFiles:p()},mdxType:"MDXScopeProvider"},(0,i.mdx)(p(),{mdxType:"DevFiles"})))}f.isMDXComponent=!0;const v=[a],x=[r],y={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.component/dev-files-preview"]=n():e["teambit.component/dev-files-preview"]=n()}(self,(()=>(()=>{"use strict";var e={29583:(e,n,t)=>{var o={id:"teambit.component/content/dev-files@1.95.9",homepage:"https://bit.dev/teambit/component/content/dev-files",exported:!0};Object.defineProperty(n,"__esModule",{value:!0}),n.default=u,s(t(41594));var r=t(5016),a=t(65682),i=["components"];function s(e){return e&&e.__esModule?e:{default:e}}function d(){return d=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},d.apply(this,arguments)}function p(e,n){if(null==e)return{};var t,o,r=l(e,n);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)t=a[o],n.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(r[t]=e[t])}return r}function l(e,n){if(null==e)return{};var t,o,r={},a=Object.keys(e);for(o=0;o<a.length;o++)t=a[o],n.indexOf(t)>=0||(r[t]=e[t]);return r}s.__bit_component=o,d.__bit_component=o,p.__bit_component=o,l.__bit_component=o;var c={},m="wrapper";function u(e){var n=e.components,t=p(e,i);return(0,r.mdx)(m,d({},c,t,{components:n,mdxType:"MDXLayout"}),(0,r.mdx)(a.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"},(0,r.mdx)("h1",null,"Dev Files"),(0,r.mdx)("p",null,"Dev files are component files used for development and not for production. Dev files are determined as such by the Dev Files Aspect."),(0,r.mdx)("p",null,"Categorizing files as dev files is especially useful in dependency resolution, as dependencies can be inferred to be of type ",(0,r.mdx)("inlineCode",{parentName:"p"},"devDependencies")," by looking at the type of files that use them (if 'package-a' is only used by the component's dev files, then it is a dev dependency of that component)."),(0,r.mdx)("p",null,"For example, the ",(0,r.mdx)("inlineCode",{parentName:"p"},"ui/card")," component has the following file structure:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"└── card\n ├── card.composition.tsx\n ├── card.docs.mdx\n ├── card.spec.tsx\n ├── card.tsx\n └── index.ts\n")),(0,r.mdx)("p",null,"To examine it:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"$ bit show ui/card\n\n┌───────────────────┬──────────────────────────────────────────────────────────┐\n│ id │ company.scope/ui/card │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ ... │ │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ files │ card.composition.tsx │\n│ │ card.docs.mdx │\n│ │ card.spec.tsx │\n│ │ card.stories.tsx │\n│ │ card.tsx │\n│ │ index.ts │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ dev files │ card.spec.tsx (teambit.defender/tester) │\n│ │ card.composition.tsx (teambit.compositions/compositions) │\n│ │ card.docs.mdx (teambit.docs/docs) │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ extensions │ ... │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ dependencies │ ... │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ dev dependencies │ @company/scope.envs.my-react@0.0.1----- (component) │\n│ │ @types/testing-library__jest-dom@5.9.5- (package) │\n│ │ @babel/runtime@7.12.18----------------- (package) │\n│ │ @types/jest@^26.0.0-------------------- (package) │\n│ │ @types/react-dom@^17.0.5--------------- (package) │\n│ │ @types/react@^17.0.8------------------- (package) │\n│ │ @types/node@12.20.4-------------------- (package) │\n├───────────────────┼──────────────────────────────────────────────────────────┤\n│ peer dependencies │ ... │\n└───────────────────┴──────────────────────────────────────────────────────────┘\n")),(0,r.mdx)("p",null,"The component's compositions, documentation and test files are categorized as 'dev files'.\nTo the side of each listed dev file, you'll find the Aspect that registered it as such (via the Dev Files Aspect)."),(0,r.mdx)("p",null,"If, for example, ",(0,r.mdx)("inlineCode",{parentName:"p"},"@testing-library/react")," will be used by the test file, ",(0,r.mdx)("inlineCode",{parentName:"p"},"card.spec.tsx")," (and no other production file), it will be inferred as a dev dependency of that component."),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre",className:"language-tsx"},"// card.spec.tsx\n\nimport React from 'react';\nimport { render } from '@testing-library/react';\nimport { BasicCard } from './card.composition';\n\nit('should render a Heading', () => {\n const { getByText } = render(<BasicCard />);\n const rendered = getByText('Self Host');\n expect(rendered).toBeTruthy();\n});\n")),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre",className:"language-bash"},"$ bit show ui/card\n\n┌───────────────────┬──────────────────────────────────────────────────────────┐\n│ dev dependencies │ @company/scope.envs.my-react@0.0.1----- (component) │\n│ │ @types/testing-library__jest-dom@5.9.5- (package) │\n│ │ @babel/runtime@7.12.18----------------- (package) │\n│ │ @types/jest@^26.0.0-------------------- (package) │\n│ │ @types/react-dom@^17.0.5--------------- (package) │\n│ │ @types/react@^17.0.8------------------- (package) │\n│ │ @types/node@12.20.4-------------------- (package) │\n│ │ @testing-library/react@12.0.0---------- (package) │\n└───────────────────┴──────────────────────────────────────────────────────────┘\n")),(0,r.mdx)("h2",null,"Configuring Dev Files"),(0,r.mdx)("p",null,"Dev files are configured by setting glob patterns that match the files' names."),(0,r.mdx)("h3",null,"Setting Glob Patterns via ",(0,r.mdx)("inlineCode",{parentName:"h3"},"workspace.jsonc")),(0,r.mdx)("p",null,"Use the ",(0,r.mdx)("inlineCode",{parentName:"p"},"devFilePatterns")," property in ",(0,r.mdx)("inlineCode",{parentName:"p"},"teambit.component/dev-files")," to manually set a glob pattern for dev files."),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre",className:"language-json"},'{\n "teambit.workspace/variants": {\n "{ui/**}": {\n "teambit.component/dev-files": {\n "devFilePatterns": ["**/*.story.+(js|ts|jsx|tsx)"]\n }\n }\n }\n}\n')),(0,r.mdx)("h3",null,"Setting Glob Patterns via the Dev Files API"),(0,r.mdx)("p",null,"Update your extension or create an new one to register glob patterns for dev files, using the Dev Files ",(0,r.mdx)("inlineCode",{parentName:"p"},"registerDevPattern")," API."),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"bit create aspect extensions/my-dev-files\n")),(0,r.mdx)("h4",null,"registerDevPattern"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre",className:"language-ts"},"registerDevPattern: (pattern: string[]) : void\n")),(0,r.mdx)("p",null,"Use the ",(0,r.mdx)("inlineCode",{parentName:"p"},"registerDevPattern")," API to register an array of glob patterns."),(0,r.mdx)("p",null,"For example:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre",className:"language-ts"},"import { MainRuntime } from '@teambit/cli';\nimport { DevFilesAspect, DevFilesMain } from '@teambit/dev-files';\nimport { MyDevFilesAspect } from './my-dev-files.aspect';\n\nexport class MyDevFilesMain {\n constructor(private devFiles: DevFilesMain) {}\n\n static slots = [];\n\n static dependencies = [DevFilesAspect];\n\n static runtime = MainRuntime;\n\n static async provider([devFiles]: [DevFilesMain]) {\n devFiles.registerDevPattern(['**/*.my-dev.*']);\n\n return new MyDevFilesMain(devFiles);\n }\n}\n\nMyDevFilesAspect.addRuntime(MyDevFilesMain);\n")),(0,r.mdx)("p",null,"Configure the workspace config with that aspect to apply it on all components in the workspace:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre",className:"language-json"},'// workspace.jsonc\n{\n "company.scope/extensions/my-dev-files": {}\n}\n'))))}u.__bit_component=o,u.isMDXComponent=!0},80847:function(e,n,t){var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0}),n.default=n.DevFiles=void 0;var r=t(29583);Object.defineProperty(n,"DevFiles",{enumerable:!0,get:function(){return o(r).default}}),Object.defineProperty(n,"default",{enumerable:!0,get:function(){return o(r).default}})},7722:(e,n,t)=>{var o={id:"teambit.component/dev-files@1.0.504",homepage:"https://bit.cloud/teambit/component/dev-files",exported:!0};function r(){const e=a(t(41594));return r=function(){return e},e}function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(n,"__esModule",{value:!0}),n.Logo=void 0,r.__bit_component=o,a.__bit_component=o;const i=()=>r().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},r().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/dev-files.svg"}));i.__bit_component=o,n.Logo=i},5016:e=>{e.exports=MdxJsReact},41594:e=>{e.exports=React},65682:e=>{e.exports=TeambitMdxUiMdxScopeContext}},n={};function t(o){var r=n[o];if(void 0!==r)return r.exports;var a=n[o]={exports:{}};return e[o].call(a.exports,a,a.exports,t),a.exports}t.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},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:()=>v,compositions_metadata:()=>y,overview:()=>x});var r={};t.r(r),t.d(r,{default:()=>f});var a=t(7722),i=(t(41594),t(5016)),s=t(65682),d=t(80847),p=t.n(d),l=["components"];function c(){return c=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},c.apply(null,arguments)}var m={},u="wrapper";function f(e){var n=e.components,t=function(e,n){if(null==e)return{};var t,o,r=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 a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)t=a[o],n.includes(t)||{}.propertyIsEnumerable.call(e,t)&&(r[t]=e[t])}return r}(e,l);return(0,i.mdx)(u,c({},m,t,{components:n,mdxType:"MDXLayout"}),(0,i.mdx)(s.MDXScopeProvider,{components:{DevFiles:p()},mdxType:"MDXScopeProvider"},(0,i.mdx)(p(),{mdxType:"DevFiles"})))}f.isMDXComponent=!0;const v=[a],x=[r],y={compositions:[{displayName:"Logo",identifier:"Logo"}]};return o})()));
|
package/artifacts/schema.json
CHANGED
@@ -93,11 +93,7 @@
|
|
93
93
|
"line": 57,
|
94
94
|
"character": 19
|
95
95
|
},
|
96
|
-
"name": "EnvsMain"
|
97
|
-
"componentId": {
|
98
|
-
"scope": "teambit.envs",
|
99
|
-
"name": "envs"
|
100
|
-
}
|
96
|
+
"name": "EnvsMain"
|
101
97
|
},
|
102
98
|
"isOptional": false,
|
103
99
|
"isSpread": false
|
@@ -117,11 +113,7 @@
|
|
117
113
|
"line": 59,
|
118
114
|
"character": 24
|
119
115
|
},
|
120
|
-
"name": "Workspace"
|
121
|
-
"componentId": {
|
122
|
-
"scope": "teambit.workspace",
|
123
|
-
"name": "workspace"
|
124
|
-
}
|
116
|
+
"name": "Workspace"
|
125
117
|
},
|
126
118
|
"isOptional": false,
|
127
119
|
"isSpread": false
|
@@ -141,8 +133,7 @@
|
|
141
133
|
"line": 61,
|
142
134
|
"character": 29
|
143
135
|
},
|
144
|
-
"name": "DevPatternSlot"
|
145
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
136
|
+
"name": "DevPatternSlot"
|
146
137
|
},
|
147
138
|
"isOptional": false,
|
148
139
|
"isSpread": false
|
@@ -162,8 +153,7 @@
|
|
162
153
|
"line": 66,
|
163
154
|
"character": 22
|
164
155
|
},
|
165
|
-
"name": "DevFilesConfig"
|
166
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
156
|
+
"name": "DevFilesConfig"
|
167
157
|
},
|
168
158
|
"isOptional": false,
|
169
159
|
"isSpread": false
|
@@ -216,11 +206,7 @@
|
|
216
206
|
"line": 74,
|
217
207
|
"character": 39
|
218
208
|
},
|
219
|
-
"name": "Component"
|
220
|
-
"componentId": {
|
221
|
-
"scope": "teambit.component",
|
222
|
-
"name": "component"
|
223
|
-
}
|
209
|
+
"name": "Component"
|
224
210
|
},
|
225
211
|
"isOptional": false,
|
226
212
|
"isSpread": false
|
@@ -292,11 +278,7 @@
|
|
292
278
|
"line": 146,
|
293
279
|
"character": 36
|
294
280
|
},
|
295
|
-
"name": "EnvJsonc"
|
296
|
-
"componentId": {
|
297
|
-
"scope": "teambit.envs",
|
298
|
-
"name": "envs"
|
299
|
-
}
|
281
|
+
"name": "EnvJsonc"
|
300
282
|
},
|
301
283
|
"isOptional": false,
|
302
284
|
"isSpread": false
|
@@ -316,11 +298,7 @@
|
|
316
298
|
"line": 146,
|
317
299
|
"character": 53
|
318
300
|
},
|
319
|
-
"name": "EnvJsonc"
|
320
|
-
"componentId": {
|
321
|
-
"scope": "teambit.envs",
|
322
|
-
"name": "envs"
|
323
|
-
}
|
301
|
+
"name": "EnvJsonc"
|
324
302
|
},
|
325
303
|
"isOptional": false,
|
326
304
|
"isSpread": false
|
@@ -342,11 +320,7 @@
|
|
342
320
|
"line": 146,
|
343
321
|
"character": 72
|
344
322
|
},
|
345
|
-
"name": "EnvJsonc"
|
346
|
-
"componentId": {
|
347
|
-
"scope": "teambit.envs",
|
348
|
-
"name": "envs"
|
349
|
-
}
|
323
|
+
"name": "EnvJsonc"
|
350
324
|
}
|
351
325
|
]
|
352
326
|
},
|
@@ -388,11 +362,7 @@
|
|
388
362
|
"line": 177,
|
389
363
|
"character": 29
|
390
364
|
},
|
391
|
-
"name": "Component"
|
392
|
-
"componentId": {
|
393
|
-
"scope": "teambit.component",
|
394
|
-
"name": "component"
|
395
|
-
}
|
365
|
+
"name": "Component"
|
396
366
|
},
|
397
367
|
"isOptional": false,
|
398
368
|
"isSpread": false
|
@@ -473,11 +443,7 @@
|
|
473
443
|
"line": 186,
|
474
444
|
"character": 24
|
475
445
|
},
|
476
|
-
"name": "Component"
|
477
|
-
"componentId": {
|
478
|
-
"scope": "teambit.component",
|
479
|
-
"name": "component"
|
480
|
-
}
|
446
|
+
"name": "Component"
|
481
447
|
},
|
482
448
|
"isOptional": false,
|
483
449
|
"isSpread": false
|
@@ -562,8 +528,7 @@
|
|
562
528
|
"line": 195,
|
563
529
|
"character": 31
|
564
530
|
},
|
565
|
-
"name": "DevPatterns"
|
566
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
531
|
+
"name": "DevPatterns"
|
567
532
|
},
|
568
533
|
"isOptional": false,
|
569
534
|
"isSpread": false
|
@@ -616,11 +581,7 @@
|
|
616
581
|
"line": 203,
|
617
582
|
"character": 26
|
618
583
|
},
|
619
|
-
"name": "Component"
|
620
|
-
"componentId": {
|
621
|
-
"scope": "teambit.component",
|
622
|
-
"name": "component"
|
623
|
-
}
|
584
|
+
"name": "Component"
|
624
585
|
},
|
625
586
|
"isOptional": false,
|
626
587
|
"isSpread": false
|
@@ -765,11 +726,7 @@
|
|
765
726
|
"line": 227,
|
766
727
|
"character": 36
|
767
728
|
},
|
768
|
-
"name": "Component"
|
769
|
-
"componentId": {
|
770
|
-
"scope": "teambit.component",
|
771
|
-
"name": "component"
|
772
|
-
}
|
729
|
+
"name": "Component"
|
773
730
|
},
|
774
731
|
"isOptional": false,
|
775
732
|
"isSpread": false
|
@@ -819,8 +776,7 @@
|
|
819
776
|
"line": 227,
|
820
777
|
"character": 93
|
821
778
|
},
|
822
|
-
"name": "DevFiles"
|
823
|
-
"internalFilePath": "dev-files.ts"
|
779
|
+
"name": "DevFiles"
|
824
780
|
}
|
825
781
|
]
|
826
782
|
},
|
@@ -945,11 +901,7 @@
|
|
945
901
|
"line": 250,
|
946
902
|
"character": 58
|
947
903
|
},
|
948
|
-
"name": "EnvsMain"
|
949
|
-
"componentId": {
|
950
|
-
"scope": "teambit.envs",
|
951
|
-
"name": "envs"
|
952
|
-
}
|
904
|
+
"name": "EnvsMain"
|
953
905
|
},
|
954
906
|
{
|
955
907
|
"__schema": "TypeRefSchema",
|
@@ -958,11 +910,7 @@
|
|
958
910
|
"line": 250,
|
959
911
|
"character": 68
|
960
912
|
},
|
961
|
-
"name": "Workspace"
|
962
|
-
"componentId": {
|
963
|
-
"scope": "teambit.workspace",
|
964
|
-
"name": "workspace"
|
965
|
-
}
|
913
|
+
"name": "Workspace"
|
966
914
|
},
|
967
915
|
{
|
968
916
|
"__schema": "TypeRefSchema",
|
@@ -971,11 +919,7 @@
|
|
971
919
|
"line": 250,
|
972
920
|
"character": 79
|
973
921
|
},
|
974
|
-
"name": "ComponentMain"
|
975
|
-
"componentId": {
|
976
|
-
"scope": "teambit.component",
|
977
|
-
"name": "component"
|
978
|
-
}
|
922
|
+
"name": "ComponentMain"
|
979
923
|
},
|
980
924
|
{
|
981
925
|
"__schema": "TypeRefSchema",
|
@@ -984,11 +928,7 @@
|
|
984
928
|
"line": 250,
|
985
929
|
"character": 94
|
986
930
|
},
|
987
|
-
"name": "GraphqlMain"
|
988
|
-
"componentId": {
|
989
|
-
"scope": "teambit.harmony",
|
990
|
-
"name": "graphql"
|
991
|
-
}
|
931
|
+
"name": "GraphqlMain"
|
992
932
|
},
|
993
933
|
{
|
994
934
|
"__schema": "TypeRefSchema",
|
@@ -997,11 +937,7 @@
|
|
997
937
|
"line": 250,
|
998
938
|
"character": 107
|
999
939
|
},
|
1000
|
-
"name": "ScopeMain"
|
1001
|
-
"componentId": {
|
1002
|
-
"scope": "teambit.scope",
|
1003
|
-
"name": "scope"
|
1004
|
-
}
|
940
|
+
"name": "ScopeMain"
|
1005
941
|
}
|
1006
942
|
]
|
1007
943
|
},
|
@@ -1023,8 +959,7 @@
|
|
1023
959
|
"line": 251,
|
1024
960
|
"character": 13
|
1025
961
|
},
|
1026
|
-
"name": "DevFilesConfig"
|
1027
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
962
|
+
"name": "DevFilesConfig"
|
1028
963
|
},
|
1029
964
|
"isOptional": false,
|
1030
965
|
"isSpread": false
|
@@ -1052,8 +987,7 @@
|
|
1052
987
|
"line": 252,
|
1053
988
|
"character": 24
|
1054
989
|
},
|
1055
|
-
"name": "DevPatternSlot"
|
1056
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
990
|
+
"name": "DevPatternSlot"
|
1057
991
|
}
|
1058
992
|
]
|
1059
993
|
},
|
@@ -1359,7 +1293,7 @@
|
|
1359
1293
|
"line": 37,
|
1360
1294
|
"character": 28
|
1361
1295
|
},
|
1362
|
-
"signature": "(component:
|
1296
|
+
"signature": "(component: Component): DevPattern",
|
1363
1297
|
"name": "",
|
1364
1298
|
"params": [
|
1365
1299
|
{
|
@@ -1377,11 +1311,7 @@
|
|
1377
1311
|
"line": 37,
|
1378
1312
|
"character": 40
|
1379
1313
|
},
|
1380
|
-
"name": "Component"
|
1381
|
-
"componentId": {
|
1382
|
-
"scope": "teambit.component",
|
1383
|
-
"name": "component"
|
1384
|
-
}
|
1314
|
+
"name": "Component"
|
1385
1315
|
},
|
1386
1316
|
"isOptional": false,
|
1387
1317
|
"isSpread": false
|
@@ -1394,8 +1324,7 @@
|
|
1394
1324
|
"line": 37,
|
1395
1325
|
"character": 54
|
1396
1326
|
},
|
1397
|
-
"name": "DevPattern"
|
1398
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
1327
|
+
"name": "DevPattern"
|
1399
1328
|
},
|
1400
1329
|
"modifiers": []
|
1401
1330
|
}
|
@@ -1407,8 +1336,7 @@
|
|
1407
1336
|
"line": 37,
|
1408
1337
|
"character": 68
|
1409
1338
|
},
|
1410
|
-
"name": "DevPattern"
|
1411
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
1339
|
+
"name": "DevPattern"
|
1412
1340
|
}
|
1413
1341
|
]
|
1414
1342
|
}
|
@@ -1609,11 +1537,6 @@
|
|
1609
1537
|
"character": 30
|
1610
1538
|
},
|
1611
1539
|
"name": "SlotRegistry",
|
1612
|
-
"componentId": {
|
1613
|
-
"scope": "teambit.harmony",
|
1614
|
-
"name": "harmony",
|
1615
|
-
"version": "0.4.6"
|
1616
|
-
},
|
1617
1540
|
"typeArgs": [
|
1618
1541
|
{
|
1619
1542
|
"__schema": "TypeRefSchema",
|
@@ -1622,8 +1545,7 @@
|
|
1622
1545
|
"line": 49,
|
1623
1546
|
"character": 43
|
1624
1547
|
},
|
1625
|
-
"name": "DevPatterns"
|
1626
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
1548
|
+
"name": "DevPatterns"
|
1627
1549
|
}
|
1628
1550
|
]
|
1629
1551
|
}
|
@@ -1711,11 +1633,7 @@
|
|
1711
1633
|
"line": 57,
|
1712
1634
|
"character": 19
|
1713
1635
|
},
|
1714
|
-
"name": "EnvsMain"
|
1715
|
-
"componentId": {
|
1716
|
-
"scope": "teambit.envs",
|
1717
|
-
"name": "envs"
|
1718
|
-
}
|
1636
|
+
"name": "EnvsMain"
|
1719
1637
|
},
|
1720
1638
|
"isOptional": false,
|
1721
1639
|
"isSpread": false
|
@@ -1735,11 +1653,7 @@
|
|
1735
1653
|
"line": 59,
|
1736
1654
|
"character": 24
|
1737
1655
|
},
|
1738
|
-
"name": "Workspace"
|
1739
|
-
"componentId": {
|
1740
|
-
"scope": "teambit.workspace",
|
1741
|
-
"name": "workspace"
|
1742
|
-
}
|
1656
|
+
"name": "Workspace"
|
1743
1657
|
},
|
1744
1658
|
"isOptional": false,
|
1745
1659
|
"isSpread": false
|
@@ -1759,8 +1673,7 @@
|
|
1759
1673
|
"line": 61,
|
1760
1674
|
"character": 29
|
1761
1675
|
},
|
1762
|
-
"name": "DevPatternSlot"
|
1763
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
1676
|
+
"name": "DevPatternSlot"
|
1764
1677
|
},
|
1765
1678
|
"isOptional": false,
|
1766
1679
|
"isSpread": false
|
@@ -1780,8 +1693,7 @@
|
|
1780
1693
|
"line": 66,
|
1781
1694
|
"character": 22
|
1782
1695
|
},
|
1783
|
-
"name": "DevFilesConfig"
|
1784
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
1696
|
+
"name": "DevFilesConfig"
|
1785
1697
|
},
|
1786
1698
|
"isOptional": false,
|
1787
1699
|
"isSpread": false
|
@@ -1834,11 +1746,7 @@
|
|
1834
1746
|
"line": 74,
|
1835
1747
|
"character": 39
|
1836
1748
|
},
|
1837
|
-
"name": "Component"
|
1838
|
-
"componentId": {
|
1839
|
-
"scope": "teambit.component",
|
1840
|
-
"name": "component"
|
1841
|
-
}
|
1749
|
+
"name": "Component"
|
1842
1750
|
},
|
1843
1751
|
"isOptional": false,
|
1844
1752
|
"isSpread": false
|
@@ -1910,11 +1818,7 @@
|
|
1910
1818
|
"line": 146,
|
1911
1819
|
"character": 36
|
1912
1820
|
},
|
1913
|
-
"name": "EnvJsonc"
|
1914
|
-
"componentId": {
|
1915
|
-
"scope": "teambit.envs",
|
1916
|
-
"name": "envs"
|
1917
|
-
}
|
1821
|
+
"name": "EnvJsonc"
|
1918
1822
|
},
|
1919
1823
|
"isOptional": false,
|
1920
1824
|
"isSpread": false
|
@@ -1934,11 +1838,7 @@
|
|
1934
1838
|
"line": 146,
|
1935
1839
|
"character": 53
|
1936
1840
|
},
|
1937
|
-
"name": "EnvJsonc"
|
1938
|
-
"componentId": {
|
1939
|
-
"scope": "teambit.envs",
|
1940
|
-
"name": "envs"
|
1941
|
-
}
|
1841
|
+
"name": "EnvJsonc"
|
1942
1842
|
},
|
1943
1843
|
"isOptional": false,
|
1944
1844
|
"isSpread": false
|
@@ -1960,11 +1860,7 @@
|
|
1960
1860
|
"line": 146,
|
1961
1861
|
"character": 72
|
1962
1862
|
},
|
1963
|
-
"name": "EnvJsonc"
|
1964
|
-
"componentId": {
|
1965
|
-
"scope": "teambit.envs",
|
1966
|
-
"name": "envs"
|
1967
|
-
}
|
1863
|
+
"name": "EnvJsonc"
|
1968
1864
|
}
|
1969
1865
|
]
|
1970
1866
|
},
|
@@ -2006,11 +1902,7 @@
|
|
2006
1902
|
"line": 177,
|
2007
1903
|
"character": 29
|
2008
1904
|
},
|
2009
|
-
"name": "Component"
|
2010
|
-
"componentId": {
|
2011
|
-
"scope": "teambit.component",
|
2012
|
-
"name": "component"
|
2013
|
-
}
|
1905
|
+
"name": "Component"
|
2014
1906
|
},
|
2015
1907
|
"isOptional": false,
|
2016
1908
|
"isSpread": false
|
@@ -2091,11 +1983,7 @@
|
|
2091
1983
|
"line": 186,
|
2092
1984
|
"character": 24
|
2093
1985
|
},
|
2094
|
-
"name": "Component"
|
2095
|
-
"componentId": {
|
2096
|
-
"scope": "teambit.component",
|
2097
|
-
"name": "component"
|
2098
|
-
}
|
1986
|
+
"name": "Component"
|
2099
1987
|
},
|
2100
1988
|
"isOptional": false,
|
2101
1989
|
"isSpread": false
|
@@ -2180,8 +2068,7 @@
|
|
2180
2068
|
"line": 195,
|
2181
2069
|
"character": 31
|
2182
2070
|
},
|
2183
|
-
"name": "DevPatterns"
|
2184
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
2071
|
+
"name": "DevPatterns"
|
2185
2072
|
},
|
2186
2073
|
"isOptional": false,
|
2187
2074
|
"isSpread": false
|
@@ -2234,11 +2121,7 @@
|
|
2234
2121
|
"line": 203,
|
2235
2122
|
"character": 26
|
2236
2123
|
},
|
2237
|
-
"name": "Component"
|
2238
|
-
"componentId": {
|
2239
|
-
"scope": "teambit.component",
|
2240
|
-
"name": "component"
|
2241
|
-
}
|
2124
|
+
"name": "Component"
|
2242
2125
|
},
|
2243
2126
|
"isOptional": false,
|
2244
2127
|
"isSpread": false
|
@@ -2383,11 +2266,7 @@
|
|
2383
2266
|
"line": 227,
|
2384
2267
|
"character": 36
|
2385
2268
|
},
|
2386
|
-
"name": "Component"
|
2387
|
-
"componentId": {
|
2388
|
-
"scope": "teambit.component",
|
2389
|
-
"name": "component"
|
2390
|
-
}
|
2269
|
+
"name": "Component"
|
2391
2270
|
},
|
2392
2271
|
"isOptional": false,
|
2393
2272
|
"isSpread": false
|
@@ -2437,8 +2316,7 @@
|
|
2437
2316
|
"line": 227,
|
2438
2317
|
"character": 93
|
2439
2318
|
},
|
2440
|
-
"name": "DevFiles"
|
2441
|
-
"internalFilePath": "dev-files.ts"
|
2319
|
+
"name": "DevFiles"
|
2442
2320
|
}
|
2443
2321
|
]
|
2444
2322
|
},
|
@@ -2563,11 +2441,7 @@
|
|
2563
2441
|
"line": 250,
|
2564
2442
|
"character": 58
|
2565
2443
|
},
|
2566
|
-
"name": "EnvsMain"
|
2567
|
-
"componentId": {
|
2568
|
-
"scope": "teambit.envs",
|
2569
|
-
"name": "envs"
|
2570
|
-
}
|
2444
|
+
"name": "EnvsMain"
|
2571
2445
|
},
|
2572
2446
|
{
|
2573
2447
|
"__schema": "TypeRefSchema",
|
@@ -2576,11 +2450,7 @@
|
|
2576
2450
|
"line": 250,
|
2577
2451
|
"character": 68
|
2578
2452
|
},
|
2579
|
-
"name": "Workspace"
|
2580
|
-
"componentId": {
|
2581
|
-
"scope": "teambit.workspace",
|
2582
|
-
"name": "workspace"
|
2583
|
-
}
|
2453
|
+
"name": "Workspace"
|
2584
2454
|
},
|
2585
2455
|
{
|
2586
2456
|
"__schema": "TypeRefSchema",
|
@@ -2589,11 +2459,7 @@
|
|
2589
2459
|
"line": 250,
|
2590
2460
|
"character": 79
|
2591
2461
|
},
|
2592
|
-
"name": "ComponentMain"
|
2593
|
-
"componentId": {
|
2594
|
-
"scope": "teambit.component",
|
2595
|
-
"name": "component"
|
2596
|
-
}
|
2462
|
+
"name": "ComponentMain"
|
2597
2463
|
},
|
2598
2464
|
{
|
2599
2465
|
"__schema": "TypeRefSchema",
|
@@ -2602,11 +2468,7 @@
|
|
2602
2468
|
"line": 250,
|
2603
2469
|
"character": 94
|
2604
2470
|
},
|
2605
|
-
"name": "GraphqlMain"
|
2606
|
-
"componentId": {
|
2607
|
-
"scope": "teambit.harmony",
|
2608
|
-
"name": "graphql"
|
2609
|
-
}
|
2471
|
+
"name": "GraphqlMain"
|
2610
2472
|
},
|
2611
2473
|
{
|
2612
2474
|
"__schema": "TypeRefSchema",
|
@@ -2615,11 +2477,7 @@
|
|
2615
2477
|
"line": 250,
|
2616
2478
|
"character": 107
|
2617
2479
|
},
|
2618
|
-
"name": "ScopeMain"
|
2619
|
-
"componentId": {
|
2620
|
-
"scope": "teambit.scope",
|
2621
|
-
"name": "scope"
|
2622
|
-
}
|
2480
|
+
"name": "ScopeMain"
|
2623
2481
|
}
|
2624
2482
|
]
|
2625
2483
|
},
|
@@ -2641,8 +2499,7 @@
|
|
2641
2499
|
"line": 251,
|
2642
2500
|
"character": 13
|
2643
2501
|
},
|
2644
|
-
"name": "DevFilesConfig"
|
2645
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
2502
|
+
"name": "DevFilesConfig"
|
2646
2503
|
},
|
2647
2504
|
"isOptional": false,
|
2648
2505
|
"isSpread": false
|
@@ -2670,8 +2527,7 @@
|
|
2670
2527
|
"line": 252,
|
2671
2528
|
"character": 24
|
2672
2529
|
},
|
2673
|
-
"name": "DevPatternSlot"
|
2674
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
2530
|
+
"name": "DevPatternSlot"
|
2675
2531
|
}
|
2676
2532
|
]
|
2677
2533
|
},
|
@@ -2830,8 +2686,7 @@
|
|
2830
2686
|
"line": 32,
|
2831
2687
|
"character": 30
|
2832
2688
|
},
|
2833
|
-
"name": "DevPatternDescriptor"
|
2834
|
-
"internalFilePath": "dev-files.main.runtime.ts"
|
2689
|
+
"name": "DevPatternDescriptor"
|
2835
2690
|
}
|
2836
2691
|
]
|
2837
2692
|
}
|
@@ -2852,7 +2707,7 @@
|
|
2852
2707
|
"componentId": {
|
2853
2708
|
"scope": "teambit.component",
|
2854
2709
|
"name": "dev-files",
|
2855
|
-
"version": "1.0.
|
2710
|
+
"version": "1.0.504"
|
2856
2711
|
},
|
2857
2712
|
"taggedModuleExports": []
|
2858
2713
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_dev-files@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_dev-files@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_dev-files@1.0.504/dist/dev-files.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_dev-files@1.0.504/dist/dev-files.docs.mdx';
|
3
3
|
|
4
4
|
export const compositions = [compositions_0];
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
@@ -1,25 +1,25 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/dev-files",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.504",
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/dev-files",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.component",
|
8
8
|
"name": "dev-files",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.504"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"graphql-tag": "2.12.1",
|
13
13
|
"lodash": "4.17.21",
|
14
14
|
"@teambit/harmony": "0.4.6",
|
15
|
-
"@teambit/component": "1.0.
|
16
|
-
"@teambit/graphql": "1.0.
|
17
|
-
"@teambit/cli": "0.0.
|
15
|
+
"@teambit/component": "1.0.504",
|
16
|
+
"@teambit/graphql": "1.0.504",
|
17
|
+
"@teambit/cli": "0.0.1081",
|
18
18
|
"@teambit/component.sources": "0.0.63",
|
19
|
-
"@teambit/envs": "1.0.
|
19
|
+
"@teambit/envs": "1.0.504",
|
20
20
|
"@teambit/legacy.consumer-component": "0.0.12",
|
21
|
-
"@teambit/scope": "1.0.
|
22
|
-
"@teambit/workspace": "1.0.
|
21
|
+
"@teambit/scope": "1.0.504",
|
22
|
+
"@teambit/workspace": "1.0.504"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"@types/lodash": "4.14.165",
|