@teambit/typescript 1.0.506 → 1.0.507

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,37 +1,37 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <testsuites tests="32" failures="0" errors="0" skipped="0">
3
- <testsuite name="teambit.typescript/typescript@1.0.506" tests="32" failures="0" errors="0" skipped="0">
4
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with classNamesTransformer" time="0.267"/>
5
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with functionNamesTransformer" time="0.004"/>
6
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with importTransformer" time="0.004"/>
7
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with interfaceNamesTransformer" time="0.001"/>
8
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with typeAliasNamesTransformer" time="0.002"/>
9
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with variableNamesTransformer" time="0.003"/>
3
+ <testsuite name="teambit.typescript/typescript@1.0.507" tests="32" failures="0" errors="0" skipped="0">
4
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with classNamesTransformer" time="0.006"/>
5
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with functionNamesTransformer" time="0.003"/>
6
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with importTransformer" time="0.003"/>
7
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with interfaceNamesTransformer" time="0.002"/>
8
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with typeAliasNamesTransformer" time="0.001"/>
9
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with variableNamesTransformer" time="0.001"/>
10
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with classNamesTransformer" time="0.002"/>
10
11
  <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with classNamesTransformer" time="0.002"/>
11
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with classNamesTransformer" time="0.001"/>
12
12
  <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with expressionStatementTransformer" time="0.003"/>
13
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with expressionStatementTransformer" time="0.002"/>
14
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with interfaceNamesTransformer" time="0.001"/>
15
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with importTransformer" time="0.002"/>
16
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with exportTransformer" time="0.001"/>
13
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with expressionStatementTransformer" time="0.003"/>
14
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with interfaceNamesTransformer" time="0.002"/>
15
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with importTransformer" time="0.001"/>
16
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with exportTransformer" time="0.003"/>
17
17
  <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with exportTransformer" time="0.001"/>
18
18
  <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with exportTransformer" time="0.001"/>
19
- <testcase classname="dist/transform-source-file.spec.js" name="should return original source code if no transformations are applied" time="0.001"/>
20
- <testcase classname="dist/transform-source-file.spec.js" name="should handle multiple transformers" time="0.001"/>
21
- <testcase classname="dist/typescript.parser.spec.js" name="should parse arrowFunctions" time="0.102"/>
19
+ <testcase classname="dist/transform-source-file.spec.js" name="should return original source code if no transformations are applied" time="0.002"/>
20
+ <testcase classname="dist/transform-source-file.spec.js" name="should handle multiple transformers" time="0.002"/>
21
+ <testcase classname="dist/typescript.parser.spec.js" name="should parse arrowFunctions" time="0.003"/>
22
22
  <testcase classname="dist/typescript.parser.spec.js" name="should parse function exports" time="0.001"/>
23
23
  <testcase classname="dist/typescript.parser.spec.js" name="should parse classes"/>
24
- <testcase classname="dist/typescript.parser.spec.js" name="should parse declarations"/>
25
- <testcase classname="dist/typescript.parser.spec.js" name="should parse renamed declarations" time="0.001"/>
26
- <testcase classname="dist/typescript.parser.spec.js" name="should parse re-exports"/>
24
+ <testcase classname="dist/typescript.parser.spec.js" name="should parse declarations" time="0.001"/>
25
+ <testcase classname="dist/typescript.parser.spec.js" name="should parse renamed declarations"/>
26
+ <testcase classname="dist/typescript.parser.spec.js" name="should parse re-exports" time="0.001"/>
27
27
  <testcase classname="dist/typescript.parser.spec.js" name="should parse re-exports with default"/>
28
- <testcase classname="dist/typescript.parser.spec.js" name="should parse renamed re-exports all" time="0.001"/>
28
+ <testcase classname="dist/typescript.parser.spec.js" name="should parse renamed re-exports all"/>
29
29
  <testcase classname="dist/typescript.parser.spec.js" name="should parse default exports"/>
30
30
  <testcase classname="dist/typescript.parser.spec.js" name="should include staticProperties, when on arrowFunctions" time="0.001"/>
31
31
  <testcase classname="dist/typescript.parser.spec.js" name="should include staticProperties, when on regular functions"/>
32
32
  <testcase classname="dist/typescript.parser.spec.js" name="should include staticProperties, when on classes" time="0.001"/>
33
- <testcase classname="dist/typescript.parser.spec.js" name="should parse all primitive values" time="0.001"/>
34
- <testcase classname="dist/typescript.parser.spec.js" name="should skip non primitive values" time="0.001"/>
33
+ <testcase classname="dist/typescript.parser.spec.js" name="should parse all primitive values" time="0.002"/>
34
+ <testcase classname="dist/typescript.parser.spec.js" name="should skip non primitive values"/>
35
35
  <testcase classname="dist/typescript.parser.spec.js" name="should skip non assignment statements"/>
36
36
  </testsuite>
37
37
  </testsuites>
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.typescript/typescript-preview"]=t():e["teambit.typescript/typescript-preview"]=t()}(self,(()=>(()=>{"use strict";var e={8782:(e,t,n)=>{Object.defineProperty(t,"S",{enumerable:!0,get:function(){return o.default}});var o=r(n(3746));function r(e){return e&&e.__esModule?e:{default:e}}r.__bit_component={id:"teambit.typescript/aspect-docs/typescript@0.0.170",homepage:"https://bit.cloud/teambit/typescript/aspect-docs/typescript",exported:!0}},3746:(e,t,n)=>{var o={id:"teambit.typescript/aspect-docs/typescript@0.0.170",homepage:"https://bit.cloud/teambit/typescript/aspect-docs/typescript",exported:!0};Object.defineProperty(t,"__esModule",{value:!0}),t.default=m,p(n(1594));var r=n(5016),i=["components"];function p(e){return e&&e.__esModule?e:{default:e}}function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)({}).hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},s.apply(null,arguments)}function a(e,t){if(null==e)return{};var n,o,r=c(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function c(e,t){if(null==e)return{};var n={};for(var o in e)if({}.hasOwnProperty.call(e,o)){if(t.includes(o))continue;n[o]=e[o]}return n}p.__bit_component=o,s.__bit_component=o,a.__bit_component=o,c.__bit_component=o;var l={},d="wrapper";function m(e){var t=e.components,n=a(e,i);return(0,r.mdx)(d,s({},l,n,{components:t,mdxType:"MDXLayout"}),(0,r.mdx)("p",null,"Typescript aspect implements the ",(0,r.mdx)("inlineCode",{parentName:"p"},"Compiler")," interface and provides the ability to transpile files on the workspace and build components in the isolated capsules."),(0,r.mdx)("h2",null,"Configuration - tsconfig.json"),(0,r.mdx)("p",null,"An env that uses typescript compiler can have two tsconfig.json files, one for the workspace and one for the build process."),(0,r.mdx)("p",null,"On the workspace, the following two configurations are overridden:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"compilerOptions.sourceRoot = <componentDir>;\ncompilerOptions.rootDir = '.';\n")),(0,r.mdx)("p",null,"The reason to override them is to make the source-map working on the workspace."),(0,r.mdx)("p",null,"As a reminder, the ",(0,r.mdx)("inlineCode",{parentName:"p"},"dists")," are written into the node_modules and not in the component-dir, without the configuration above, the source-map won't have the correct ",(0,r.mdx)("inlineCode",{parentName:"p"},"sourceRoot")," and ",(0,r.mdx)("inlineCode",{parentName:"p"},"sources")," values, and as a result, the debugger won't work."),(0,r.mdx)("p",null,"On the capsules, the following configurion is overridden:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"compilerOptions.outDir = <CompilerOptions.distDir>\n")),(0,r.mdx)("p",null,"This is done to avoid confusion when the distDir is ",(0,r.mdx)("inlineCode",{parentName:"p"},"x")," and ts-config outDir is ",(0,r.mdx)("inlineCode",{parentName:"p"},"y"),",\nin which case, the dists in the capsule are written into ",(0,r.mdx)("inlineCode",{parentName:"p"},"y"),", but other bit processes expect to find them in ",(0,r.mdx)("inlineCode",{parentName:"p"},"x"),"."),(0,r.mdx)("h1",null,"Override typescript configuration in a custom env:"),(0,r.mdx)("p",null,"When creating a new custom environment, use the following API to change the typescript compiler config."),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"useTypescript(modifiers?: UseTypescriptModifiers, tsModule: any = ts)\n")),(0,r.mdx)("p",null,"The modifiers are:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"type UseTypescriptModifiers = {\n buildConfig?: TsConfigTransformer[];\n devConfig?: TsConfigTransformer[];\n};\n")),(0,r.mdx)("p",null,"As you can see, you can customize the configuration for both: the build process and for the compilation on the workspace."),(0,r.mdx)("p",null,"An example of a TsConfigTransformer used by ",(0,r.mdx)("inlineCode",{parentName:"p"},"teambit/aspect")," for the build process, which uses the typescript compiler only for generating the types:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"const tsconfig = require(\"./tsconfig.json\");\n\nconst transformer: TsConfigTransformer = (config: TypescriptConfigMutator) => {\n config\n .mergeTsConfig(tsconfig)\n .setArtifactName('declaration')\n .setDistGlobPatterns([`dist/**/*.d.ts`])\n .setShouldCopyNonSupportedFiles(false);\n return config;\n };\n")),(0,r.mdx)("p",null,"In the last example, a custom tsconfig.json was merged to the builtin tsconfig.json."),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},'{\n "compilerOptions": {\n ...\n "emitDeclarationOnly": true,\n ...\n },\n}\n')),(0,r.mdx)("p",null,"Some more props were changed as well to accomodate this env"))}m.__bit_component=o,m.isMDXComponent=!0},6560:(e,t,n)=>{var o={id:"teambit.typescript/typescript@1.0.506",homepage:"https://bit.cloud/teambit/typescript/typescript",exported:!0};function r(){const e=i(n(1594));return r=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,r.__bit_component=o,i.__bit_component=o;const p=()=>r().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},r().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/brands/logo-typescript.svg"}));p.__bit_component=o,t.Logo=p},5016:e=>{e.exports=MdxJsReact},1594:e=>{e.exports=React}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,n),i.exports}n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};n.r(o),n.d(o,{compositions:()=>f,compositions_metadata:()=>h,overview:()=>y});var r={};n.r(r),n.d(r,{default:()=>u});var i=n(6560),p=(n(1594),n(5016));const s=TeambitMdxUiMdxScopeContext;var a=n(8782),c=["components"];function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)({}).hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},l.apply(null,arguments)}var d={},m="wrapper";function u(e){var t=e.components,n=function(e,t){if(null==e)return{};var n,o,r=function(e,t){if(null==e)return{};var n={};for(var o in e)if({}.hasOwnProperty.call(e,o)){if(t.includes(o))continue;n[o]=e[o]}return n}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}(e,c);return(0,p.mdx)(m,l({},d,n,{components:t,mdxType:"MDXLayout"}),(0,p.mdx)(s.MDXScopeProvider,{components:{Typescript:a.S},mdxType:"MDXScopeProvider"},(0,p.mdx)(a.S,{mdxType:"Typescript"})))}u.isMDXComponent=!0;const f=[i],y=[r],h={compositions:[{displayName:"Logo",identifier:"Logo"}]};return o})()));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.typescript/typescript-preview"]=t():e["teambit.typescript/typescript-preview"]=t()}(self,(()=>(()=>{"use strict";var e={8782:(e,t,n)=>{Object.defineProperty(t,"S",{enumerable:!0,get:function(){return o.default}});var o=r(n(13746));function r(e){return e&&e.__esModule?e:{default:e}}r.__bit_component={id:"teambit.typescript/aspect-docs/typescript@0.0.170",homepage:"https://bit.cloud/teambit/typescript/aspect-docs/typescript",exported:!0}},13746:(e,t,n)=>{var o={id:"teambit.typescript/aspect-docs/typescript@0.0.170",homepage:"https://bit.cloud/teambit/typescript/aspect-docs/typescript",exported:!0};Object.defineProperty(t,"__esModule",{value:!0}),t.default=m,p(n(41594));var r=n(5016),i=["components"];function p(e){return e&&e.__esModule?e:{default:e}}function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)({}).hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},s.apply(null,arguments)}function a(e,t){if(null==e)return{};var n,o,r=c(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function c(e,t){if(null==e)return{};var n={};for(var o in e)if({}.hasOwnProperty.call(e,o)){if(t.includes(o))continue;n[o]=e[o]}return n}p.__bit_component=o,s.__bit_component=o,a.__bit_component=o,c.__bit_component=o;var l={},d="wrapper";function m(e){var t=e.components,n=a(e,i);return(0,r.mdx)(d,s({},l,n,{components:t,mdxType:"MDXLayout"}),(0,r.mdx)("p",null,"Typescript aspect implements the ",(0,r.mdx)("inlineCode",{parentName:"p"},"Compiler")," interface and provides the ability to transpile files on the workspace and build components in the isolated capsules."),(0,r.mdx)("h2",null,"Configuration - tsconfig.json"),(0,r.mdx)("p",null,"An env that uses typescript compiler can have two tsconfig.json files, one for the workspace and one for the build process."),(0,r.mdx)("p",null,"On the workspace, the following two configurations are overridden:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"compilerOptions.sourceRoot = <componentDir>;\ncompilerOptions.rootDir = '.';\n")),(0,r.mdx)("p",null,"The reason to override them is to make the source-map working on the workspace."),(0,r.mdx)("p",null,"As a reminder, the ",(0,r.mdx)("inlineCode",{parentName:"p"},"dists")," are written into the node_modules and not in the component-dir, without the configuration above, the source-map won't have the correct ",(0,r.mdx)("inlineCode",{parentName:"p"},"sourceRoot")," and ",(0,r.mdx)("inlineCode",{parentName:"p"},"sources")," values, and as a result, the debugger won't work."),(0,r.mdx)("p",null,"On the capsules, the following configurion is overridden:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"compilerOptions.outDir = <CompilerOptions.distDir>\n")),(0,r.mdx)("p",null,"This is done to avoid confusion when the distDir is ",(0,r.mdx)("inlineCode",{parentName:"p"},"x")," and ts-config outDir is ",(0,r.mdx)("inlineCode",{parentName:"p"},"y"),",\nin which case, the dists in the capsule are written into ",(0,r.mdx)("inlineCode",{parentName:"p"},"y"),", but other bit processes expect to find them in ",(0,r.mdx)("inlineCode",{parentName:"p"},"x"),"."),(0,r.mdx)("h1",null,"Override typescript configuration in a custom env:"),(0,r.mdx)("p",null,"When creating a new custom environment, use the following API to change the typescript compiler config."),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"useTypescript(modifiers?: UseTypescriptModifiers, tsModule: any = ts)\n")),(0,r.mdx)("p",null,"The modifiers are:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"type UseTypescriptModifiers = {\n buildConfig?: TsConfigTransformer[];\n devConfig?: TsConfigTransformer[];\n};\n")),(0,r.mdx)("p",null,"As you can see, you can customize the configuration for both: the build process and for the compilation on the workspace."),(0,r.mdx)("p",null,"An example of a TsConfigTransformer used by ",(0,r.mdx)("inlineCode",{parentName:"p"},"teambit/aspect")," for the build process, which uses the typescript compiler only for generating the types:"),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},"const tsconfig = require(\"./tsconfig.json\");\n\nconst transformer: TsConfigTransformer = (config: TypescriptConfigMutator) => {\n config\n .mergeTsConfig(tsconfig)\n .setArtifactName('declaration')\n .setDistGlobPatterns([`dist/**/*.d.ts`])\n .setShouldCopyNonSupportedFiles(false);\n return config;\n };\n")),(0,r.mdx)("p",null,"In the last example, a custom tsconfig.json was merged to the builtin tsconfig.json."),(0,r.mdx)("pre",null,(0,r.mdx)("code",{parentName:"pre"},'{\n "compilerOptions": {\n ...\n "emitDeclarationOnly": true,\n ...\n },\n}\n')),(0,r.mdx)("p",null,"Some more props were changed as well to accomodate this env"))}m.__bit_component=o,m.isMDXComponent=!0},70635:(e,t,n)=>{var o={id:"teambit.typescript/typescript@1.0.507",homepage:"https://bit.cloud/teambit/typescript/typescript",exported:!0};function r(){const e=i(n(41594));return r=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,r.__bit_component=o,i.__bit_component=o;const p=()=>r().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},r().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/brands/logo-typescript.svg"}));p.__bit_component=o,t.Logo=p},5016:e=>{e.exports=MdxJsReact},41594:e=>{e.exports=React}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,n),i.exports}n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};n.r(o),n.d(o,{compositions:()=>f,compositions_metadata:()=>h,overview:()=>y});var r={};n.r(r),n.d(r,{default:()=>u});var i=n(70635),p=(n(41594),n(5016));const s=TeambitMdxUiMdxScopeContext;var a=n(8782),c=["components"];function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)({}).hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},l.apply(null,arguments)}var d={},m="wrapper";function u(e){var t=e.components,n=function(e,t){if(null==e)return{};var n,o,r=function(e,t){if(null==e)return{};var n={};for(var o in e)if({}.hasOwnProperty.call(e,o)){if(t.includes(o))continue;n[o]=e[o]}return n}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}(e,c);return(0,p.mdx)(m,l({},d,n,{components:t,mdxType:"MDXLayout"}),(0,p.mdx)(s.MDXScopeProvider,{components:{Typescript:a.S},mdxType:"MDXScopeProvider"},(0,p.mdx)(a.S,{mdxType:"Typescript"})))}u.isMDXComponent=!0;const f=[i],y=[r],h={compositions:[{displayName:"Logo",identifier:"Logo"}]};return o})()));
@@ -997,7 +997,7 @@
997
997
  "_legacy": {
998
998
  "scope": "teambit.typescript",
999
999
  "name": "typescript",
1000
- "version": "1.0.506"
1000
+ "version": "1.0.507"
1001
1001
  },
1002
1002
  "_scope": "teambit.typescript"
1003
1003
  }
@@ -3123,7 +3123,7 @@
3123
3123
  "line": 10,
3124
3124
  "character": 42
3125
3125
  },
3126
- "signature": "type TsCompilerOptionsWithoutTsConfig = {\n name?: string | undefined;\n distDir?: string | undefined;\n distGlobPatterns?: string[] | undefined;\n shouldCopyNonSupportedFiles?: boolean | undefined;\n artifactName?: string | undefined;\n types: string[];\n compileJs?: boolean | undefined;\n compileJsx?: boolean | undefined;\n}",
3126
+ "signature": "type TsCompilerOptionsWithoutTsConfig = {\n name?: string | undefined;\n types: string[];\n distDir?: string | undefined;\n distGlobPatterns?: string[] | undefined;\n shouldCopyNonSupportedFiles?: boolean | undefined;\n artifactName?: string | undefined;\n compileJs?: boolean | undefined;\n compileJsx?: boolean | undefined;\n}",
3127
3127
  "name": "TsCompilerOptionsWithoutTsConfig",
3128
3128
  "exportNode": {
3129
3129
  "__schema": "TypeSchema",
@@ -3132,7 +3132,7 @@
3132
3132
  "line": 27,
3133
3133
  "character": 1
3134
3134
  },
3135
- "signature": "type TsCompilerOptionsWithoutTsConfig = {\n name?: string | undefined;\n distDir?: string | undefined;\n distGlobPatterns?: string[] | undefined;\n shouldCopyNonSupportedFiles?: boolean | undefined;\n artifactName?: string | undefined;\n types: string[];\n compileJs?: boolean | undefined;\n compileJsx?: boolean | undefined;\n}",
3135
+ "signature": "type TsCompilerOptionsWithoutTsConfig = {\n name?: string | undefined;\n types: string[];\n distDir?: string | undefined;\n distGlobPatterns?: string[] | undefined;\n shouldCopyNonSupportedFiles?: boolean | undefined;\n artifactName?: string | undefined;\n compileJs?: boolean | undefined;\n compileJsx?: boolean | undefined;\n}",
3136
3136
  "name": "TsCompilerOptionsWithoutTsConfig",
3137
3137
  "type": {
3138
3138
  "__schema": "TypeRefSchema",
@@ -8307,7 +8307,7 @@
8307
8307
  "_legacy": {
8308
8308
  "scope": "teambit.typescript",
8309
8309
  "name": "typescript",
8310
- "version": "1.0.506"
8310
+ "version": "1.0.507"
8311
8311
  },
8312
8312
  "_scope": "teambit.typescript"
8313
8313
  }
@@ -8333,7 +8333,7 @@
8333
8333
  "line": 76,
8334
8334
  "character": 1
8335
8335
  },
8336
- "signature": "type TsMode = \"build\" | \"dev\"",
8336
+ "signature": "type TsMode = \"dev\" | \"build\"",
8337
8337
  "name": "TsMode",
8338
8338
  "type": {
8339
8339
  "__schema": "TypeUnionSchema",
@@ -10676,7 +10676,7 @@
10676
10676
  "line": 27,
10677
10677
  "character": 1
10678
10678
  },
10679
- "signature": "type TsCompilerOptionsWithoutTsConfig = {\n name?: string | undefined;\n distDir?: string | undefined;\n distGlobPatterns?: string[] | undefined;\n shouldCopyNonSupportedFiles?: boolean | undefined;\n artifactName?: string | undefined;\n types: string[];\n compileJs?: boolean | undefined;\n compileJsx?: boolean | undefined;\n}",
10679
+ "signature": "type TsCompilerOptionsWithoutTsConfig = {\n name?: string | undefined;\n types: string[];\n distDir?: string | undefined;\n distGlobPatterns?: string[] | undefined;\n shouldCopyNonSupportedFiles?: boolean | undefined;\n artifactName?: string | undefined;\n compileJs?: boolean | undefined;\n compileJsx?: boolean | undefined;\n}",
10680
10680
  "name": "TsCompilerOptionsWithoutTsConfig",
10681
10681
  "type": {
10682
10682
  "__schema": "TypeRefSchema",
@@ -14384,7 +14384,7 @@
14384
14384
  "componentId": {
14385
14385
  "scope": "teambit.typescript",
14386
14386
  "name": "typescript",
14387
- "version": "1.0.506"
14387
+ "version": "1.0.507"
14388
14388
  },
14389
14389
  "taggedModuleExports": []
14390
14390
  }
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.506/dist/typescript.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.506/dist/typescript.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.507/dist/typescript.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.507/dist/typescript.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/typescript",
3
- "version": "1.0.506",
3
+ "version": "1.0.507",
4
4
  "homepage": "https://bit.cloud/teambit/typescript/typescript",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.typescript",
8
8
  "name": "typescript",
9
- "version": "1.0.506"
9
+ "version": "1.0.507"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -18,25 +18,25 @@
18
18
  "chalk": "2.4.2",
19
19
  "@teambit/typescript.typescript-compiler": "2.0.46",
20
20
  "@teambit/harmony": "0.4.6",
21
- "@teambit/compiler": "1.0.506",
21
+ "@teambit/compiler": "1.0.507",
22
22
  "@teambit/typescript.modules.ts-config-mutator": "0.0.84",
23
- "@teambit/builder": "1.0.506",
24
- "@teambit/component.sources": "0.0.65",
25
- "@teambit/component": "1.0.506",
26
- "@teambit/dependency-resolver": "1.0.506",
27
- "@teambit/formatter": "1.0.506",
23
+ "@teambit/builder": "1.0.507",
24
+ "@teambit/component.sources": "0.0.66",
25
+ "@teambit/component": "1.0.507",
26
+ "@teambit/dependency-resolver": "1.0.507",
27
+ "@teambit/formatter": "1.0.507",
28
28
  "@teambit/legacy.utils": "0.0.12",
29
29
  "@teambit/semantics.entities.semantic-schema": "0.0.76",
30
30
  "@teambit/ts-server": "0.0.59",
31
- "@teambit/aspect-loader": "1.0.506",
32
- "@teambit/envs": "1.0.506",
33
- "@teambit/logger": "0.0.1176",
34
- "@teambit/schema": "1.0.506",
35
- "@teambit/scope": "1.0.506",
36
- "@teambit/workspace": "1.0.506",
37
- "@teambit/cli": "0.0.1083",
38
- "@teambit/pkg": "1.0.506",
39
- "@teambit/watcher": "1.0.506",
31
+ "@teambit/aspect-loader": "1.0.507",
32
+ "@teambit/envs": "1.0.507",
33
+ "@teambit/logger": "0.0.1177",
34
+ "@teambit/schema": "1.0.507",
35
+ "@teambit/scope": "1.0.507",
36
+ "@teambit/workspace": "1.0.507",
37
+ "@teambit/cli": "0.0.1084",
38
+ "@teambit/pkg": "1.0.507",
39
+ "@teambit/watcher": "1.0.507",
40
40
  "@teambit/legacy.constants": "0.0.4"
41
41
  },
42
42
  "devDependencies": {