@wise/wds-codemods 1.1.3-experimental-a94c8f4 → 1.1.3-experimental-fa88ad4

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 rolldown:runtime
1
+ //#region \0rolldown/runtime.js
2
2
  var __create = Object.create;
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -7,16 +7,12 @@ 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") {
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
- }
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
+ });
20
16
  }
21
17
  return to;
22
18
  };
@@ -24,9 +20,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
24
20
  value: mod,
25
21
  enumerable: true
26
22
  }) : target, mod));
27
-
28
23
  //#endregion
29
-
30
24
  //#region src/constants/common.ts
31
25
  const CONSOLE_ICONS = {
32
26
  info: "\x1B[34mℹ\x1B[0m",
@@ -36,24 +30,24 @@ const CONSOLE_ICONS = {
36
30
  error: "\x1B[31m✖\x1B[0m",
37
31
  claude: "\x1B[35m💬\x1B[0m"
38
32
  };
39
-
40
33
  //#endregion
41
- Object.defineProperty(exports, 'CONSOLE_ICONS', {
42
- enumerable: true,
43
- get: function () {
44
- return CONSOLE_ICONS;
45
- }
34
+ Object.defineProperty(exports, "CONSOLE_ICONS", {
35
+ enumerable: true,
36
+ get: function() {
37
+ return CONSOLE_ICONS;
38
+ }
46
39
  });
47
- Object.defineProperty(exports, '__commonJSMin', {
48
- enumerable: true,
49
- get: function () {
50
- return __commonJSMin;
51
- }
40
+ Object.defineProperty(exports, "__commonJSMin", {
41
+ enumerable: true,
42
+ get: function() {
43
+ return __commonJSMin;
44
+ }
52
45
  });
53
- Object.defineProperty(exports, '__toESM', {
54
- enumerable: true,
55
- get: function () {
56
- return __toESM;
57
- }
46
+ Object.defineProperty(exports, "__toESM", {
47
+ enumerable: true,
48
+ get: function() {
49
+ return __toESM;
50
+ }
58
51
  });
59
- //# sourceMappingURL=common-DdEQmI2h.js.map
52
+
53
+ //# sourceMappingURL=common-Dej-huqF.js.map
@@ -1 +1 @@
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"}
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"}