@teambit/renaming 1.0.204 → 1.0.205
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +2 -2
- package/artifacts/preview/teambit_component_renaming-preview.js +1 -1
- package/artifacts/schema.json +61 -21
- package/dist/{preview-1711077715212.js → preview-1711163914029.js} +2 -2
- package/dist/rename.cmd.js +1 -1
- package/dist/rename.cmd.js.map +1 -1
- package/dist/renaming.main.runtime.d.ts +4 -4
- package/dist/renaming.main.runtime.js +6 -8
- package/dist/renaming.main.runtime.js.map +1 -1
- package/dist/scope-rename.cmd.d.ts +2 -1
- package/dist/scope-rename.cmd.js +6 -4
- package/dist/scope-rename.cmd.js.map +1 -1
- package/package.json +14 -14
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="1" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.component/renaming@1.0.
|
|
4
|
-
<testcase classname="dist/renaming.spec.js" name="should bring the files back"/>
|
|
3
|
+
<testsuite name="teambit.component/renaming@1.0.205" tests="1" failures="0" errors="0" skipped="0">
|
|
4
|
+
<testcase classname="dist/renaming.spec.js" name="should bring the files back" time="0.001"/>
|
|
5
5
|
</testsuite>
|
|
6
6
|
</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.component/renaming-preview"]=t():e["teambit.component/renaming-preview"]=t()}(self,(()=>(()=>{"use strict";var e={
|
|
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.component/renaming-preview"]=t():e["teambit.component/renaming-preview"]=t()}(self,(()=>(()=>{"use strict";var e={22207:(e,t,o)=>{var n={id:"teambit.component/renaming@1.0.205",homepage:"https://bit.cloud/teambit/component/renaming",exported:!0};function r(){const e=i(o(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=n,i.__bit_component=n;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/extensions-icons/rename.svg"}));p.__bit_component=n,t.Logo=p},41594:e=>{e.exports=React}},t={};function o(n){var r=t[n];if(void 0!==r)return r.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,o),i.exports}o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{o.r(n),o.d(n,{compositions:()=>u,compositions_metadata:()=>f,overview:()=>m});var e={};o.r(e),o.d(e,{default:()=>d});var t=o(22207);o(41594);const r=MdxJsReact,i=TeambitMdxUiMdxScopeContext;var p=["components"];function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},a.apply(this,arguments)}var c={},s="wrapper";function d(e){var t=e.components,o=function(e,t){if(null==e)return{};var o,n,r=function(e,t){if(null==e)return{};var o,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)o=i[n],t.indexOf(o)>=0||(r[o]=e[o]);return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)o=i[n],t.indexOf(o)>=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(r[o]=e[o])}return r}(e,p);return(0,r.mdx)(s,a({},c,o,{components:t,mdxType:"MDXLayout"}),(0,r.mdx)(i.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}d.isMDXComponent=!0;const u=[t],m=[e],f={compositions:[{displayName:"Logo",identifier:"Logo"}]}})(),n})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"__schema": "FunctionLikeSchema",
|
|
498
498
|
"location": {
|
|
499
499
|
"filePath": "renaming.main.runtime.ts",
|
|
500
|
-
"line":
|
|
500
|
+
"line": 179,
|
|
501
501
|
"character": 3
|
|
502
502
|
},
|
|
503
503
|
"signature": "(method) RenamingMain.getRenamingInfo(component: Component): RenamingInfo | null",
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
"__schema": "ParameterSchema",
|
|
508
508
|
"location": {
|
|
509
509
|
"filePath": "renaming.main.runtime.ts",
|
|
510
|
-
"line":
|
|
510
|
+
"line": 179,
|
|
511
511
|
"character": 19
|
|
512
512
|
},
|
|
513
513
|
"name": "component",
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
"__schema": "TypeRefSchema",
|
|
516
516
|
"location": {
|
|
517
517
|
"filePath": "renaming.main.runtime.ts",
|
|
518
|
-
"line":
|
|
518
|
+
"line": 179,
|
|
519
519
|
"character": 30
|
|
520
520
|
},
|
|
521
521
|
"name": "Component",
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
"__schema": "TypeUnionSchema",
|
|
533
533
|
"location": {
|
|
534
534
|
"filePath": "renaming.main.runtime.ts",
|
|
535
|
-
"line":
|
|
535
|
+
"line": 179,
|
|
536
536
|
"character": 42
|
|
537
537
|
},
|
|
538
538
|
"types": [
|
|
@@ -540,7 +540,7 @@
|
|
|
540
540
|
"__schema": "TypeRefSchema",
|
|
541
541
|
"location": {
|
|
542
542
|
"filePath": "renaming.main.runtime.ts",
|
|
543
|
-
"line":
|
|
543
|
+
"line": 179,
|
|
544
544
|
"character": 42
|
|
545
545
|
},
|
|
546
546
|
"name": "RenamingInfo",
|
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
"__schema": "LiteralTypeSchema",
|
|
551
551
|
"location": {
|
|
552
552
|
"filePath": "renaming.main.runtime.ts",
|
|
553
|
-
"line":
|
|
553
|
+
"line": 179,
|
|
554
554
|
"character": 57
|
|
555
555
|
},
|
|
556
556
|
"name": "null"
|
|
@@ -570,13 +570,13 @@
|
|
|
570
570
|
"__schema": "DocSchema",
|
|
571
571
|
"location": {
|
|
572
572
|
"filePath": "renaming.main.runtime.ts",
|
|
573
|
-
"line":
|
|
573
|
+
"line": 187,
|
|
574
574
|
"character": 3
|
|
575
575
|
},
|
|
576
|
-
"raw": "/**\n * change the default-scope for new components
|
|
577
|
-
"comment": "change the default-scope for new components
|
|
576
|
+
"raw": "/**\n * change the default-scope for new components.\n * for tagged/exported components, delete (or deprecate - depends on the flag) the original ones and create new ones.\n * optionally (if refactor is true), change the source code to match the new scope-name.\n */",
|
|
577
|
+
"comment": "change the default-scope for new components.\nfor tagged/exported components, delete (or deprecate - depends on the flag) the original ones and create new ones.\noptionally (if refactor is true), change the source code to match the new scope-name."
|
|
578
578
|
},
|
|
579
|
-
"signature": "(method) RenamingMain.renameScope(oldScope: string, newScope: string, options?: {\n refactor?: boolean;\n deprecate?: boolean;\n}): Promise<RenameResult>",
|
|
579
|
+
"signature": "(method) RenamingMain.renameScope(oldScope: string, newScope: string, options?: {\n refactor?: boolean;\n deprecate?: boolean;\n preserve?: boolean;\n}): Promise<RenameResult>",
|
|
580
580
|
"name": "renameScope",
|
|
581
581
|
"params": [
|
|
582
582
|
{
|
|
@@ -674,6 +674,26 @@
|
|
|
674
674
|
"name": "boolean"
|
|
675
675
|
},
|
|
676
676
|
"isOptional": true
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"__schema": "VariableLikeSchema",
|
|
680
|
+
"location": {
|
|
681
|
+
"filePath": "renaming.main.runtime.ts",
|
|
682
|
+
"line": 195,
|
|
683
|
+
"character": 57
|
|
684
|
+
},
|
|
685
|
+
"signature": "(property) preserve?: boolean | undefined",
|
|
686
|
+
"name": "preserve",
|
|
687
|
+
"type": {
|
|
688
|
+
"__schema": "KeywordTypeSchema",
|
|
689
|
+
"location": {
|
|
690
|
+
"filePath": "renaming.main.runtime.ts",
|
|
691
|
+
"line": 195,
|
|
692
|
+
"character": 68
|
|
693
|
+
},
|
|
694
|
+
"name": "boolean"
|
|
695
|
+
},
|
|
696
|
+
"isOptional": true
|
|
677
697
|
}
|
|
678
698
|
]
|
|
679
699
|
},
|
|
@@ -1762,7 +1782,7 @@
|
|
|
1762
1782
|
"__schema": "FunctionLikeSchema",
|
|
1763
1783
|
"location": {
|
|
1764
1784
|
"filePath": "renaming.main.runtime.ts",
|
|
1765
|
-
"line":
|
|
1785
|
+
"line": 179,
|
|
1766
1786
|
"character": 3
|
|
1767
1787
|
},
|
|
1768
1788
|
"signature": "(method) RenamingMain.getRenamingInfo(component: Component): RenamingInfo | null",
|
|
@@ -1772,7 +1792,7 @@
|
|
|
1772
1792
|
"__schema": "ParameterSchema",
|
|
1773
1793
|
"location": {
|
|
1774
1794
|
"filePath": "renaming.main.runtime.ts",
|
|
1775
|
-
"line":
|
|
1795
|
+
"line": 179,
|
|
1776
1796
|
"character": 19
|
|
1777
1797
|
},
|
|
1778
1798
|
"name": "component",
|
|
@@ -1780,7 +1800,7 @@
|
|
|
1780
1800
|
"__schema": "TypeRefSchema",
|
|
1781
1801
|
"location": {
|
|
1782
1802
|
"filePath": "renaming.main.runtime.ts",
|
|
1783
|
-
"line":
|
|
1803
|
+
"line": 179,
|
|
1784
1804
|
"character": 30
|
|
1785
1805
|
},
|
|
1786
1806
|
"name": "Component",
|
|
@@ -1797,7 +1817,7 @@
|
|
|
1797
1817
|
"__schema": "TypeUnionSchema",
|
|
1798
1818
|
"location": {
|
|
1799
1819
|
"filePath": "renaming.main.runtime.ts",
|
|
1800
|
-
"line":
|
|
1820
|
+
"line": 179,
|
|
1801
1821
|
"character": 42
|
|
1802
1822
|
},
|
|
1803
1823
|
"types": [
|
|
@@ -1805,7 +1825,7 @@
|
|
|
1805
1825
|
"__schema": "TypeRefSchema",
|
|
1806
1826
|
"location": {
|
|
1807
1827
|
"filePath": "renaming.main.runtime.ts",
|
|
1808
|
-
"line":
|
|
1828
|
+
"line": 179,
|
|
1809
1829
|
"character": 42
|
|
1810
1830
|
},
|
|
1811
1831
|
"name": "RenamingInfo",
|
|
@@ -1815,7 +1835,7 @@
|
|
|
1815
1835
|
"__schema": "LiteralTypeSchema",
|
|
1816
1836
|
"location": {
|
|
1817
1837
|
"filePath": "renaming.main.runtime.ts",
|
|
1818
|
-
"line":
|
|
1838
|
+
"line": 179,
|
|
1819
1839
|
"character": 57
|
|
1820
1840
|
},
|
|
1821
1841
|
"name": "null"
|
|
@@ -1835,13 +1855,13 @@
|
|
|
1835
1855
|
"__schema": "DocSchema",
|
|
1836
1856
|
"location": {
|
|
1837
1857
|
"filePath": "renaming.main.runtime.ts",
|
|
1838
|
-
"line":
|
|
1858
|
+
"line": 187,
|
|
1839
1859
|
"character": 3
|
|
1840
1860
|
},
|
|
1841
|
-
"raw": "/**\n * change the default-scope for new components
|
|
1842
|
-
"comment": "change the default-scope for new components
|
|
1861
|
+
"raw": "/**\n * change the default-scope for new components.\n * for tagged/exported components, delete (or deprecate - depends on the flag) the original ones and create new ones.\n * optionally (if refactor is true), change the source code to match the new scope-name.\n */",
|
|
1862
|
+
"comment": "change the default-scope for new components.\nfor tagged/exported components, delete (or deprecate - depends on the flag) the original ones and create new ones.\noptionally (if refactor is true), change the source code to match the new scope-name."
|
|
1843
1863
|
},
|
|
1844
|
-
"signature": "(method) RenamingMain.renameScope(oldScope: string, newScope: string, options?: {\n refactor?: boolean;\n deprecate?: boolean;\n}): Promise<RenameResult>",
|
|
1864
|
+
"signature": "(method) RenamingMain.renameScope(oldScope: string, newScope: string, options?: {\n refactor?: boolean;\n deprecate?: boolean;\n preserve?: boolean;\n}): Promise<RenameResult>",
|
|
1845
1865
|
"name": "renameScope",
|
|
1846
1866
|
"params": [
|
|
1847
1867
|
{
|
|
@@ -1939,6 +1959,26 @@
|
|
|
1939
1959
|
"name": "boolean"
|
|
1940
1960
|
},
|
|
1941
1961
|
"isOptional": true
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"__schema": "VariableLikeSchema",
|
|
1965
|
+
"location": {
|
|
1966
|
+
"filePath": "renaming.main.runtime.ts",
|
|
1967
|
+
"line": 195,
|
|
1968
|
+
"character": 57
|
|
1969
|
+
},
|
|
1970
|
+
"signature": "(property) preserve?: boolean | undefined",
|
|
1971
|
+
"name": "preserve",
|
|
1972
|
+
"type": {
|
|
1973
|
+
"__schema": "KeywordTypeSchema",
|
|
1974
|
+
"location": {
|
|
1975
|
+
"filePath": "renaming.main.runtime.ts",
|
|
1976
|
+
"line": 195,
|
|
1977
|
+
"character": 68
|
|
1978
|
+
},
|
|
1979
|
+
"name": "boolean"
|
|
1980
|
+
},
|
|
1981
|
+
"isOptional": true
|
|
1942
1982
|
}
|
|
1943
1983
|
]
|
|
1944
1984
|
},
|
|
@@ -2815,7 +2855,7 @@
|
|
|
2815
2855
|
"componentId": {
|
|
2816
2856
|
"scope": "teambit.component",
|
|
2817
2857
|
"name": "renaming",
|
|
2818
|
-
"version": "1.0.
|
|
2858
|
+
"version": "1.0.205"
|
|
2819
2859
|
},
|
|
2820
2860
|
"taggedModuleExports": []
|
|
2821
2861
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_renaming@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_renaming@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_renaming@1.0.205/dist/renaming.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_renaming@1.0.205/dist/renaming.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/dist/rename.cmd.js
CHANGED
|
@@ -31,7 +31,7 @@ class RenameCmd {
|
|
|
31
31
|
_defineProperty(this, "group", 'collaborate');
|
|
32
32
|
_defineProperty(this, "skipWorkspace", true);
|
|
33
33
|
_defineProperty(this, "alias", '');
|
|
34
|
-
_defineProperty(this, "options", [['s', 'scope <scope-name>', 'define the scope for the
|
|
34
|
+
_defineProperty(this, "options", [['s', 'scope <scope-name>', 'define the scope for the new component'], ['r', 'refactor', 'update the import/require statements in all dependent components (in the same workspace)'], ['', 'preserve', 'avoid renaming files and variables/classes according to the new component name'], ['', 'ast', 'EXPERIMENTAL. use ast to transform files instead of regex'], ['', 'delete', 'DEPRECATED. this is now the default'], ['', 'deprecate', 'instead of deleting the original component, deprecating it'], ['p', 'path <relative-path>', 'relative path in the workspace to place new component in. by default, the directory of the new component is from your workspace\'s "defaultScope" value']]);
|
|
35
35
|
_defineProperty(this, "loader", true);
|
|
36
36
|
_defineProperty(this, "remoteOp", true);
|
|
37
37
|
}
|
package/dist/rename.cmd.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_chalk","data","_interopRequireDefault","require","obj","__esModule","default","_defineProperty","key","value","_toPropertyKey","Object","defineProperty","enumerable","configurable","writable","t","i","_toPrimitive","String","r","e","Symbol","toPrimitive","call","TypeError","Number","RenameCmd","constructor","renaming","name","description","report","sourceId","targetId","options","results","rename","chalk","green","bold","toString","exports"],"sources":["rename.cmd.ts"],"sourcesContent":["import chalk from 'chalk';\nimport { Command, CommandOptions } from '@teambit/cli';\nimport { RenamingMain } from '.';\n\nexport type RenameOptions = {\n scope?: string;\n path?: string;\n refactor?: boolean;\n preserve?: boolean;\n ast?: boolean;\n deprecate?: boolean;\n};\n\nexport class RenameCmd implements Command {\n name = 'rename <current-name> <new-name>';\n description =\n 'rename component. if exported, create a new component and delete the original component. otherwise just renames current component';\n helpUrl = 'reference/components/renaming-components';\n arguments = [\n {\n name: 'current-name',\n description: 'the current component name (without its scope name)',\n },\n {\n name: 'new-name',\n description: \"the new component name (without its scope name. use --scope to define the new component's scope)\",\n },\n ];\n group = 'collaborate';\n skipWorkspace = true;\n alias = '';\n options = [\n ['s', 'scope <scope-name>', 'define the scope for the
|
|
1
|
+
{"version":3,"names":["_chalk","data","_interopRequireDefault","require","obj","__esModule","default","_defineProperty","key","value","_toPropertyKey","Object","defineProperty","enumerable","configurable","writable","t","i","_toPrimitive","String","r","e","Symbol","toPrimitive","call","TypeError","Number","RenameCmd","constructor","renaming","name","description","report","sourceId","targetId","options","results","rename","chalk","green","bold","toString","exports"],"sources":["rename.cmd.ts"],"sourcesContent":["import chalk from 'chalk';\nimport { Command, CommandOptions } from '@teambit/cli';\nimport { RenamingMain } from '.';\n\nexport type RenameOptions = {\n scope?: string;\n path?: string;\n refactor?: boolean;\n preserve?: boolean;\n ast?: boolean;\n deprecate?: boolean;\n};\n\nexport class RenameCmd implements Command {\n name = 'rename <current-name> <new-name>';\n description =\n 'rename component. if exported, create a new component and delete the original component. otherwise just renames current component';\n helpUrl = 'reference/components/renaming-components';\n arguments = [\n {\n name: 'current-name',\n description: 'the current component name (without its scope name)',\n },\n {\n name: 'new-name',\n description: \"the new component name (without its scope name. use --scope to define the new component's scope)\",\n },\n ];\n group = 'collaborate';\n skipWorkspace = true;\n alias = '';\n options = [\n ['s', 'scope <scope-name>', 'define the scope for the new component'],\n ['r', 'refactor', 'update the import/require statements in all dependent components (in the same workspace)'],\n ['', 'preserve', 'avoid renaming files and variables/classes according to the new component name'],\n ['', 'ast', 'EXPERIMENTAL. use ast to transform files instead of regex'],\n ['', 'delete', 'DEPRECATED. this is now the default'],\n ['', 'deprecate', 'instead of deleting the original component, deprecating it'],\n [\n 'p',\n 'path <relative-path>',\n 'relative path in the workspace to place new component in. by default, the directory of the new component is from your workspace\\'s \"defaultScope\" value',\n ],\n ] as CommandOptions;\n loader = true;\n remoteOp = true;\n\n constructor(private renaming: RenamingMain) {}\n\n async report([sourceId, targetId]: [string, string], options: RenameOptions): Promise<string> {\n const results = await this.renaming.rename(sourceId, targetId, options);\n return chalk.green(\n `successfully renamed ${chalk.bold(results.sourceId.toString())} to ${chalk.bold(results.targetId.toString())}`\n );\n }\n}\n"],"mappings":";;;;;;AAAA,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAH,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAA0B,SAAAC,uBAAAE,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,gBAAAH,GAAA,EAAAI,GAAA,EAAAC,KAAA,IAAAD,GAAA,GAAAE,cAAA,CAAAF,GAAA,OAAAA,GAAA,IAAAJ,GAAA,IAAAO,MAAA,CAAAC,cAAA,CAAAR,GAAA,EAAAI,GAAA,IAAAC,KAAA,EAAAA,KAAA,EAAAI,UAAA,QAAAC,YAAA,QAAAC,QAAA,oBAAAX,GAAA,CAAAI,GAAA,IAAAC,KAAA,WAAAL,GAAA;AAAA,SAAAM,eAAAM,CAAA,QAAAC,CAAA,GAAAC,YAAA,CAAAF,CAAA,uCAAAC,CAAA,GAAAA,CAAA,GAAAE,MAAA,CAAAF,CAAA;AAAA,SAAAC,aAAAF,CAAA,EAAAI,CAAA,2BAAAJ,CAAA,KAAAA,CAAA,SAAAA,CAAA,MAAAK,CAAA,GAAAL,CAAA,CAAAM,MAAA,CAAAC,WAAA,kBAAAF,CAAA,QAAAJ,CAAA,GAAAI,CAAA,CAAAG,IAAA,CAAAR,CAAA,EAAAI,CAAA,uCAAAH,CAAA,SAAAA,CAAA,YAAAQ,SAAA,yEAAAL,CAAA,GAAAD,MAAA,GAAAO,MAAA,EAAAV,CAAA;AAanB,MAAMW,SAAS,CAAoB;EAkCxCC,WAAWA,CAASC,QAAsB,EAAE;IAAA,KAAxBA,QAAsB,GAAtBA,QAAsB;IAAAtB,eAAA,eAjCnC,kCAAkC;IAAAA,eAAA,sBAEvC,mIAAmI;IAAAA,eAAA,kBAC3H,0CAA0C;IAAAA,eAAA,oBACxC,CACV;MACEuB,IAAI,EAAE,cAAc;MACpBC,WAAW,EAAE;IACf,CAAC,EACD;MACED,IAAI,EAAE,UAAU;MAChBC,WAAW,EAAE;IACf,CAAC,CACF;IAAAxB,eAAA,gBACO,aAAa;IAAAA,eAAA,wBACL,IAAI;IAAAA,eAAA,gBACZ,EAAE;IAAAA,eAAA,kBACA,CACR,CAAC,GAAG,EAAE,oBAAoB,EAAE,wCAAwC,CAAC,EACrE,CAAC,GAAG,EAAE,UAAU,EAAE,0FAA0F,CAAC,EAC7G,CAAC,EAAE,EAAE,UAAU,EAAE,gFAAgF,CAAC,EAClG,CAAC,EAAE,EAAE,KAAK,EAAE,2DAA2D,CAAC,EACxE,CAAC,EAAE,EAAE,QAAQ,EAAE,qCAAqC,CAAC,EACrD,CAAC,EAAE,EAAE,WAAW,EAAE,4DAA4D,CAAC,EAC/E,CACE,GAAG,EACH,sBAAsB,EACtB,yJAAyJ,CAC1J,CACF;IAAAA,eAAA,iBACQ,IAAI;IAAAA,eAAA,mBACF,IAAI;EAE8B;EAE7C,MAAMyB,MAAMA,CAAC,CAACC,QAAQ,EAAEC,QAAQ,CAAmB,EAAEC,OAAsB,EAAmB;IAC5F,MAAMC,OAAO,GAAG,MAAM,IAAI,CAACP,QAAQ,CAACQ,MAAM,CAACJ,QAAQ,EAAEC,QAAQ,EAAEC,OAAO,CAAC;IACvE,OAAOG,gBAAK,CAACC,KAAK,CACf,wBAAuBD,gBAAK,CAACE,IAAI,CAACJ,OAAO,CAACH,QAAQ,CAACQ,QAAQ,CAAC,CAAC,CAAE,OAAMH,gBAAK,CAACE,IAAI,CAACJ,OAAO,CAACF,QAAQ,CAACO,QAAQ,CAAC,CAAC,CAAE,EAChH,CAAC;EACH;AACF;AAACC,OAAA,CAAAf,SAAA,GAAAA,SAAA","ignoreList":[]}
|
|
@@ -45,14 +45,14 @@ export declare class RenamingMain {
|
|
|
45
45
|
renameMultiple(multipleIds: RenameId[], options: RenameOptions): Promise<RenameResult>;
|
|
46
46
|
getRenamingInfo(component: Component): RenamingInfo | null;
|
|
47
47
|
/**
|
|
48
|
-
* change the default-scope for new components.
|
|
49
|
-
* new
|
|
50
|
-
*
|
|
51
|
-
* thrown in such cases in this method.
|
|
48
|
+
* change the default-scope for new components.
|
|
49
|
+
* for tagged/exported components, delete (or deprecate - depends on the flag) the original ones and create new ones.
|
|
50
|
+
* optionally (if refactor is true), change the source code to match the new scope-name.
|
|
52
51
|
*/
|
|
53
52
|
renameScope(oldScope: string, newScope: string, options?: {
|
|
54
53
|
refactor?: boolean;
|
|
55
54
|
deprecate?: boolean;
|
|
55
|
+
preserve?: boolean;
|
|
56
56
|
}): Promise<RenameResult>;
|
|
57
57
|
/**
|
|
58
58
|
* change the default-scope for new components. optionally (if refactor is true), change the source code to match the
|
|
@@ -325,11 +325,12 @@ make sure this argument is the name only, without the scope-name. to change the
|
|
|
325
325
|
}
|
|
326
326
|
if (!targetComp) throw new Error(`renameMultiple, targetComp is missing`);
|
|
327
327
|
await this.refactoring.refactorVariableAndClasses(targetComp, sourceId, targetId, options);
|
|
328
|
+
const compPath = this.newComponentHelper.getNewComponentPath(targetId);
|
|
328
329
|
this.refactoring.refactorFilenames(targetComp, sourceId, targetId);
|
|
329
330
|
await this.componentWriter.writeMany({
|
|
330
331
|
components: [targetComp.state._consumer],
|
|
331
332
|
skipDependencyInstallation: true,
|
|
332
|
-
writeToPath: this.
|
|
333
|
+
writeToPath: _path().default.join(this.workspace.path, compPath),
|
|
333
334
|
reasonForBitmapChange: 'rename'
|
|
334
335
|
});
|
|
335
336
|
});
|
|
@@ -360,10 +361,9 @@ make sure this argument is the name only, without the scope-name. to change the
|
|
|
360
361
|
}
|
|
361
362
|
|
|
362
363
|
/**
|
|
363
|
-
* change the default-scope for new components.
|
|
364
|
-
* new
|
|
365
|
-
*
|
|
366
|
-
* thrown in such cases in this method.
|
|
364
|
+
* change the default-scope for new components.
|
|
365
|
+
* for tagged/exported components, delete (or deprecate - depends on the flag) the original ones and create new ones.
|
|
366
|
+
* optionally (if refactor is true), change the source code to match the new scope-name.
|
|
367
367
|
*/
|
|
368
368
|
async renameScope(oldScope, newScope, options = {}) {
|
|
369
369
|
const allComponentsIds = this.workspace.listIds();
|
|
@@ -383,9 +383,7 @@ make sure this argument is the name only, without the scope-name. to change the
|
|
|
383
383
|
targetId
|
|
384
384
|
};
|
|
385
385
|
});
|
|
386
|
-
return this.renameMultiple(multipleIds,
|
|
387
|
-
preserve: true
|
|
388
|
-
}));
|
|
386
|
+
return this.renameMultiple(multipleIds, options);
|
|
389
387
|
}
|
|
390
388
|
|
|
391
389
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_fsExtra","data","_interopRequireDefault","require","_path","_config","_logger","_workspaceModules","_cli","_component","_deprecation","_graphql","_lodash","_compiler","_envs","_newComponentHelper","_remove","_refactoring","_componentWriter","_workspace","_pMapSeries","_install","_legacyBitId","_rename","_renaming","_renaming2","_renaming3","_scopeRename","_oldScopeNotFound","_scopeRenameOwner","_renamingTagged","obj","__esModule","default","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","key","value","_toPropertyKey","configurable","writable","i","_toPrimitive","String","Symbol","toPrimitive","call","TypeError","Number","RenamingMain","constructor","workspace","install","newComponentHelper","deprecation","refactoring","config","componentWriter","compiler","logger","envs","remove","rename","sourceIdStr","targetName","options","isValidIdChunk","includes","Error","InvalidName","sourceId","resolveComponentId","targetId","getNewComponentId","undefined","scope","renameMultiple","multipleIds","renameData","stagedComps","hasVersion","isExported","idsStr","map","toString","RenamingTagged","pMapSeries","isTagged","sourceComp","get","isEnv","sourcePackageName","componentPackageName","sourcePkg","compIdsUsingItAsEnv","getComponentsUsingEnv","c","id","preserve","refactorVariableAndClasses","refactorFilenames","getConfig","writeAndAddNewComp","deprecate","deleteComps","bitMap","renameNewComponent","deleteLinkFromNodeModules","write","renameAspectIdsInWorkspaceConfig","_reloadConsumer","changeEnvsAccordingToNewIds","itemData","targetComp","targetPkg","refactoredIds","refactor","allComponents","list","packagesToReplace","oldStr","newStr","changedComponents","replaceMultipleStrings","Promise","all","comp","writeMany","components","state","_consumer","skipDependencyInstallation","writeToPath","getNewComponentPath","reasonForBitmapChange","renameAspectInConfig","targetComps","compact","linkToNodeModulesByComponents","compileGracefully","getRenamingInfo","component","renameConfig","aspects","RenamingAspect","renamedFrom","ComponentID","fromObject","renameScope","oldScope","newScope","allComponentsIds","listIds","componentsUsingOldScope","compId","defaultScope","OldScopeNotFound","setDefaultScope","name","fullName","renameOwner","oldOwner","newOwner","isScopeUsesOldOwner","startsWith","oldWorkspaceDefaultScope","newWorkspaceDefaultScope","renameOwnerInScopeName","hasScope","changeScope","changeDefaultScope","ids","workspaceConfig","hasChanged","some","renameId","renameExtensionInRaw","toStringWithoutVersion","reasonForChange","renameItem","componentIds","newEnvId","newComponentIds","found","find","isEqualWithoutVersion","setEnvToComponents","packageName","fs","path","join","compileOnWorkspace","err","consoleFailure","message","scopeName","replace","fromExisting","getConfigFromExistingToNewComponent","toObject","provider","cli","componentMain","graphql","loggerMain","createLogger","renaming","register","RenameCmd","scopeCommand","getCommand","commands","ScopeRenameCmd","ScopeRenameOwnerCmd","renamingSchema","registerShowFragments","RenamingFragment","exports","CLIAspect","WorkspaceAspect","DeprecationAspect","NewComponentHelperAspect","ComponentAspect","GraphqlAspect","RefactoringAspect","InstallAspect","ConfigAspect","ComponentWriterAspect","CompilerAspect","LoggerAspect","EnvsAspect","RemoveAspect","MainRuntime","addRuntime","_default"],"sources":["renaming.main.runtime.ts"],"sourcesContent":["import fs from 'fs-extra';\nimport path from 'path';\nimport { ConfigAspect, ConfigMain } from '@teambit/config';\nimport { Logger, LoggerAspect, LoggerMain } from '@teambit/logger';\nimport { linkToNodeModulesByComponents } from '@teambit/workspace.modules.node-modules-linker';\nimport { CLIAspect, CLIMain, MainRuntime } from '@teambit/cli';\nimport { ComponentAspect, Component, ComponentID, ComponentMain } from '@teambit/component';\nimport { DeprecationAspect, DeprecationMain } from '@teambit/deprecation';\nimport { GraphqlAspect, GraphqlMain } from '@teambit/graphql';\nimport { compact } from 'lodash';\nimport { CompilerAspect, CompilerMain } from '@teambit/compiler';\nimport { EnvsAspect, EnvsMain } from '@teambit/envs';\nimport { NewComponentHelperAspect, NewComponentHelperMain } from '@teambit/new-component-helper';\nimport { RemoveAspect, RemoveMain } from '@teambit/remove';\nimport { RefactoringAspect, MultipleStringsReplacement, RefactoringMain } from '@teambit/refactoring';\nimport { ComponentWriterAspect, ComponentWriterMain } from '@teambit/component-writer';\nimport { WorkspaceAspect, Workspace } from '@teambit/workspace';\nimport pMapSeries from 'p-map-series';\nimport { InstallMain, InstallAspect } from '@teambit/install';\nimport { isValidIdChunk, InvalidName } from '@teambit/legacy-bit-id';\nimport { RenameCmd, RenameOptions } from './rename.cmd';\nimport { RenamingAspect } from './renaming.aspect';\nimport { RenamingFragment } from './renaming.fragment';\nimport { renamingSchema } from './renaming.graphql';\nimport { ScopeRenameCmd } from './scope-rename.cmd';\nimport { OldScopeNotFound } from './exceptions/old-scope-not-found';\nimport { ScopeRenameOwnerCmd } from './scope-rename-owner.cmd';\nimport { RenamingTagged } from './exceptions/renaming-tagged';\n\ntype RenameId = { sourceId: ComponentID; targetId: ComponentID };\ntype RenameData = RenameId & {\n sourcePkg: string;\n isTagged: boolean;\n targetPkg?: string;\n targetComp?: Component;\n compIdsUsingItAsEnv?: ComponentID[];\n};\nexport type RenameResult = { renameData: RenameData[]; refactoredIds: ComponentID[] };\n\nexport class RenamingMain {\n constructor(\n private workspace: Workspace,\n private install: InstallMain,\n private newComponentHelper: NewComponentHelperMain,\n private deprecation: DeprecationMain,\n private refactoring: RefactoringMain,\n private config: ConfigMain,\n private componentWriter: ComponentWriterMain,\n private compiler: CompilerMain,\n private logger: Logger,\n private envs: EnvsMain,\n private remove: RemoveMain\n ) {}\n\n async rename(\n sourceIdStr: string,\n targetName: string,\n options: RenameOptions = {}\n ): Promise<RenameDependencyNameResult> {\n if (!isValidIdChunk(targetName)) {\n if (targetName.includes('.'))\n throw new Error(`error: new-name argument \"${targetName}\" includes a dot.\nmake sure this argument is the name only, without the scope-name. to change the scope-name, use --scope flag`);\n throw new InvalidName(targetName);\n }\n const sourceId = await this.workspace.resolveComponentId(sourceIdStr);\n const targetId = this.newComponentHelper.getNewComponentId(targetName, undefined, options?.scope || sourceId.scope);\n await this.renameMultiple([{ sourceId, targetId }], options);\n\n return {\n sourceId,\n targetId,\n };\n }\n\n async renameMultiple(multipleIds: RenameId[], options: RenameOptions): Promise<RenameResult> {\n const renameData: RenameData[] = [];\n\n const stagedComps = multipleIds.filter(\n ({ sourceId }) => sourceId.hasVersion() && !this.workspace.isExported(sourceId)\n );\n\n if (stagedComps.length) {\n const idsStr = stagedComps.map(({ sourceId }) => sourceId.toString());\n throw new RenamingTagged(idsStr);\n }\n\n await pMapSeries(multipleIds, async ({ sourceId, targetId }) => {\n const isTagged = sourceId.hasVersion();\n const sourceComp = await this.workspace.get(sourceId);\n const isEnv = this.envs.isEnv(sourceComp);\n const sourcePackageName = this.workspace.componentPackageName(sourceComp);\n renameData.push({\n sourceId,\n targetId,\n sourcePkg: sourcePackageName,\n isTagged,\n compIdsUsingItAsEnv: isEnv\n ? (await this.workspace.getComponentsUsingEnv(sourceId.toString(), true)).map((c) => c.id)\n : undefined,\n });\n });\n\n await pMapSeries(renameData, async ({ sourceId, targetId, isTagged, sourcePkg }) => {\n const sourceComp = await this.workspace.get(sourceId);\n if (!options.preserve) {\n await this.refactoring.refactorVariableAndClasses(sourceComp, sourceId, targetId);\n this.refactoring.refactorFilenames(sourceComp, sourceId, targetId);\n }\n if (isTagged) {\n const config = await this.getConfig(sourceComp);\n await this.newComponentHelper.writeAndAddNewComp(sourceComp, targetId, options, config);\n options.deprecate\n ? await this.deprecation.deprecate(sourceId, targetId)\n : await this.remove.deleteComps(sourceId.toString());\n } else {\n this.workspace.bitMap.renameNewComponent(sourceId, targetId);\n await this.deleteLinkFromNodeModules(sourcePkg);\n }\n });\n await this.workspace.bitMap.write(`rename`);\n await this.renameAspectIdsInWorkspaceConfig(multipleIds);\n await this.workspace._reloadConsumer(); // in order to reload .bitmap file and clear all caches.\n await this.changeEnvsAccordingToNewIds(renameData);\n await pMapSeries(renameData, async (itemData) => {\n itemData.targetComp = await this.workspace.get(itemData.targetId);\n itemData.targetPkg = this.workspace.componentPackageName(itemData.targetComp);\n });\n\n const refactoredIds: ComponentID[] = [];\n if (options.refactor) {\n const allComponents = await this.workspace.list();\n const packagesToReplace: MultipleStringsReplacement = renameData.map(({ sourcePkg, targetPkg }) => {\n if (!targetPkg) throw new Error(`renameMultiple, targetPkg is missing`);\n return {\n // replace only packages ending with slash, quote or double-quote. otherwise, it could replace part of other packages.\n oldStr: `${sourcePkg}(['\"/])`,\n newStr: `${targetPkg}$1`,\n };\n });\n\n const { changedComponents } = await this.refactoring.replaceMultipleStrings(allComponents, packagesToReplace);\n await Promise.all(changedComponents.map((comp) => this.workspace.write(comp)));\n refactoredIds.push(...changedComponents.map((c) => c.id));\n }\n\n if (!options.preserve) {\n await pMapSeries(renameData, async ({ sourceId, targetId, targetComp, isTagged }) => {\n if (isTagged) {\n // we have done this logic already for tagged components before. (search for refactorVariableAndClasses).\n return;\n }\n if (!targetComp) throw new Error(`renameMultiple, targetComp is missing`);\n await this.refactoring.refactorVariableAndClasses(targetComp, sourceId, targetId, options);\n this.refactoring.refactorFilenames(targetComp, sourceId, targetId);\n await this.componentWriter.writeMany({\n components: [targetComp.state._consumer],\n skipDependencyInstallation: true,\n writeToPath: this.newComponentHelper.getNewComponentPath(targetId),\n reasonForBitmapChange: 'rename',\n });\n });\n }\n\n multipleIds.forEach(({ sourceId, targetId }) => {\n this.workspace.bitMap.renameAspectInConfig(sourceId, targetId);\n });\n\n await this.workspace.bitMap.write(`rename`);\n\n const targetComps = compact(renameData.map(({ targetComp }) => targetComp));\n await linkToNodeModulesByComponents(targetComps, this.workspace); // link the new-name to node-modules\n await this.compileGracefully(targetComps.map((c) => c.id));\n\n return { refactoredIds, renameData };\n }\n\n getRenamingInfo(component: Component): RenamingInfo | null {\n const renameConfig = component.state.aspects.get(RenamingAspect.id)?.config as RenamingInfo | undefined;\n if (!renameConfig) return null;\n return {\n renamedFrom: ComponentID.fromObject(renameConfig.renamedFrom),\n };\n }\n\n /**\n * change the default-scope for new components. optionally (if refactor is true), change the source code to match the\n * new scope-name.\n * keep in mind that this is working for new components only, for tagged/exported it's impossible. See the errors\n * thrown in such cases in this method.\n */\n async renameScope(\n oldScope: string,\n newScope: string,\n options: { refactor?: boolean; deprecate?: boolean } = {}\n ): Promise<RenameResult> {\n const allComponentsIds = this.workspace.listIds();\n const componentsUsingOldScope = allComponentsIds.filter((compId) => compId.scope === oldScope);\n if (!componentsUsingOldScope.length && this.workspace.defaultScope !== oldScope) {\n throw new OldScopeNotFound(oldScope);\n }\n if (this.workspace.defaultScope === oldScope) {\n await this.workspace.setDefaultScope(newScope, false);\n }\n const multipleIds: RenameId[] = componentsUsingOldScope.map((compId) => {\n const targetId = ComponentID.fromObject({ name: compId.fullName }, newScope);\n return { sourceId: compId, targetId };\n });\n return this.renameMultiple(multipleIds, { ...options, preserve: true });\n }\n\n /**\n * change the default-scope for new components. optionally (if refactor is true), change the source code to match the\n * new scope-name.\n * keep in mind that this is working for new components only, for tagged/exported it's impossible. See the errors\n * thrown in such cases in this method.\n */\n async renameOwner(\n oldOwner: string,\n newOwner: string,\n options: { refactor?: boolean; ast?: boolean }\n ): Promise<RenameResult> {\n const isScopeUsesOldOwner = (scope: string) => scope.startsWith(`${oldOwner}.`);\n\n const allComponentsIds = this.workspace.listIds();\n const componentsUsingOldScope = allComponentsIds.filter((compId) => isScopeUsesOldOwner(compId.scope));\n if (!componentsUsingOldScope.length && !isScopeUsesOldOwner(this.workspace.defaultScope)) {\n throw new OldScopeNotFound(oldOwner);\n }\n const oldWorkspaceDefaultScope = this.workspace.defaultScope;\n const newWorkspaceDefaultScope = isScopeUsesOldOwner(oldWorkspaceDefaultScope)\n ? this.renameOwnerInScopeName(oldWorkspaceDefaultScope, oldOwner, newOwner)\n : undefined;\n if (newWorkspaceDefaultScope) {\n await this.workspace.setDefaultScope(newWorkspaceDefaultScope, false);\n }\n const multipleIds: RenameId[] = componentsUsingOldScope.map((compId) => {\n const newScope = this.renameOwnerInScopeName(compId.scope, oldOwner, newOwner);\n const targetId = compId.hasScope() ? compId.changeScope(newScope) : compId.changeDefaultScope(newScope);\n return { sourceId: compId, targetId };\n });\n return this.renameMultiple(multipleIds, { ...options, preserve: true });\n }\n\n private async renameAspectIdsInWorkspaceConfig(ids: RenameId[]) {\n const config = this.config.workspaceConfig;\n if (!config) throw new Error('unable to get workspace config');\n const hasChanged = ids.some((renameId) =>\n config.renameExtensionInRaw(\n renameId.sourceId.toStringWithoutVersion(),\n renameId.targetId.toStringWithoutVersion()\n )\n );\n if (hasChanged) await config.write({ reasonForChange: 'rename' });\n }\n private async changeEnvsAccordingToNewIds(renameData: RenameData[]) {\n await pMapSeries(renameData, async (renameItem) => {\n const componentIds = renameItem.compIdsUsingItAsEnv;\n if (!componentIds?.length) return;\n const newEnvId = renameItem.targetId;\n const newComponentIds = componentIds.map((id) => {\n const found = renameData.find((r) => r.sourceId.isEqualWithoutVersion(id));\n return found ? found.targetId : id;\n });\n await this.workspace.setEnvToComponents(newEnvId, newComponentIds);\n });\n }\n private async deleteLinkFromNodeModules(packageName: string) {\n await fs.remove(path.join(this.workspace.path, 'node_modules', packageName));\n }\n private async compileGracefully(ids: ComponentID[]) {\n try {\n await this.compiler.compileOnWorkspace(ids);\n } catch (err: any) {\n const idsStr = ids.map((id) => id.toString()).join(', ');\n this.logger.consoleFailure(`failed compiling the component(s) ${idsStr}. error: ${err.message}`);\n }\n }\n\n private renameOwnerInScopeName(scopeName: string, oldOwner: string, newOwner: string): string {\n return scopeName.replace(`${oldOwner}.`, `${newOwner}.`);\n }\n\n private async getConfig(comp: Component) {\n const fromExisting = await this.newComponentHelper.getConfigFromExistingToNewComponent(comp);\n return {\n ...fromExisting,\n [RenamingAspect.id]: {\n renamedFrom: comp.id.toObject(),\n },\n };\n }\n\n static slots = [];\n static dependencies = [\n CLIAspect,\n WorkspaceAspect,\n DeprecationAspect,\n NewComponentHelperAspect,\n ComponentAspect,\n GraphqlAspect,\n RefactoringAspect,\n InstallAspect,\n ConfigAspect,\n ComponentWriterAspect,\n CompilerAspect,\n LoggerAspect,\n EnvsAspect,\n RemoveAspect,\n ];\n static runtime = MainRuntime;\n static async provider([\n cli,\n workspace,\n deprecation,\n newComponentHelper,\n componentMain,\n graphql,\n refactoring,\n install,\n config,\n componentWriter,\n compiler,\n loggerMain,\n envs,\n remove,\n ]: [\n CLIMain,\n Workspace,\n DeprecationMain,\n NewComponentHelperMain,\n ComponentMain,\n GraphqlMain,\n RefactoringMain,\n InstallMain,\n ConfigMain,\n ComponentWriterMain,\n CompilerMain,\n LoggerMain,\n EnvsMain,\n RemoveMain\n ]) {\n const logger = loggerMain.createLogger(RenamingAspect.id);\n const renaming = new RenamingMain(\n workspace,\n install,\n newComponentHelper,\n deprecation,\n refactoring,\n config,\n componentWriter,\n compiler,\n logger,\n envs,\n remove\n );\n cli.register(new RenameCmd(renaming));\n\n const scopeCommand = cli.getCommand('scope');\n scopeCommand?.commands?.push(new ScopeRenameCmd(renaming));\n scopeCommand?.commands?.push(new ScopeRenameOwnerCmd(renaming));\n\n graphql.register(renamingSchema(renaming));\n componentMain.registerShowFragments([new RenamingFragment(renaming)]);\n return renaming;\n }\n}\n\nRenamingAspect.addRuntime(RenamingMain);\n\nexport type RenameDependencyNameResult = { sourceId: ComponentID; targetId: ComponentID };\n\nexport type RenamingInfo = {\n renamedFrom: ComponentID;\n};\n\nexport default RenamingMain;\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_fsExtra","data","_interopRequireDefault","require","_path","_config","_logger","_workspaceModules","_cli","_component","_deprecation","_graphql","_lodash","_compiler","_envs","_newComponentHelper","_remove","_refactoring","_componentWriter","_workspace","_pMapSeries","_install","_legacyBitId","_rename","_renaming","_renaming2","_renaming3","_scopeRename","_oldScopeNotFound","_scopeRenameOwner","_renamingTagged","obj","__esModule","default","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","key","value","_toPropertyKey","configurable","writable","i","_toPrimitive","String","Symbol","toPrimitive","call","TypeError","Number","RenamingMain","constructor","workspace","install","newComponentHelper","deprecation","refactoring","config","componentWriter","compiler","logger","envs","remove","rename","sourceIdStr","targetName","options","isValidIdChunk","includes","Error","InvalidName","sourceId","resolveComponentId","targetId","getNewComponentId","undefined","scope","renameMultiple","multipleIds","renameData","stagedComps","hasVersion","isExported","idsStr","map","toString","RenamingTagged","pMapSeries","isTagged","sourceComp","get","isEnv","sourcePackageName","componentPackageName","sourcePkg","compIdsUsingItAsEnv","getComponentsUsingEnv","c","id","preserve","refactorVariableAndClasses","refactorFilenames","getConfig","writeAndAddNewComp","deprecate","deleteComps","bitMap","renameNewComponent","deleteLinkFromNodeModules","write","renameAspectIdsInWorkspaceConfig","_reloadConsumer","changeEnvsAccordingToNewIds","itemData","targetComp","targetPkg","refactoredIds","refactor","allComponents","list","packagesToReplace","oldStr","newStr","changedComponents","replaceMultipleStrings","Promise","all","comp","compPath","getNewComponentPath","writeMany","components","state","_consumer","skipDependencyInstallation","writeToPath","path","join","reasonForBitmapChange","renameAspectInConfig","targetComps","compact","linkToNodeModulesByComponents","compileGracefully","getRenamingInfo","component","renameConfig","aspects","RenamingAspect","renamedFrom","ComponentID","fromObject","renameScope","oldScope","newScope","allComponentsIds","listIds","componentsUsingOldScope","compId","defaultScope","OldScopeNotFound","setDefaultScope","name","fullName","renameOwner","oldOwner","newOwner","isScopeUsesOldOwner","startsWith","oldWorkspaceDefaultScope","newWorkspaceDefaultScope","renameOwnerInScopeName","hasScope","changeScope","changeDefaultScope","ids","workspaceConfig","hasChanged","some","renameId","renameExtensionInRaw","toStringWithoutVersion","reasonForChange","renameItem","componentIds","newEnvId","newComponentIds","found","find","isEqualWithoutVersion","setEnvToComponents","packageName","fs","compileOnWorkspace","err","consoleFailure","message","scopeName","replace","fromExisting","getConfigFromExistingToNewComponent","toObject","provider","cli","componentMain","graphql","loggerMain","createLogger","renaming","register","RenameCmd","scopeCommand","getCommand","commands","ScopeRenameCmd","ScopeRenameOwnerCmd","renamingSchema","registerShowFragments","RenamingFragment","exports","CLIAspect","WorkspaceAspect","DeprecationAspect","NewComponentHelperAspect","ComponentAspect","GraphqlAspect","RefactoringAspect","InstallAspect","ConfigAspect","ComponentWriterAspect","CompilerAspect","LoggerAspect","EnvsAspect","RemoveAspect","MainRuntime","addRuntime","_default"],"sources":["renaming.main.runtime.ts"],"sourcesContent":["import fs from 'fs-extra';\nimport path from 'path';\nimport { ConfigAspect, ConfigMain } from '@teambit/config';\nimport { Logger, LoggerAspect, LoggerMain } from '@teambit/logger';\nimport { linkToNodeModulesByComponents } from '@teambit/workspace.modules.node-modules-linker';\nimport { CLIAspect, CLIMain, MainRuntime } from '@teambit/cli';\nimport { ComponentAspect, Component, ComponentID, ComponentMain } from '@teambit/component';\nimport { DeprecationAspect, DeprecationMain } from '@teambit/deprecation';\nimport { GraphqlAspect, GraphqlMain } from '@teambit/graphql';\nimport { compact } from 'lodash';\nimport { CompilerAspect, CompilerMain } from '@teambit/compiler';\nimport { EnvsAspect, EnvsMain } from '@teambit/envs';\nimport { NewComponentHelperAspect, NewComponentHelperMain } from '@teambit/new-component-helper';\nimport { RemoveAspect, RemoveMain } from '@teambit/remove';\nimport { RefactoringAspect, MultipleStringsReplacement, RefactoringMain } from '@teambit/refactoring';\nimport { ComponentWriterAspect, ComponentWriterMain } from '@teambit/component-writer';\nimport { WorkspaceAspect, Workspace } from '@teambit/workspace';\nimport pMapSeries from 'p-map-series';\nimport { InstallMain, InstallAspect } from '@teambit/install';\nimport { isValidIdChunk, InvalidName } from '@teambit/legacy-bit-id';\nimport { RenameCmd, RenameOptions } from './rename.cmd';\nimport { RenamingAspect } from './renaming.aspect';\nimport { RenamingFragment } from './renaming.fragment';\nimport { renamingSchema } from './renaming.graphql';\nimport { ScopeRenameCmd } from './scope-rename.cmd';\nimport { OldScopeNotFound } from './exceptions/old-scope-not-found';\nimport { ScopeRenameOwnerCmd } from './scope-rename-owner.cmd';\nimport { RenamingTagged } from './exceptions/renaming-tagged';\n\ntype RenameId = { sourceId: ComponentID; targetId: ComponentID };\ntype RenameData = RenameId & {\n sourcePkg: string;\n isTagged: boolean;\n targetPkg?: string;\n targetComp?: Component;\n compIdsUsingItAsEnv?: ComponentID[];\n};\nexport type RenameResult = { renameData: RenameData[]; refactoredIds: ComponentID[] };\n\nexport class RenamingMain {\n constructor(\n private workspace: Workspace,\n private install: InstallMain,\n private newComponentHelper: NewComponentHelperMain,\n private deprecation: DeprecationMain,\n private refactoring: RefactoringMain,\n private config: ConfigMain,\n private componentWriter: ComponentWriterMain,\n private compiler: CompilerMain,\n private logger: Logger,\n private envs: EnvsMain,\n private remove: RemoveMain\n ) {}\n\n async rename(\n sourceIdStr: string,\n targetName: string,\n options: RenameOptions = {}\n ): Promise<RenameDependencyNameResult> {\n if (!isValidIdChunk(targetName)) {\n if (targetName.includes('.'))\n throw new Error(`error: new-name argument \"${targetName}\" includes a dot.\nmake sure this argument is the name only, without the scope-name. to change the scope-name, use --scope flag`);\n throw new InvalidName(targetName);\n }\n const sourceId = await this.workspace.resolveComponentId(sourceIdStr);\n const targetId = this.newComponentHelper.getNewComponentId(targetName, undefined, options?.scope || sourceId.scope);\n await this.renameMultiple([{ sourceId, targetId }], options);\n\n return {\n sourceId,\n targetId,\n };\n }\n\n async renameMultiple(multipleIds: RenameId[], options: RenameOptions): Promise<RenameResult> {\n const renameData: RenameData[] = [];\n\n const stagedComps = multipleIds.filter(\n ({ sourceId }) => sourceId.hasVersion() && !this.workspace.isExported(sourceId)\n );\n\n if (stagedComps.length) {\n const idsStr = stagedComps.map(({ sourceId }) => sourceId.toString());\n throw new RenamingTagged(idsStr);\n }\n\n await pMapSeries(multipleIds, async ({ sourceId, targetId }) => {\n const isTagged = sourceId.hasVersion();\n const sourceComp = await this.workspace.get(sourceId);\n const isEnv = this.envs.isEnv(sourceComp);\n const sourcePackageName = this.workspace.componentPackageName(sourceComp);\n renameData.push({\n sourceId,\n targetId,\n sourcePkg: sourcePackageName,\n isTagged,\n compIdsUsingItAsEnv: isEnv\n ? (await this.workspace.getComponentsUsingEnv(sourceId.toString(), true)).map((c) => c.id)\n : undefined,\n });\n });\n\n await pMapSeries(renameData, async ({ sourceId, targetId, isTagged, sourcePkg }) => {\n const sourceComp = await this.workspace.get(sourceId);\n if (!options.preserve) {\n await this.refactoring.refactorVariableAndClasses(sourceComp, sourceId, targetId);\n this.refactoring.refactorFilenames(sourceComp, sourceId, targetId);\n }\n if (isTagged) {\n const config = await this.getConfig(sourceComp);\n await this.newComponentHelper.writeAndAddNewComp(sourceComp, targetId, options, config);\n options.deprecate\n ? await this.deprecation.deprecate(sourceId, targetId)\n : await this.remove.deleteComps(sourceId.toString());\n } else {\n this.workspace.bitMap.renameNewComponent(sourceId, targetId);\n await this.deleteLinkFromNodeModules(sourcePkg);\n }\n });\n await this.workspace.bitMap.write(`rename`);\n await this.renameAspectIdsInWorkspaceConfig(multipleIds);\n await this.workspace._reloadConsumer(); // in order to reload .bitmap file and clear all caches.\n await this.changeEnvsAccordingToNewIds(renameData);\n await pMapSeries(renameData, async (itemData) => {\n itemData.targetComp = await this.workspace.get(itemData.targetId);\n itemData.targetPkg = this.workspace.componentPackageName(itemData.targetComp);\n });\n\n const refactoredIds: ComponentID[] = [];\n if (options.refactor) {\n const allComponents = await this.workspace.list();\n const packagesToReplace: MultipleStringsReplacement = renameData.map(({ sourcePkg, targetPkg }) => {\n if (!targetPkg) throw new Error(`renameMultiple, targetPkg is missing`);\n return {\n // replace only packages ending with slash, quote or double-quote. otherwise, it could replace part of other packages.\n oldStr: `${sourcePkg}(['\"/])`,\n newStr: `${targetPkg}$1`,\n };\n });\n\n const { changedComponents } = await this.refactoring.replaceMultipleStrings(allComponents, packagesToReplace);\n await Promise.all(changedComponents.map((comp) => this.workspace.write(comp)));\n refactoredIds.push(...changedComponents.map((c) => c.id));\n }\n\n if (!options.preserve) {\n await pMapSeries(renameData, async ({ sourceId, targetId, targetComp, isTagged }) => {\n if (isTagged) {\n // we have done this logic already for tagged components before. (search for refactorVariableAndClasses).\n return;\n }\n if (!targetComp) throw new Error(`renameMultiple, targetComp is missing`);\n await this.refactoring.refactorVariableAndClasses(targetComp, sourceId, targetId, options);\n const compPath = this.newComponentHelper.getNewComponentPath(targetId);\n this.refactoring.refactorFilenames(targetComp, sourceId, targetId);\n await this.componentWriter.writeMany({\n components: [targetComp.state._consumer],\n skipDependencyInstallation: true,\n writeToPath: path.join(this.workspace.path, compPath),\n reasonForBitmapChange: 'rename',\n });\n });\n }\n\n multipleIds.forEach(({ sourceId, targetId }) => {\n this.workspace.bitMap.renameAspectInConfig(sourceId, targetId);\n });\n\n await this.workspace.bitMap.write(`rename`);\n\n const targetComps = compact(renameData.map(({ targetComp }) => targetComp));\n await linkToNodeModulesByComponents(targetComps, this.workspace); // link the new-name to node-modules\n await this.compileGracefully(targetComps.map((c) => c.id));\n\n return { refactoredIds, renameData };\n }\n\n getRenamingInfo(component: Component): RenamingInfo | null {\n const renameConfig = component.state.aspects.get(RenamingAspect.id)?.config as RenamingInfo | undefined;\n if (!renameConfig) return null;\n return {\n renamedFrom: ComponentID.fromObject(renameConfig.renamedFrom),\n };\n }\n\n /**\n * change the default-scope for new components.\n * for tagged/exported components, delete (or deprecate - depends on the flag) the original ones and create new ones.\n * optionally (if refactor is true), change the source code to match the new scope-name.\n */\n async renameScope(\n oldScope: string,\n newScope: string,\n options: { refactor?: boolean; deprecate?: boolean; preserve?: boolean } = {}\n ): Promise<RenameResult> {\n const allComponentsIds = this.workspace.listIds();\n const componentsUsingOldScope = allComponentsIds.filter((compId) => compId.scope === oldScope);\n if (!componentsUsingOldScope.length && this.workspace.defaultScope !== oldScope) {\n throw new OldScopeNotFound(oldScope);\n }\n if (this.workspace.defaultScope === oldScope) {\n await this.workspace.setDefaultScope(newScope, false);\n }\n const multipleIds: RenameId[] = componentsUsingOldScope.map((compId) => {\n const targetId = ComponentID.fromObject({ name: compId.fullName }, newScope);\n return { sourceId: compId, targetId };\n });\n return this.renameMultiple(multipleIds, options);\n }\n\n /**\n * change the default-scope for new components. optionally (if refactor is true), change the source code to match the\n * new scope-name.\n * keep in mind that this is working for new components only, for tagged/exported it's impossible. See the errors\n * thrown in such cases in this method.\n */\n async renameOwner(\n oldOwner: string,\n newOwner: string,\n options: { refactor?: boolean; ast?: boolean }\n ): Promise<RenameResult> {\n const isScopeUsesOldOwner = (scope: string) => scope.startsWith(`${oldOwner}.`);\n\n const allComponentsIds = this.workspace.listIds();\n const componentsUsingOldScope = allComponentsIds.filter((compId) => isScopeUsesOldOwner(compId.scope));\n if (!componentsUsingOldScope.length && !isScopeUsesOldOwner(this.workspace.defaultScope)) {\n throw new OldScopeNotFound(oldOwner);\n }\n const oldWorkspaceDefaultScope = this.workspace.defaultScope;\n const newWorkspaceDefaultScope = isScopeUsesOldOwner(oldWorkspaceDefaultScope)\n ? this.renameOwnerInScopeName(oldWorkspaceDefaultScope, oldOwner, newOwner)\n : undefined;\n if (newWorkspaceDefaultScope) {\n await this.workspace.setDefaultScope(newWorkspaceDefaultScope, false);\n }\n const multipleIds: RenameId[] = componentsUsingOldScope.map((compId) => {\n const newScope = this.renameOwnerInScopeName(compId.scope, oldOwner, newOwner);\n const targetId = compId.hasScope() ? compId.changeScope(newScope) : compId.changeDefaultScope(newScope);\n return { sourceId: compId, targetId };\n });\n return this.renameMultiple(multipleIds, { ...options, preserve: true });\n }\n\n private async renameAspectIdsInWorkspaceConfig(ids: RenameId[]) {\n const config = this.config.workspaceConfig;\n if (!config) throw new Error('unable to get workspace config');\n const hasChanged = ids.some((renameId) =>\n config.renameExtensionInRaw(\n renameId.sourceId.toStringWithoutVersion(),\n renameId.targetId.toStringWithoutVersion()\n )\n );\n if (hasChanged) await config.write({ reasonForChange: 'rename' });\n }\n private async changeEnvsAccordingToNewIds(renameData: RenameData[]) {\n await pMapSeries(renameData, async (renameItem) => {\n const componentIds = renameItem.compIdsUsingItAsEnv;\n if (!componentIds?.length) return;\n const newEnvId = renameItem.targetId;\n const newComponentIds = componentIds.map((id) => {\n const found = renameData.find((r) => r.sourceId.isEqualWithoutVersion(id));\n return found ? found.targetId : id;\n });\n await this.workspace.setEnvToComponents(newEnvId, newComponentIds);\n });\n }\n private async deleteLinkFromNodeModules(packageName: string) {\n await fs.remove(path.join(this.workspace.path, 'node_modules', packageName));\n }\n private async compileGracefully(ids: ComponentID[]) {\n try {\n await this.compiler.compileOnWorkspace(ids);\n } catch (err: any) {\n const idsStr = ids.map((id) => id.toString()).join(', ');\n this.logger.consoleFailure(`failed compiling the component(s) ${idsStr}. error: ${err.message}`);\n }\n }\n\n private renameOwnerInScopeName(scopeName: string, oldOwner: string, newOwner: string): string {\n return scopeName.replace(`${oldOwner}.`, `${newOwner}.`);\n }\n\n private async getConfig(comp: Component) {\n const fromExisting = await this.newComponentHelper.getConfigFromExistingToNewComponent(comp);\n return {\n ...fromExisting,\n [RenamingAspect.id]: {\n renamedFrom: comp.id.toObject(),\n },\n };\n }\n\n static slots = [];\n static dependencies = [\n CLIAspect,\n WorkspaceAspect,\n DeprecationAspect,\n NewComponentHelperAspect,\n ComponentAspect,\n GraphqlAspect,\n RefactoringAspect,\n InstallAspect,\n ConfigAspect,\n ComponentWriterAspect,\n CompilerAspect,\n LoggerAspect,\n EnvsAspect,\n RemoveAspect,\n ];\n static runtime = MainRuntime;\n static async provider([\n cli,\n workspace,\n deprecation,\n newComponentHelper,\n componentMain,\n graphql,\n refactoring,\n install,\n config,\n componentWriter,\n compiler,\n loggerMain,\n envs,\n remove,\n ]: [\n CLIMain,\n Workspace,\n DeprecationMain,\n NewComponentHelperMain,\n ComponentMain,\n GraphqlMain,\n RefactoringMain,\n InstallMain,\n ConfigMain,\n ComponentWriterMain,\n CompilerMain,\n LoggerMain,\n EnvsMain,\n RemoveMain\n ]) {\n const logger = loggerMain.createLogger(RenamingAspect.id);\n const renaming = new RenamingMain(\n workspace,\n install,\n newComponentHelper,\n deprecation,\n refactoring,\n config,\n componentWriter,\n compiler,\n logger,\n envs,\n remove\n );\n cli.register(new RenameCmd(renaming));\n\n const scopeCommand = cli.getCommand('scope');\n scopeCommand?.commands?.push(new ScopeRenameCmd(renaming));\n scopeCommand?.commands?.push(new ScopeRenameOwnerCmd(renaming));\n\n graphql.register(renamingSchema(renaming));\n componentMain.registerShowFragments([new RenamingFragment(renaming)]);\n return renaming;\n }\n}\n\nRenamingAspect.addRuntime(RenamingMain);\n\nexport type RenameDependencyNameResult = { sourceId: ComponentID; targetId: ComponentID };\n\nexport type RenamingInfo = {\n renamedFrom: ComponentID;\n};\n\nexport default RenamingMain;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -12,9 +12,10 @@ export declare class ScopeRenameCmd implements Command {
|
|
|
12
12
|
options: CommandOptions;
|
|
13
13
|
group: string;
|
|
14
14
|
constructor(renaming: RenamingMain);
|
|
15
|
-
report([oldName, newName]: [string, string], { refactor, deprecate }: {
|
|
15
|
+
report([oldName, newName]: [string, string], { refactor, deprecate, preserve }: {
|
|
16
16
|
refactor?: boolean;
|
|
17
17
|
deprecate?: boolean;
|
|
18
|
+
preserve?: boolean;
|
|
18
19
|
}): Promise<string>;
|
|
19
20
|
}
|
|
20
21
|
export declare function renameScopeOutput(renameResult: RenameResult): string;
|
package/dist/scope-rename.cmd.js
CHANGED
|
@@ -20,7 +20,7 @@ class ScopeRenameCmd {
|
|
|
20
20
|
constructor(renaming) {
|
|
21
21
|
this.renaming = renaming;
|
|
22
22
|
_defineProperty(this, "name", 'rename <current-scope-name> <new-scope-name>');
|
|
23
|
-
_defineProperty(this, "description", "rename the scope name for all components with the specified 'current scope name'
|
|
23
|
+
_defineProperty(this, "description", "rename the scope name for all components with the specified 'current scope name'. if exported, create new components and delete the original ones");
|
|
24
24
|
_defineProperty(this, "extendedDescription", `Note: if \`<current-scope-name>\` is also the defaultScope for the workspace, this command will set \`<new-scope-name>\`
|
|
25
25
|
as the defaultScope instead, and that will then be set for all components by default. You may see updates in your .bitmap file
|
|
26
26
|
as a result of this change`);
|
|
@@ -31,16 +31,18 @@ as a result of this change`);
|
|
|
31
31
|
name: 'new-scope-name',
|
|
32
32
|
description: 'a new scope name to replace the current scope name'
|
|
33
33
|
}]);
|
|
34
|
-
_defineProperty(this, "options", [['r', 'refactor', 'update the import statements in all dependent components to the new package name (i.e. with the new scope name)'], ['', 'deprecate', 'for exported components, instead of deleting the original components, deprecating them']]);
|
|
34
|
+
_defineProperty(this, "options", [['', 'preserve', 'avoid renaming files and variables/classes according to the new scope name'], ['r', 'refactor', 'update the import statements in all dependent components to the new package name (i.e. with the new scope name)'], ['', 'deprecate', 'for exported components, instead of deleting the original components, deprecating them']]);
|
|
35
35
|
_defineProperty(this, "group", 'development');
|
|
36
36
|
}
|
|
37
37
|
async report([oldName, newName], {
|
|
38
38
|
refactor,
|
|
39
|
-
deprecate
|
|
39
|
+
deprecate,
|
|
40
|
+
preserve
|
|
40
41
|
}) {
|
|
41
42
|
const result = await this.renaming.renameScope(oldName, newName, {
|
|
42
43
|
refactor,
|
|
43
|
-
deprecate
|
|
44
|
+
deprecate,
|
|
45
|
+
preserve
|
|
44
46
|
});
|
|
45
47
|
const title = _chalk().default.green(`successfully replaced "${oldName}" scope with "${newName}"`);
|
|
46
48
|
const renameOutput = renameScopeOutput(result);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_chalk","data","_interopRequireDefault","require","obj","__esModule","default","_defineProperty","key","value","_toPropertyKey","Object","defineProperty","enumerable","configurable","writable","t","i","_toPrimitive","String","r","e","Symbol","toPrimitive","call","TypeError","Number","ScopeRenameCmd","constructor","renaming","name","description","report","oldName","newName","refactor","deprecate","result","renameScope","title","chalk","green","renameOutput","renameScopeOutput","exports","renameResult","renameData","refactoredIds","renamedIdsStr","length","bold","map","item","sourceId","toStringWithoutVersion","isTagged","targetId","toString","join","refactoredStr"],"sources":["scope-rename.cmd.ts"],"sourcesContent":["import { Command, CommandOptions } from '@teambit/cli';\nimport chalk from 'chalk';\nimport { RenameResult, RenamingMain } from './renaming.main.runtime';\n\nexport class ScopeRenameCmd implements Command {\n name = 'rename <current-scope-name> <new-scope-name>';\n description =\n \"rename the scope name for all components with the specified 'current scope name'
|
|
1
|
+
{"version":3,"names":["_chalk","data","_interopRequireDefault","require","obj","__esModule","default","_defineProperty","key","value","_toPropertyKey","Object","defineProperty","enumerable","configurable","writable","t","i","_toPrimitive","String","r","e","Symbol","toPrimitive","call","TypeError","Number","ScopeRenameCmd","constructor","renaming","name","description","report","oldName","newName","refactor","deprecate","preserve","result","renameScope","title","chalk","green","renameOutput","renameScopeOutput","exports","renameResult","renameData","refactoredIds","renamedIdsStr","length","bold","map","item","sourceId","toStringWithoutVersion","isTagged","targetId","toString","join","refactoredStr"],"sources":["scope-rename.cmd.ts"],"sourcesContent":["import { Command, CommandOptions } from '@teambit/cli';\nimport chalk from 'chalk';\nimport { RenameResult, RenamingMain } from './renaming.main.runtime';\n\nexport class ScopeRenameCmd implements Command {\n name = 'rename <current-scope-name> <new-scope-name>';\n description =\n \"rename the scope name for all components with the specified 'current scope name'. if exported, create new components and delete the original ones\";\n extendedDescription = `Note: if \\`<current-scope-name>\\` is also the defaultScope for the workspace, this command will set \\`<new-scope-name>\\`\nas the defaultScope instead, and that will then be set for all components by default. You may see updates in your .bitmap file\nas a result of this change`;\n arguments = [\n { name: 'current-scope-name', description: 'the scope name to be replaced by another scope name' },\n { name: 'new-scope-name', description: 'a new scope name to replace the current scope name' },\n ];\n options = [\n ['', 'preserve', 'avoid renaming files and variables/classes according to the new scope name'],\n [\n 'r',\n 'refactor',\n 'update the import statements in all dependent components to the new package name (i.e. with the new scope name)',\n ],\n ['', 'deprecate', 'for exported components, instead of deleting the original components, deprecating them'],\n ] as CommandOptions;\n group = 'development';\n\n constructor(private renaming: RenamingMain) {}\n\n async report(\n [oldName, newName]: [string, string],\n { refactor, deprecate, preserve }: { refactor?: boolean; deprecate?: boolean; preserve?: boolean }\n ) {\n const result = await this.renaming.renameScope(oldName, newName, { refactor, deprecate, preserve });\n const title = chalk.green(`successfully replaced \"${oldName}\" scope with \"${newName}\"`);\n const renameOutput = renameScopeOutput(result);\n return `${title}\\n${renameOutput}`;\n }\n}\n\nexport function renameScopeOutput(renameResult: RenameResult): string {\n const { renameData, refactoredIds } = renameResult;\n const renamedIdsStr = renameData.length\n ? `\\n${chalk.bold('the following components were affected by this scope-name change:')}\\n${renameData\n .map(\n (item) =>\n `${item.sourceId.toStringWithoutVersion()} ${\n item.isTagged ? '(deprecated) ' : ''\n }-> ${item.targetId.toString()}`\n )\n .join('\\n')}`\n : '';\n const refactoredStr = refactoredIds.length\n ? `\\n\\n${chalk.bold('the following components have been refactored:')}\\n${refactoredIds.join('\\n')}`\n : '';\n return renamedIdsStr + refactoredStr;\n}\n"],"mappings":"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","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/renaming",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.205",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/renaming",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "renaming",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.205"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -18,20 +18,20 @@
|
|
|
18
18
|
"@teambit/legacy-bit-id": "1.1.1",
|
|
19
19
|
"@teambit/bit-error": "0.0.404",
|
|
20
20
|
"@teambit/cli": "0.0.858",
|
|
21
|
-
"@teambit/component": "1.0.
|
|
22
|
-
"@teambit/graphql": "1.0.
|
|
23
|
-
"@teambit/compiler": "1.0.
|
|
24
|
-
"@teambit/component-writer": "1.0.
|
|
25
|
-
"@teambit/config": "0.0.
|
|
26
|
-
"@teambit/deprecation": "1.0.
|
|
27
|
-
"@teambit/envs": "1.0.
|
|
28
|
-
"@teambit/install": "1.0.
|
|
21
|
+
"@teambit/component": "1.0.205",
|
|
22
|
+
"@teambit/graphql": "1.0.205",
|
|
23
|
+
"@teambit/compiler": "1.0.205",
|
|
24
|
+
"@teambit/component-writer": "1.0.205",
|
|
25
|
+
"@teambit/config": "0.0.956",
|
|
26
|
+
"@teambit/deprecation": "1.0.205",
|
|
27
|
+
"@teambit/envs": "1.0.205",
|
|
28
|
+
"@teambit/install": "1.0.205",
|
|
29
29
|
"@teambit/logger": "0.0.951",
|
|
30
|
-
"@teambit/new-component-helper": "1.0.
|
|
31
|
-
"@teambit/refactoring": "1.0.
|
|
32
|
-
"@teambit/remove": "1.0.
|
|
30
|
+
"@teambit/new-component-helper": "1.0.205",
|
|
31
|
+
"@teambit/refactoring": "1.0.205",
|
|
32
|
+
"@teambit/remove": "1.0.205",
|
|
33
33
|
"@teambit/workspace.modules.node-modules-linker": "0.0.165",
|
|
34
|
-
"@teambit/workspace": "1.0.
|
|
34
|
+
"@teambit/workspace": "1.0.205"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/fs-extra": "9.0.7",
|