@wise/wds-codemods 1.1.3-experimental-fa88ad4 → 1.1.3-experimental-3b2e2db

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,4 +1,4 @@
1
- //#region \0rolldown/runtime.js
1
+ //#region rolldown:runtime
2
2
  var __create = Object.create;
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -7,12 +7,16 @@ var __getProtoOf = Object.getPrototypeOf;
7
7
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
8
  var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
9
9
  var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
11
- key = keys[i];
12
- if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
- get: ((k) => from[k]).bind(null, key),
14
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
- });
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
12
+ key = keys[i];
13
+ if (!__hasOwnProp.call(to, key) && key !== except) {
14
+ __defProp(to, key, {
15
+ get: ((k) => from[k]).bind(null, key),
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ }
19
+ }
16
20
  }
17
21
  return to;
18
22
  };
@@ -20,7 +24,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
20
24
  value: mod,
21
25
  enumerable: true
22
26
  }) : target, mod));
27
+
23
28
  //#endregion
29
+
24
30
  //#region src/constants/common.ts
25
31
  const CONSOLE_ICONS = {
26
32
  info: "\x1B[34mℹ\x1B[0m",
@@ -30,24 +36,24 @@ const CONSOLE_ICONS = {
30
36
  error: "\x1B[31m✖\x1B[0m",
31
37
  claude: "\x1B[35m💬\x1B[0m"
32
38
  };
39
+
33
40
  //#endregion
34
- Object.defineProperty(exports, "CONSOLE_ICONS", {
35
- enumerable: true,
36
- get: function() {
37
- return CONSOLE_ICONS;
38
- }
41
+ Object.defineProperty(exports, 'CONSOLE_ICONS', {
42
+ enumerable: true,
43
+ get: function () {
44
+ return CONSOLE_ICONS;
45
+ }
39
46
  });
40
- Object.defineProperty(exports, "__commonJSMin", {
41
- enumerable: true,
42
- get: function() {
43
- return __commonJSMin;
44
- }
47
+ Object.defineProperty(exports, '__commonJSMin', {
48
+ enumerable: true,
49
+ get: function () {
50
+ return __commonJSMin;
51
+ }
45
52
  });
46
- Object.defineProperty(exports, "__toESM", {
47
- enumerable: true,
48
- get: function() {
49
- return __toESM;
50
- }
53
+ Object.defineProperty(exports, '__toESM', {
54
+ enumerable: true,
55
+ get: function () {
56
+ return __toESM;
57
+ }
51
58
  });
52
-
53
- //# sourceMappingURL=common-Dej-huqF.js.map
59
+ //# sourceMappingURL=common-DdEQmI2h.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"common-Dej-huqF.js","names":[],"sources":["../src/constants/common.ts"],"sourcesContent":["export const CONSOLE_ICONS = {\n info: '\\x1b[34mℹ\\x1b[0m', // Blue info icon\n focus: '\\x1b[34m➙\\x1b[0m', // Blue arrow icon\n success: '\\x1b[32m✔\\x1b[0m', // Green checkmark\n warning: '\\x1b[33m⚠\\x1b[0m', // Yellow warning icon\n error: '\\x1b[31m✖\\x1b[0m', // Red cross icon\n claude: '\\x1b[35m💬\\x1b[0m', // Speech bubble\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,MAAa,gBAAgB;CAC3B,MAAM;CACN,OAAO;CACP,SAAS;CACT,SAAS;CACT,OAAO;CACP,QAAQ;CACT"}
1
+ {"version":3,"file":"common-DdEQmI2h.js","names":[],"sources":["../src/constants/common.ts"],"sourcesContent":["export const CONSOLE_ICONS = {\n info: '\\x1b[34mℹ\\x1b[0m', // Blue info icon\n focus: '\\x1b[34m➙\\x1b[0m', // Blue arrow icon\n success: '\\x1b[32m✔\\x1b[0m', // Green checkmark\n warning: '\\x1b[33m⚠\\x1b[0m', // Yellow warning icon\n error: '\\x1b[31m✖\\x1b[0m', // Red cross icon\n claude: '\\x1b[35m💬\\x1b[0m', // Speech bubble\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,MAAa,gBAAgB;CAC3B,MAAM;CACN,OAAO;CACP,SAAS;CACT,SAAS;CACT,OAAO;CACP,QAAQ;CACT"}