@typespec/compiler 0.63.0-dev.1 → 0.63.0-dev.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.
|
@@ -115,7 +115,7 @@ export type ErrorsDocDecorator = (context: DecoratorContext, target: Operation,
|
|
|
115
115
|
*
|
|
116
116
|
* NOTE: This decorator **should not** be used, use the `#deprecated` directive instead.
|
|
117
117
|
*
|
|
118
|
-
* @deprecated Use the `#deprecated` directive instead.
|
|
118
|
+
* @deprecated Use the `#deprecated` [directive](https://typespec.io/docs/language-basics/directives/#deprecated) instead.
|
|
119
119
|
* @param message Deprecation message.
|
|
120
120
|
* @example
|
|
121
121
|
* Use the `#deprecated` directive instead:
|
package/dist/manifest.js
CHANGED
package/lib/std/decorators.tsp
CHANGED
|
@@ -60,7 +60,7 @@ extern dec errorsDoc(target: Operation, doc: valueof string);
|
|
|
60
60
|
*
|
|
61
61
|
* NOTE: This decorator **should not** be used, use the `#deprecated` directive instead.
|
|
62
62
|
*
|
|
63
|
-
* @deprecated Use the `#deprecated` directive instead.
|
|
63
|
+
* @deprecated Use the `#deprecated` [directive](https://typespec.io/docs/language-basics/directives/#deprecated) instead.
|
|
64
64
|
* @param message Deprecation message.
|
|
65
65
|
*
|
|
66
66
|
* @example
|