@teambit/formatter 1.0.409 → 1.0.411

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.
@@ -20,6 +20,7 @@
20
20
  "line": 3,
21
21
  "character": 10
22
22
  },
23
+ "signature": "const FormatterAspect: Aspect",
23
24
  "name": "FormatterAspect",
24
25
  "exportNode": {
25
26
  "__schema": "VariableLikeSchema",
@@ -55,6 +56,7 @@
55
56
  "line": 4,
56
57
  "character": 15
57
58
  },
59
+ "signature": "class FormatterMain",
58
60
  "name": "FormatterMain",
59
61
  "exportNode": {
60
62
  "__schema": "ClassSchema",
@@ -607,6 +609,7 @@
607
609
  "line": 4,
608
610
  "character": 30
609
611
  },
612
+ "signature": "type FormatterConfig = {}",
610
613
  "name": "FormatterConfig",
611
614
  "exportNode": {
612
615
  "__schema": "TypeSchema",
@@ -635,6 +638,7 @@
635
638
  "line": 5,
636
639
  "character": 15
637
640
  },
641
+ "signature": "type FormatResults = {\n results: ComponentFormatResult[];\n errors: Error[];\n}",
638
642
  "name": "FormatResults",
639
643
  "exportNode": {
640
644
  "__schema": "TypeSchema",
@@ -720,6 +724,7 @@
720
724
  "line": 5,
721
725
  "character": 30
722
726
  },
727
+ "signature": "interface Formatter",
723
728
  "name": "Formatter",
724
729
  "exportNode": {
725
730
  "__schema": "InterfaceSchema",
@@ -941,6 +946,7 @@
941
946
  "line": 5,
942
947
  "character": 41
943
948
  },
949
+ "signature": "type FileFormatResult = {\n filePath: string;\n hasIssues: boolean;\n newContent?: string | undefined;\n}",
944
950
  "name": "FileFormatResult",
945
951
  "exportNode": {
946
952
  "__schema": "TypeSchema",
@@ -1063,6 +1069,7 @@
1063
1069
  "line": 5,
1064
1070
  "character": 59
1065
1071
  },
1072
+ "signature": "type ComponentFormatResult = {\n component: Component;\n results: FileFormatResult[];\n}",
1066
1073
  "name": "ComponentFormatResult",
1067
1074
  "exportNode": {
1068
1075
  "__schema": "TypeSchema",
@@ -1166,6 +1173,7 @@
1166
1173
  "line": 6,
1167
1174
  "character": 15
1168
1175
  },
1176
+ "signature": "class FormatTask",
1169
1177
  "name": "FormatTask",
1170
1178
  "exportNode": {
1171
1179
  "__schema": "ClassSchema",
@@ -1319,7 +1327,7 @@
1319
1327
  "_legacy": {
1320
1328
  "scope": "teambit.defender",
1321
1329
  "name": "formatter",
1322
- "version": "1.0.409"
1330
+ "version": "1.0.411"
1323
1331
  },
1324
1332
  "_scope": "teambit.defender"
1325
1333
  }
@@ -1335,6 +1343,7 @@
1335
1343
  "line": 7,
1336
1344
  "character": 15
1337
1345
  },
1346
+ "signature": "interface FormatterEnv",
1338
1347
  "name": "FormatterEnv",
1339
1348
  "exportNode": {
1340
1349
  "__schema": "InterfaceSchema",
@@ -1400,6 +1409,7 @@
1400
1409
  "line": 8,
1401
1410
  "character": 15
1402
1411
  },
1412
+ "signature": "interface FormatterContext",
1403
1413
  "name": "FormatterContext",
1404
1414
  "exportNode": {
1405
1415
  "__schema": "InterfaceSchema",
@@ -1433,7 +1443,7 @@
1433
1443
  "_legacy": {
1434
1444
  "scope": "teambit.defender",
1435
1445
  "name": "formatter",
1436
- "version": "1.0.409"
1446
+ "version": "1.0.411"
1437
1447
  },
1438
1448
  "_scope": "teambit.defender"
1439
1449
  }
@@ -1499,6 +1509,7 @@
1499
1509
  "line": 8,
1500
1510
  "character": 33
1501
1511
  },
1512
+ "signature": "type FormatterOptions = {\n check?: boolean | undefined;\n}",
1502
1513
  "name": "FormatterOptions",
1503
1514
  "exportNode": {
1504
1515
  "__schema": "TypeSchema",
@@ -2842,7 +2853,7 @@
2842
2853
  "_legacy": {
2843
2854
  "scope": "teambit.defender",
2844
2855
  "name": "formatter",
2845
- "version": "1.0.409"
2856
+ "version": "1.0.411"
2846
2857
  },
2847
2858
  "_scope": "teambit.defender"
2848
2859
  }
@@ -2924,7 +2935,7 @@
2924
2935
  "componentId": {
2925
2936
  "scope": "teambit.defender",
2926
2937
  "name": "formatter",
2927
- "version": "1.0.409"
2938
+ "version": "1.0.411"
2928
2939
  },
2929
2940
  "taggedModuleExports": []
2930
2941
  }
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_formatter@1.0.409/dist/formatter.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_formatter@1.0.409/dist/formatter.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_formatter@1.0.411/dist/formatter.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_formatter@1.0.411/dist/formatter.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/formatter",
3
- "version": "1.0.409",
3
+ "version": "1.0.411",
4
4
  "homepage": "https://bit.cloud/teambit/defender/formatter",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.defender",
8
8
  "name": "formatter",
9
- "version": "1.0.409"
9
+ "version": "1.0.411"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -14,13 +14,13 @@
14
14
  "graphql-tag": "2.12.1",
15
15
  "cli-highlight": "2.1.9",
16
16
  "@teambit/harmony": "0.4.6",
17
- "@teambit/cli": "0.0.986",
18
- "@teambit/component": "1.0.409",
19
- "@teambit/envs": "1.0.409",
17
+ "@teambit/cli": "0.0.988",
18
+ "@teambit/component": "1.0.411",
19
+ "@teambit/envs": "1.0.411",
20
20
  "@teambit/toolbox.time.timer": "0.0.1",
21
- "@teambit/workspace": "1.0.409",
22
- "@teambit/builder": "1.0.409",
23
- "@teambit/logger": "0.0.1079"
21
+ "@teambit/workspace": "1.0.411",
22
+ "@teambit/builder": "1.0.411",
23
+ "@teambit/logger": "0.0.1081"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/lodash": "4.14.165",