@typespec/protobuf 0.70.0-dev.2 → 0.70.0-dev.3
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,5 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
// An error in the imports would mean that the decorator is not exported or
|
|
2
|
+
// doesn't have the right name.
|
|
2
3
|
import { $decorators } from "@typespec/protobuf";
|
|
3
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* An error here would mean that the exported decorator is not using the same signature. Make sure to have export const $decName: DecNameDecorator = (...) => ...
|
|
6
|
+
*/
|
|
4
7
|
const _ = $decorators["TypeSpec.Protobuf"];
|
|
5
8
|
//# sourceMappingURL=TypeSpec.Protobuf.ts-test.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TypeSpec.Protobuf.ts-test.js","sourceRoot":"","sources":["../../generated-defs/TypeSpec.Protobuf.ts-test.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"TypeSpec.Protobuf.ts-test.js","sourceRoot":"","sources":["../../generated-defs/TypeSpec.Protobuf.ts-test.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,+BAA+B;AAE/B,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGjD;;GAEG;AACH,MAAM,CAAC,GAA+B,WAAW,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
// An error in the imports would mean that the decorator is not exported or
|
|
2
|
+
// doesn't have the right name.
|
|
3
|
+
|
|
2
4
|
import { $decorators } from "@typespec/protobuf";
|
|
3
5
|
import type { TypeSpecProtobufDecorators } from "./TypeSpec.Protobuf.js";
|
|
4
|
-
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* An error here would mean that the exported decorator is not using the same signature. Make sure to have export const $decName: DecNameDecorator = (...) => ...
|
|
9
|
+
*/
|
|
5
10
|
const _: TypeSpecProtobufDecorators = $decorators["TypeSpec.Protobuf"];
|
package/package.json
CHANGED