@typespec/prettier-plugin-typespec 0.63.0-dev.1 → 0.63.0

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
@@ -1054,6 +1054,12 @@ const diagnostics = {
1054
1054
  /**
1055
1055
  * Decorator
1056
1056
  */
1057
+ "invalid-pattern-regex": {
1058
+ severity: "warning",
1059
+ messages: {
1060
+ default: "@pattern decorator expects a valid regular expression pattern.",
1061
+ },
1062
+ },
1057
1063
  "decorator-wrong-target": {
1058
1064
  severity: "error",
1059
1065
  messages: {