@typespec/compiler 0.55.0-dev.3 → 0.55.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/manifest.js +2 -2
- package/lib/decorators.tsp +1 -0
- package/package.json +1 -1
package/dist/manifest.js
CHANGED
package/lib/decorators.tsp
CHANGED
|
@@ -366,6 +366,7 @@ extern dec overload(target: Operation, overloadbase: Operation);
|
|
|
366
366
|
* }
|
|
367
367
|
* ```
|
|
368
368
|
*/
|
|
369
|
+
#deprecated "Use `@encodedName` instead for changing the name over the wire."
|
|
369
370
|
extern dec projectedName(
|
|
370
371
|
target: unknown,
|
|
371
372
|
targetName: valueof string,
|