@typespec/prettier-plugin-typespec 0.47.0-dev.1 → 0.47.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.
package/dist/index.js CHANGED
@@ -577,9 +577,6 @@ const diagnostics = {
577
577
  severity: "error",
578
578
  messages: {
579
579
  default: "Using must refer to a namespace",
580
- decorator: "Can't use a decorator",
581
- function: "Can't use a function",
582
- projection: "Can't use a projection",
583
580
  },
584
581
  },
585
582
  "invalid-type-ref": {