@contractkit/plugin-csharp 0.1.0 → 0.1.2
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 +9 -9
- package/CHANGELOG.md +19 -0
- package/dist/index.js +210 -477
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -5,9 +5,9 @@ $ tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly
|
|
|
5
5
|
[34mCLI[39m tsup v8.5.1
|
|
6
6
|
[34mCLI[39m Target: esnext
|
|
7
7
|
[34mESM[39m Build start
|
|
8
|
-
[32mESM[39m [1mdist/index.js [22m[
|
|
9
|
-
[32mESM[39m [1mdist/index.js.map [22m[
|
|
10
|
-
[32mESM[39m ⚡️ Build success in
|
|
8
|
+
[32mESM[39m [1mdist/index.js [22m[32m86.93 KB[39m
|
|
9
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m187.54 KB[39m
|
|
10
|
+
[32mESM[39m ⚡️ Build success in 141ms
|
|
11
11
|
[34mDTS[39m Build start
|
|
12
|
-
[32mDTS[39m ⚡️ Build success in
|
|
12
|
+
[32mDTS[39m ⚡️ Build success in 6474ms
|
|
13
13
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.50 KB[39m
|
|
@@ -3,18 +3,18 @@ $ vitest run --coverage
|
|
|
3
3
|
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.5 [39m[90m/home/runner/work/ContractKit/ContractKit/packages/plugin-csharp[39m
|
|
4
4
|
[2mCoverage enabled with [22m[33mv8[39m
|
|
5
5
|
|
|
6
|
-
[32m✓[39m tests/codegen-client.test.ts [2m([22m[2m26 tests[22m[2m)[22m[32m
|
|
7
|
-
[32m✓[39m tests/
|
|
8
|
-
[32m✓[39m tests/
|
|
9
|
-
[32m✓[39m tests/runtime.test.ts [2m([22m[2m14 tests[22m[2m)[22m[32m
|
|
10
|
-
[32m✓[39m tests/naming.test.ts [2m([22m[2m19 tests[22m[2m)[22m[32m
|
|
11
|
-
[32m✓[39m tests/scaffold.test.ts [2m([22m[2m5 tests[22m[2m)[22m[32m
|
|
12
|
-
[32m✓[39m tests/hoist.test.ts [2m([22m[2m10 tests[22m[2m)[22m[32m
|
|
6
|
+
[32m✓[39m tests/codegen-client.test.ts [2m([22m[2m26 tests[22m[2m)[22m[32m 231[2mms[22m[39m
|
|
7
|
+
[32m✓[39m tests/codegen-models.test.ts [2m([22m[2m63 tests[22m[2m)[22m[32m 272[2mms[22m[39m
|
|
8
|
+
[32m✓[39m tests/index.test.ts [2m([22m[2m10 tests[22m[2m)[22m[32m 212[2mms[22m[39m
|
|
9
|
+
[32m✓[39m tests/runtime.test.ts [2m([22m[2m14 tests[22m[2m)[22m[32m 67[2mms[22m[39m
|
|
10
|
+
[32m✓[39m tests/naming.test.ts [2m([22m[2m19 tests[22m[2m)[22m[32m 76[2mms[22m[39m
|
|
11
|
+
[32m✓[39m tests/scaffold.test.ts [2m([22m[2m5 tests[22m[2m)[22m[32m 28[2mms[22m[39m
|
|
12
|
+
[32m✓[39m tests/hoist.test.ts [2m([22m[2m10 tests[22m[2m)[22m[32m 61[2mms[22m[39m
|
|
13
13
|
|
|
14
14
|
[2m Test Files [22m [1m[32m7 passed[39m[22m[90m (7)[39m
|
|
15
15
|
[2m Tests [22m [1m[32m147 passed[39m[22m[90m (147)[39m
|
|
16
|
-
[2m Start at [22m
|
|
17
|
-
[2m Duration [22m 12.
|
|
16
|
+
[2m Start at [22m 13:40:51
|
|
17
|
+
[2m Duration [22m 12.55s[2m (transform 6.16s, setup 0ms, import 20.87s, tests 948ms, environment 18ms)[22m
|
|
18
18
|
|
|
19
19
|
[34m % [39m[2mCoverage report from [22m[33mv8[39m
|
|
20
20
|
-------------------|---------|----------|---------|---------|-------------------
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @contractkit/plugin-csharp
|
|
2
2
|
|
|
3
|
+
## 0.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b0f3778: Published builds no longer wrap every function in a `__name()` call, so a bundler can drop the
|
|
8
|
+
exports it does not use. The shared tsconfig enabled `emitDecoratorMetadata`, which made tsup compile
|
|
9
|
+
through swc with `keepNames` forced on, and nothing in the repo uses decorators. `@contractkit/core`
|
|
10
|
+
shrinks by about 7%, and anything that bundles it, the VS Code extension included, no longer
|
|
11
|
+
carries core functions it never calls.
|
|
12
|
+
- Updated dependencies [b0f3778]
|
|
13
|
+
- @contractkit/core@0.30.1
|
|
14
|
+
|
|
15
|
+
## 0.1.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [17f4261]
|
|
20
|
+
- @contractkit/core@0.30.0
|
|
21
|
+
|
|
3
22
|
## 0.1.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|