@markw65/prettier-plugin-monkeyc 1.0.68 → 1.0.69
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/build/estree-types.d.ts +1 -1
- package/package.json +1 -1
package/build/estree-types.d.ts
CHANGED
|
@@ -354,7 +354,7 @@ export interface MethodDefinition extends BaseNode {
|
|
|
354
354
|
kind: "method";
|
|
355
355
|
key: "";
|
|
356
356
|
params: Array<TypedIdentifier>;
|
|
357
|
-
returnType
|
|
357
|
+
returnType?: AsTypeSpec | undefined | null;
|
|
358
358
|
}
|
|
359
359
|
export type AccessSpecifier = "static" | "private" | "protected" | "hidden" | "public";
|
|
360
360
|
export interface Attributes extends BaseNode {
|
package/package.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"prepack": "npm run build-release"
|
|
27
27
|
},
|
|
28
28
|
"name": "@markw65/prettier-plugin-monkeyc",
|
|
29
|
-
"version": "1.0.
|
|
29
|
+
"version": "1.0.69",
|
|
30
30
|
"description": "A prettier plugin for Garmin monkey-c",
|
|
31
31
|
"main": "build/prettier-plugin-monkeyc.cjs",
|
|
32
32
|
"types": "build/prettier-plugin-monkeyc.d.ts",
|