@typespec/protobuf 0.57.0-dev.1 → 0.57.0-dev.4
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/dist/generated-defs/TypeSpec.Protobuf.d.ts +3 -3
- package/dist/src/transform/index.js +4 -2
- package/dist/src/transform/index.js.map +1 -1
- package/generated-defs/TypeSpec.Protobuf.ts +3 -3
- package/package.json +5 -5
- package/src/transform/index.ts +7 -2
- package/temp/tsconfig.tsbuildinfo +1 -1
- package/test/scenarios/cross package references/input/main.tsp +16 -0
- package/test/scenarios/cross package references/output/@typespec/protobuf/A.proto +6 -0
- package/test/scenarios/cross package references/output/@typespec/protobuf/B.proto +3 -0
- package/test/scenarios/cross package references/output/@typespec/protobuf/C.proto +9 -0
- package/coverage/cobertura-coverage.xml +0 -2249
- package/coverage/coverage-final.json +0 -8
- package/test-results.xml +0 -71
package/test-results.xml
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
-
<testsuites name="vitest tests" tests="33" failures="0" errors="0" time="3.249">
|
|
3
|
-
<testsuite name="test/scenarios.test.ts" timestamp="2024-05-08T20:36:11.234Z" hostname="feb7f44cc00000L" tests="33" failures="0" errors="0" skipped="0" time="1.618">
|
|
4
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > addressbook" time="0.221">
|
|
5
|
-
</testcase>
|
|
6
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > anonymous-model" time="0.061">
|
|
7
|
-
</testcase>
|
|
8
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > anonymous-package" time="0.076">
|
|
9
|
-
</testcase>
|
|
10
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > array" time="0.054">
|
|
11
|
-
</testcase>
|
|
12
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > array-nested" time="0.07">
|
|
13
|
-
</testcase>
|
|
14
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > cross package references" time="0.064">
|
|
15
|
-
</testcase>
|
|
16
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > derived-scalar" time="0.043">
|
|
17
|
-
</testcase>
|
|
18
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > doc" time="0.044">
|
|
19
|
-
</testcase>
|
|
20
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > empty" time="0.042">
|
|
21
|
-
</testcase>
|
|
22
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > enum" time="0.042">
|
|
23
|
-
</testcase>
|
|
24
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > enum-nonintegral" time="0.036">
|
|
25
|
-
</testcase>
|
|
26
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > enum-nozero" time="0.043">
|
|
27
|
-
</testcase>
|
|
28
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > extern" time="0.043">
|
|
29
|
-
</testcase>
|
|
30
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > illegal field reservations" time="0.055">
|
|
31
|
-
</testcase>
|
|
32
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > inferred-message-names" time="0.042">
|
|
33
|
-
</testcase>
|
|
34
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > intrinsics" time="0.047">
|
|
35
|
-
</testcase>
|
|
36
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > map" time="0.042">
|
|
37
|
-
</testcase>
|
|
38
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > model-no-package" time="0.042">
|
|
39
|
-
</testcase>
|
|
40
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > name-collision" time="0.032">
|
|
41
|
-
</testcase>
|
|
42
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > omit" time="0.043">
|
|
43
|
-
</testcase>
|
|
44
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > omit-off" time="0.035">
|
|
45
|
-
</testcase>
|
|
46
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > options" time="0.036">
|
|
47
|
-
</testcase>
|
|
48
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > options-invalid" time="0.03">
|
|
49
|
-
</testcase>
|
|
50
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > reserved field collisions" time="0.036">
|
|
51
|
-
</testcase>
|
|
52
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > reserved fields" time="0.045">
|
|
53
|
-
</testcase>
|
|
54
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > simple" time="0.035">
|
|
55
|
-
</testcase>
|
|
56
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > simple-error" time="0.034">
|
|
57
|
-
</testcase>
|
|
58
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > simple-no-service" time="0.036">
|
|
59
|
-
</testcase>
|
|
60
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > streams" time="0.033">
|
|
61
|
-
</testcase>
|
|
62
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > templates" time="0.041">
|
|
63
|
-
</testcase>
|
|
64
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > templates-error" time="0.034">
|
|
65
|
-
</testcase>
|
|
66
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > type-validation" time="0.035">
|
|
67
|
-
</testcase>
|
|
68
|
-
<testcase classname="test/scenarios.test.ts" name="protobuf scenarios > union" time="0.043">
|
|
69
|
-
</testcase>
|
|
70
|
-
</testsuite>
|
|
71
|
-
</testsuites>
|