@contractkit/prettier-plugin 0.9.4 → 0.9.5
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/.turbo/turbo-build$colon$ci.log +4 -4
- package/.turbo/turbo-test$colon$ci.log +4 -4
- package/CHANGELOG.md +7 -0
- package/coverage/clover.xml +2 -2
- package/coverage/indent.ts.html +1 -1
- package/coverage/index.html +1 -1
- package/coverage/print-ck.ts.html +1 -1
- package/coverage/print-contract.ts.html +1 -1
- package/coverage/print-operation.ts.html +1 -1
- package/coverage/print-type.ts.html +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @contractkit/prettier-plugin@0.9.
|
|
2
|
+
> @contractkit/prettier-plugin@0.9.5 build:ci /home/runner/work/ContractKit/ContractKit/apps/prettier-plugin
|
|
3
3
|
> eslint --max-warnings=0 && pnpm run build
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @contractkit/prettier-plugin@0.9.
|
|
6
|
+
> @contractkit/prettier-plugin@0.9.5 build /home/runner/work/ContractKit/ContractKit/apps/prettier-plugin
|
|
7
7
|
> tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration
|
|
8
8
|
|
|
9
9
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
[34mESM[39m Build start
|
|
14
14
|
[32mESM[39m [1mdist/index.js [22m[32m20.51 KB[39m
|
|
15
15
|
[32mESM[39m [1mdist/index.js.map [22m[32m48.93 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 176ms
|
|
17
17
|
[34mDTS[39m Build start
|
|
18
|
-
[32mDTS[39m ⚡️ Build success in
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 4402ms
|
|
19
19
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m157.00 B[39m
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
|
-
> @contractkit/prettier-plugin@0.9.
|
|
2
|
+
> @contractkit/prettier-plugin@0.9.5 test:ci /home/runner/work/ContractKit/ContractKit/apps/prettier-plugin
|
|
3
3
|
> vitest run --coverage
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.5 [39m[90m/home/runner/work/ContractKit/ContractKit/apps/prettier-plugin[39m
|
|
7
7
|
[2mCoverage enabled with [22m[33mv8[39m
|
|
8
8
|
|
|
9
|
-
[32m✓[39m tests/print-ck.test.ts [2m([22m[2m60 tests[22m[2m)[22m[
|
|
9
|
+
[32m✓[39m tests/print-ck.test.ts [2m([22m[2m60 tests[22m[2m)[22m[32m 271[2mms[22m[39m
|
|
10
10
|
|
|
11
11
|
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
12
12
|
[2m Tests [22m [1m[32m60 passed[39m[22m[90m (60)[39m
|
|
13
|
-
[2m Start at [22m 11:
|
|
14
|
-
[2m Duration [22m
|
|
13
|
+
[2m Start at [22m 11:16:36
|
|
14
|
+
[2m Duration [22m 5.18s[2m (transform 1.83s, setup 0ms, import 3.73s, tests 271ms, environment 0ms)[22m
|
|
15
15
|
|
|
16
16
|
[34m % [39m[2mCoverage report from [22m[33mv8[39m
|
|
17
17
|
-------------------|---------|----------|---------|---------|-------------------
|
package/CHANGELOG.md
CHANGED
package/coverage/clover.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1778152602131" clover="3.2.0">
|
|
3
|
+
<project timestamp="1778152602132" name="All files">
|
|
4
4
|
<metrics statements="332" coveredstatements="248" conditionals="443" coveredconditionals="261" methods="31" coveredmethods="23" elements="806" coveredelements="532" complexity="0" loc="332" ncloc="332" packages="1" files="5" classes="5"/>
|
|
5
5
|
<file name="indent.ts" path="/home/runner/work/ContractKit/ContractKit/apps/prettier-plugin/src/indent.ts">
|
|
6
6
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
package/coverage/indent.ts.html
CHANGED
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
74
74
|
Code coverage generated by
|
|
75
75
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
76
|
-
at 2026-05-07T11:
|
|
76
|
+
at 2026-05-07T11:16:42.088Z
|
|
77
77
|
</div>
|
|
78
78
|
<script src="prettify.js"></script>
|
|
79
79
|
<script>
|
package/coverage/index.html
CHANGED
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
162
162
|
Code coverage generated by
|
|
163
163
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
164
|
-
at 2026-05-07T11:
|
|
164
|
+
at 2026-05-07T11:16:42.088Z
|
|
165
165
|
</div>
|
|
166
166
|
<script src="prettify.js"></script>
|
|
167
167
|
<script>
|
|
@@ -409,7 +409,7 @@ export function printCk(ast: CkRootNode, <span class="branch-1 cbranch-no" title
|
|
|
409
409
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
410
410
|
Code coverage generated by
|
|
411
411
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
412
|
-
at 2026-05-07T11:
|
|
412
|
+
at 2026-05-07T11:16:42.088Z
|
|
413
413
|
</div>
|
|
414
414
|
<script src="prettify.js"></script>
|
|
415
415
|
<script>
|
|
@@ -277,7 +277,7 @@ function <span class="fstat-no" title="function not covered" >printTypeAlias(m</
|
|
|
277
277
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
278
278
|
Code coverage generated by
|
|
279
279
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
280
|
-
at 2026-05-07T11:
|
|
280
|
+
at 2026-05-07T11:16:42.088Z
|
|
281
281
|
</div>
|
|
282
282
|
<script src="prettify.js"></script>
|
|
283
283
|
<script>
|
|
@@ -1024,7 +1024,7 @@ function printResponseBlock(responses: OpResponseNode[]): string[] {
|
|
|
1024
1024
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1025
1025
|
Code coverage generated by
|
|
1026
1026
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
1027
|
-
at 2026-05-07T11:
|
|
1027
|
+
at 2026-05-07T11:16:42.088Z
|
|
1028
1028
|
</div>
|
|
1029
1029
|
<script src="prettify.js"></script>
|
|
1030
1030
|
<script>
|
|
@@ -517,7 +517,7 @@ export function extractTrailingInlineObject(type: ContractTypeNode): {
|
|
|
517
517
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
518
518
|
Code coverage generated by
|
|
519
519
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
520
|
-
at 2026-05-07T11:
|
|
520
|
+
at 2026-05-07T11:16:42.088Z
|
|
521
521
|
</div>
|
|
522
522
|
<script src="prettify.js"></script>
|
|
523
523
|
<script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractkit/prettier-plugin",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.5",
|
|
4
4
|
"description": "Prettier plugin for ContractKit DSL",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Marooned Software",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"prettier": "^3.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@contractkit/core": "0.15.
|
|
32
|
+
"@contractkit/core": "0.15.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"prettier": "^3.8.3",
|