@teambit/typescript 1.0.410 → 1.0.412

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,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.410" 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.005"/>
3
+ <testsuite name="teambit.typescript/typescript@1.0.412" 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
5
  <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with functionNamesTransformer" time="0.003"/>
6
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"/>
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
9
  <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with variableNamesTransformer" time="0.002"/>
10
10
  <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with classNamesTransformer" time="0.001"/>
11
11
  <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with classNamesTransformer" time="0.002"/>
12
12
  <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with expressionStatementTransformer" time="0.002"/>
13
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"/>
14
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with interfaceNamesTransformer" time="0.002"/>
15
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.001"/>
17
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with exportTransformer" time="0.001"/>
18
- <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with exportTransformer" time="0.001"/>
16
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with exportTransformer" time="0.002"/>
17
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with exportTransformer"/>
18
+ <testcase classname="dist/transform-source-file.spec.js" name="should correctly transform source code with exportTransformer"/>
19
19
  <testcase classname="dist/transform-source-file.spec.js" name="should return original source code if no transformations are applied"/>
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.003"/>
22
- <testcase classname="dist/typescript.parser.spec.js" name="should parse function exports"/>
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.002"/>
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
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"/>
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"/>
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"/>
29
- <testcase classname="dist/typescript.parser.spec.js" name="should parse default exports" time="0.001"/>
28
+ <testcase classname="dist/typescript.parser.spec.js" name="should parse renamed re-exports all" time="0.001"/>
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"/>
31
- <testcase classname="dist/typescript.parser.spec.js" name="should include staticProperties, when on regular functions" time="0.001"/>
32
- <testcase classname="dist/typescript.parser.spec.js" name="should include staticProperties, when on classes"/>
31
+ <testcase classname="dist/typescript.parser.spec.js" name="should include staticProperties, when on regular functions"/>
32
+ <testcase classname="dist/typescript.parser.spec.js" name="should include staticProperties, when on classes" time="0.001"/>
33
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"/>
35
- <testcase classname="dist/typescript.parser.spec.js" name="should skip non assignment statements" time="0.001"/>
34
+ <testcase classname="dist/typescript.parser.spec.js" name="should skip non primitive values" time="0.001"/>
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={60419:(e,t,n)=>{Object.defineProperty(t,"S",{enumerable:!0,get:function(){return o.default}});var o=r(n(16109));function r(e){return e&&e.__esModule?e:{default:e}}r.__bit_component={id:"teambit.typescript/aspect-docs/typescript@0.0.168",homepage:"https://bit.cloud/teambit/typescript/aspect-docs/typescript",exported:!0}},16109:(e,t,n)=>{var o={id:"teambit.typescript/aspect-docs/typescript@0.0.168",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},55986:(e,t,n)=>{var o={id:"teambit.typescript/typescript@1.0.410",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(55986),p=(n(41594),n(5016));const s=TeambitMdxUiMdxScopeContext;var a=n(60419),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={23923:(e,t,n)=>{Object.defineProperty(t,"S",{enumerable:!0,get:function(){return o.default}});var o=r(n(21437));function r(e){return e&&e.__esModule?e:{default:e}}r.__bit_component={id:"teambit.typescript/aspect-docs/typescript@0.0.168",homepage:"https://bit.cloud/teambit/typescript/aspect-docs/typescript",exported:!0}},21437:(e,t,n)=>{var o={id:"teambit.typescript/aspect-docs/typescript@0.0.168",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},49200:(e,t,n)=>{var o={id:"teambit.typescript/typescript@1.0.412",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(49200),p=(n(41594),n(5016));const s=TeambitMdxUiMdxScopeContext;var a=n(23923),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})()));
@@ -20,6 +20,7 @@
20
20
  "line": 1,
21
21
  "character": 10
22
22
  },
23
+ "signature": "export { TypescriptConfigMutator };\n\nTypescriptConfigMutator",
23
24
  "name": "TypescriptConfigMutator",
24
25
  "exportNode": {
25
26
  "__schema": "TypeRefSchema",
@@ -43,6 +44,7 @@
43
44
  "line": 2,
44
45
  "character": 10
45
46
  },
47
+ "signature": "class TypeScriptExtractor",
46
48
  "name": "TypeScriptExtractor",
47
49
  "exportNode": {
48
50
  "__schema": "ClassSchema",
@@ -995,7 +997,7 @@
995
997
  "_legacy": {
996
998
  "scope": "teambit.typescript",
997
999
  "name": "typescript",
998
- "version": "1.0.410"
1000
+ "version": "1.0.412"
999
1001
  },
1000
1002
  "_scope": "teambit.typescript"
1001
1003
  }
@@ -1011,6 +1013,7 @@
1011
1013
  "line": 3,
1012
1014
  "character": 10
1013
1015
  },
1016
+ "signature": "export { TypescriptCompiler };\n\nTypescriptCompiler",
1014
1017
  "name": "TypescriptCompiler",
1015
1018
  "exportNode": {
1016
1019
  "__schema": "TypeRefSchema",
@@ -1034,6 +1037,7 @@
1034
1037
  "line": 5,
1035
1038
  "character": 3
1036
1039
  },
1040
+ "signature": "class TypescriptMain",
1037
1041
  "name": "TypescriptMain",
1038
1042
  "exportNode": {
1039
1043
  "__schema": "ClassSchema",
@@ -2729,6 +2733,7 @@
2729
2733
  "line": 6,
2730
2734
  "character": 3
2731
2735
  },
2736
+ "signature": "type TsConfigTransformer = (config: TypescriptConfigMutator, context: TsConfigTransformContext) => TypescriptConfigMutator",
2732
2737
  "name": "TsConfigTransformer",
2733
2738
  "exportNode": {
2734
2739
  "__schema": "TypeSchema",
@@ -2810,6 +2815,7 @@
2810
2815
  "line": 7,
2811
2816
  "character": 3
2812
2817
  },
2818
+ "signature": "type SchemaTransformerSlot = SlotRegistry<SchemaTransformer[]>",
2813
2819
  "name": "SchemaTransformerSlot",
2814
2820
  "exportNode": {
2815
2821
  "__schema": "TypeSchema",
@@ -2857,6 +2863,7 @@
2857
2863
  "line": 8,
2858
2864
  "character": 3
2859
2865
  },
2866
+ "signature": "type APITransformerSlot = SlotRegistry<SchemaNodeTransformer[]>",
2860
2867
  "name": "APITransformerSlot",
2861
2868
  "exportNode": {
2862
2869
  "__schema": "TypeSchema",
@@ -2904,6 +2911,7 @@
2904
2911
  "line": 10,
2905
2912
  "character": 15
2906
2913
  },
2914
+ "signature": "type TypeScriptCompilerOptions = {\n tsconfig: Record<string, any>;\n types: string[];\n compileJs?: boolean | undefined;\n compileJsx?: boolean | undefined;\n} & Partial<CompilerOptions>",
2907
2915
  "name": "TypeScriptCompilerOptions",
2908
2916
  "exportNode": {
2909
2917
  "__schema": "TypeSchema",
@@ -3115,6 +3123,7 @@
3115
3123
  "line": 10,
3116
3124
  "character": 42
3117
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}",
3118
3127
  "name": "TsCompilerOptionsWithoutTsConfig",
3119
3128
  "exportNode": {
3120
3129
  "__schema": "TypeSchema",
@@ -3163,6 +3172,7 @@
3163
3172
  "line": 11,
3164
3173
  "character": 10
3165
3174
  },
3175
+ "signature": "const TypescriptAspect: Aspect",
3166
3176
  "name": "TypescriptAspect",
3167
3177
  "exportNode": {
3168
3178
  "__schema": "VariableLikeSchema",
@@ -3281,6 +3291,7 @@
3281
3291
  "line": 5,
3282
3292
  "character": 10
3283
3293
  },
3294
+ "signature": "function classNamesTransformer(nameMapping: Record<string, string>): ts.TransformerFactory<ts.SourceFile>",
3284
3295
  "name": "classNamesTransformer",
3285
3296
  "exportNode": {
3286
3297
  "__schema": "FunctionLikeSchema",
@@ -3365,6 +3376,7 @@
3365
3376
  "line": 6,
3366
3377
  "character": 10
3367
3378
  },
3379
+ "signature": "function interfaceNamesTransformer(nameMapping: Record<string, string>): ts.TransformerFactory<ts.SourceFile>",
3368
3380
  "name": "interfaceNamesTransformer",
3369
3381
  "exportNode": {
3370
3382
  "__schema": "FunctionLikeSchema",
@@ -3449,6 +3461,7 @@
3449
3461
  "line": 7,
3450
3462
  "character": 10
3451
3463
  },
3464
+ "signature": "function variableNamesTransformer(nameMapping: Record<string, string>): ts.TransformerFactory<ts.SourceFile>",
3452
3465
  "name": "variableNamesTransformer",
3453
3466
  "exportNode": {
3454
3467
  "__schema": "FunctionLikeSchema",
@@ -3533,6 +3546,7 @@
3533
3546
  "line": 8,
3534
3547
  "character": 10
3535
3548
  },
3549
+ "signature": "function(mapping: Record<string, string>): (context: ts.TransformationContext) => (node: ts.SourceFile) => ts.SourceFile",
3536
3550
  "name": "functionNamesTransformer",
3537
3551
  "exportNode": {
3538
3552
  "__schema": "FunctionLikeSchema",
@@ -3584,6 +3598,7 @@
3584
3598
  "line": 9,
3585
3599
  "character": 10
3586
3600
  },
3601
+ "signature": "function typeAliasNamesTransformer(nameMapping: Record<string, string>): ts.TransformerFactory<ts.SourceFile>",
3587
3602
  "name": "typeAliasNamesTransformer",
3588
3603
  "exportNode": {
3589
3604
  "__schema": "FunctionLikeSchema",
@@ -3668,6 +3683,7 @@
3668
3683
  "line": 10,
3669
3684
  "character": 10
3670
3685
  },
3686
+ "signature": "function(mapping: Record<string, string>): (context: ts.TransformationContext) => (node: ts.SourceFile) => ts.SourceFile",
3671
3687
  "name": "importTransformer",
3672
3688
  "exportNode": {
3673
3689
  "__schema": "FunctionLikeSchema",
@@ -3719,6 +3735,7 @@
3719
3735
  "line": 11,
3720
3736
  "character": 10
3721
3737
  },
3738
+ "signature": "function(mapping: Record<string, string>): (context: ts.TransformationContext) => (node: ts.SourceFile) => ts.SourceFile",
3722
3739
  "name": "expressionStatementTransformer",
3723
3740
  "exportNode": {
3724
3741
  "__schema": "FunctionLikeSchema",
@@ -3770,6 +3787,7 @@
3770
3787
  "line": 12,
3771
3788
  "character": 10
3772
3789
  },
3790
+ "signature": "function(mapping: Record<string, string>): (context: ts.TransformationContext) => (node: ts.SourceFile) => ts.SourceFile",
3773
3791
  "name": "exportTransformer",
3774
3792
  "exportNode": {
3775
3793
  "__schema": "FunctionLikeSchema",
@@ -3821,6 +3839,7 @@
3821
3839
  "line": 13,
3822
3840
  "character": 10
3823
3841
  },
3842
+ "signature": "function transformSourceFile(sourceFilePath: string, sourceFileContent: string, transformers: ts.TransformerFactory<ts.SourceFile>[], formatter?: Formatter, updates?: Record<string, string>): Promise<string>",
3824
3843
  "name": "transformSourceFile",
3825
3844
  "exportNode": {
3826
3845
  "__schema": "FunctionLikeSchema",
@@ -4071,6 +4090,7 @@
4071
4090
  "line": 14,
4072
4091
  "character": 10
4073
4092
  },
4093
+ "signature": "function typeReferenceTransformer(mapping: Record<string, string>): ts.TransformerFactory<ts.SourceFile>",
4074
4094
  "name": "typeReferenceTransformer",
4075
4095
  "exportNode": {
4076
4096
  "__schema": "FunctionLikeSchema",
@@ -4155,6 +4175,7 @@
4155
4175
  "line": 13,
4156
4176
  "character": 15
4157
4177
  },
4178
+ "signature": "type SchemaNodeTransformer = {\n predicate(node: SchemaNode): boolean;\n transform(node: SchemaNode, context: SchemaExtractorContext): Promise<SchemaNode | null>;\n}",
4158
4179
  "name": "SchemaNodeTransformer",
4159
4180
  "exportNode": {
4160
4181
  "__schema": "TypeSchema",
@@ -4318,6 +4339,7 @@
4318
4339
  "line": 13,
4319
4340
  "character": 38
4320
4341
  },
4342
+ "signature": "type SchemaTransformer = {\n predicate(node: Node): boolean;\n getIdentifiers(node: Node, context: SchemaExtractorContext): Promise<Identifier[]>;\n transform(node: Node, context: SchemaExtractorContext): Promise<SchemaNode>;\n}",
4321
4343
  "name": "SchemaTransformer",
4322
4344
  "exportNode": {
4323
4345
  "__schema": "TypeSchema",
@@ -4565,6 +4587,7 @@
4565
4587
  "line": 14,
4566
4588
  "character": 10
4567
4589
  },
4590
+ "signature": "class SchemaExtractorContext",
4568
4591
  "name": "SchemaExtractorContext",
4569
4592
  "exportNode": {
4570
4593
  "__schema": "ClassSchema",
@@ -5442,7 +5465,7 @@
5442
5465
  "componentId": {
5443
5466
  "scope": "teambit.semantics",
5444
5467
  "name": "entities/semantic-schema",
5445
- "version": "0.0.70"
5468
+ "version": "0.0.71"
5446
5469
  }
5447
5470
  },
5448
5471
  "modifiers": []
@@ -8284,7 +8307,7 @@
8284
8307
  "_legacy": {
8285
8308
  "scope": "teambit.typescript",
8286
8309
  "name": "typescript",
8287
- "version": "1.0.410"
8310
+ "version": "1.0.412"
8288
8311
  },
8289
8312
  "_scope": "teambit.typescript"
8290
8313
  }
@@ -12476,7 +12499,7 @@
12476
12499
  "componentId": {
12477
12500
  "scope": "teambit.semantics",
12478
12501
  "name": "entities/semantic-schema",
12479
- "version": "0.0.70"
12502
+ "version": "0.0.71"
12480
12503
  }
12481
12504
  },
12482
12505
  "modifiers": []
@@ -14361,7 +14384,7 @@
14361
14384
  "componentId": {
14362
14385
  "scope": "teambit.typescript",
14363
14386
  "name": "typescript",
14364
- "version": "1.0.410"
14387
+ "version": "1.0.412"
14365
14388
  },
14366
14389
  "taggedModuleExports": []
14367
14390
  }
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.410/dist/typescript.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.410/dist/typescript.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.412/dist/typescript.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.412/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.410",
3
+ "version": "1.0.412",
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.410"
9
+ "version": "1.0.412"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -18,38 +18,38 @@
18
18
  "chalk": "2.4.2",
19
19
  "@teambit/typescript.typescript-compiler": "2.0.44",
20
20
  "@teambit/harmony": "0.4.6",
21
- "@teambit/compiler": "1.0.410",
21
+ "@teambit/compiler": "1.0.412",
22
22
  "@teambit/typescript.modules.ts-config-mutator": "0.0.83",
23
- "@teambit/builder": "1.0.410",
24
- "@teambit/component.sources": "0.0.29",
25
- "@teambit/component": "1.0.410",
26
- "@teambit/dependency-resolver": "1.0.410",
27
- "@teambit/formatter": "1.0.410",
23
+ "@teambit/builder": "1.0.412",
24
+ "@teambit/component.sources": "0.0.30",
25
+ "@teambit/component": "1.0.412",
26
+ "@teambit/dependency-resolver": "1.0.412",
27
+ "@teambit/formatter": "1.0.412",
28
28
  "@teambit/legacy.utils": "0.0.5",
29
- "@teambit/semantics.entities.semantic-schema": "0.0.70",
29
+ "@teambit/semantics.entities.semantic-schema": "0.0.71",
30
30
  "@teambit/ts-server": "0.0.56",
31
- "@teambit/aspect-loader": "1.0.410",
32
- "@teambit/envs": "1.0.410",
33
- "@teambit/logger": "0.0.1080",
34
- "@teambit/schema": "1.0.410",
35
- "@teambit/scope": "1.0.410",
36
- "@teambit/workspace": "1.0.410",
37
- "@teambit/cli": "0.0.987",
38
- "@teambit/pkg": "1.0.410",
39
- "@teambit/watcher": "1.0.410"
31
+ "@teambit/aspect-loader": "1.0.412",
32
+ "@teambit/envs": "1.0.412",
33
+ "@teambit/logger": "0.0.1082",
34
+ "@teambit/schema": "1.0.412",
35
+ "@teambit/scope": "1.0.412",
36
+ "@teambit/workspace": "1.0.412",
37
+ "@teambit/cli": "0.0.989",
38
+ "@teambit/pkg": "1.0.412",
39
+ "@teambit/watcher": "1.0.412"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/lodash": "4.14.165",
43
- "@types/chai": "4.2.15",
44
43
  "chai": "4.3.0",
45
44
  "@types/fs-extra": "9.0.7",
46
45
  "@types/mocha": "9.1.0",
47
- "@teambit/harmony.envs.core-aspect-env": "0.0.47",
46
+ "@teambit/harmony.envs.core-aspect-env": "0.0.59",
48
47
  "@teambit/typescript.aspect-docs.typescript": "0.0.168"
49
48
  },
50
49
  "peerDependencies": {
51
50
  "react": "^17.0.0 || ^18.0.0",
52
51
  "@types/react": "^17.0.73",
52
+ "@types/chai": "4.3.19",
53
53
  "@teambit/legacy": "1.0.624"
54
54
  },
55
55
  "license": "Apache-2.0",