@markw65/prettier-plugin-monkeyc 1.0.56 → 1.0.57

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.
@@ -365,6 +365,7 @@ export interface AttributeList extends BaseNode {
365
365
  type: "AttributeList";
366
366
  attributes?: Attributes;
367
367
  access?: AccessSpecifier[];
368
+ system?: Record<string, unknown>;
368
369
  }
369
370
  type Attribute = SymbolExpression | CallExpression;
370
371
  export type ImportStatement = ImportModule | Using;
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "prepack": "npm run build-release"
26
26
  },
27
27
  "name": "@markw65/prettier-plugin-monkeyc",
28
- "version": "1.0.56",
28
+ "version": "1.0.57",
29
29
  "description": "A prettier plugin for Garmin monkey-c",
30
30
  "main": "build/prettier-plugin-monkeyc.cjs",
31
31
  "types": "build/prettier-plugin-monkeyc.d.ts",