@typespec/prettier-plugin-typespec 0.65.0-dev.2 → 0.65.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 +1 -6
- package/dist/index.js.map +1 -1
- package/package.json +4 -5
package/dist/index.js
CHANGED
|
@@ -955,12 +955,6 @@ const diagnostics = {
|
|
|
955
955
|
required: "dec first parameter must be required.",
|
|
956
956
|
},
|
|
957
957
|
},
|
|
958
|
-
"projections-are-experimental": {
|
|
959
|
-
severity: "warning",
|
|
960
|
-
messages: {
|
|
961
|
-
default: "Projections are experimental - your code will need to change as this feature evolves.",
|
|
962
|
-
},
|
|
963
|
-
},
|
|
964
958
|
"mixed-string-template": {
|
|
965
959
|
severity: "error",
|
|
966
960
|
messages: {
|
|
@@ -4997,6 +4991,7 @@ function createParser(code, options = {}) {
|
|
|
4997
4991
|
}
|
|
4998
4992
|
return flags;
|
|
4999
4993
|
}
|
|
4994
|
+
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
5000
4995
|
function parseProjectionStatement(pos) {
|
|
5001
4996
|
parseExpected(Token.ProjectionKeyword);
|
|
5002
4997
|
const selector = parseProjectionSelector();
|