@api-doctor/cli 0.0.5 → 0.0.6

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/plugin.d.ts CHANGED
@@ -455,9 +455,11 @@ declare const plugin: {
455
455
  schema: never[];
456
456
  };
457
457
  create(context: any): {
458
+ MemberExpression(node: any): void;
458
459
  VariableDeclarator(node: any): void;
459
460
  AssignmentExpression(node: any): void;
460
461
  ExpressionStatement(node: any): void;
462
+ 'Program:exit'(): void;
461
463
  };
462
464
  };
463
465
  readonly 'supabase-non-atomic-replace-pattern': {
@@ -502,9 +504,11 @@ declare const plugin: {
502
504
  schema: never[];
503
505
  };
504
506
  create(context: any): {
507
+ MemberExpression(node: any): void;
505
508
  ExpressionStatement(node: any): void;
506
509
  VariableDeclarator(node: any): void;
507
510
  AssignmentExpression(node: any): void;
511
+ 'Program:exit'(): void;
508
512
  };
509
513
  };
510
514
  readonly 'supabase-realtime-missing-filter': {
@@ -857,28 +861,7 @@ declare const plugin: {
857
861
  };
858
862
  create(context: any): {
859
863
  CallExpression(node: any): void;
860
- };
861
- };
862
- readonly 'firebase-middleware-token-not-verified': {
863
- meta: {
864
- type: string;
865
- docs: {
866
- description: string;
867
- category: string;
868
- cwe: string;
869
- owasp: string;
870
- rationale: string;
871
- docsUrl: string;
872
- recommended: boolean;
873
- };
874
- messages: {
875
- tokenNotVerified: string;
876
- };
877
- schema: never[];
878
- };
879
- create(context: any): {
880
- CallExpression(node: any): void;
881
- 'Program:exit'(): void;
864
+ AssignmentExpression(node: any): void;
882
865
  };
883
866
  };
884
867
  readonly 'firebase-hardcoded-user-id': {
@@ -899,6 +882,8 @@ declare const plugin: {
899
882
  schema: never[];
900
883
  };
901
884
  create(context: any): {
885
+ VariableDeclarator?: undefined;
886
+ } | {
902
887
  VariableDeclarator(node: any): void;
903
888
  };
904
889
  };
@@ -1705,26 +1690,6 @@ declare const plugin: {
1705
1690
  'Program:exit'(): void;
1706
1691
  };
1707
1692
  };
1708
- readonly 'tiptap-twitter-url-regex': {
1709
- meta: {
1710
- type: string;
1711
- docs: {
1712
- description: string;
1713
- category: string;
1714
- rationale: string;
1715
- docsUrl: string;
1716
- recommended: boolean;
1717
- };
1718
- messages: {
1719
- twitterRegexMissingLegacyDomain: string;
1720
- };
1721
- schema: never[];
1722
- };
1723
- create(context: any): {
1724
- Literal(node: any): void;
1725
- NewExpression(node: any): void;
1726
- };
1727
- };
1728
1693
  readonly 'tiptap-drop-handler-pos-precedence': {
1729
1694
  meta: {
1730
1695
  type: string;