@angular-eslint/eslint-plugin 21.2.1-alpha.2 → 21.2.1-alpha.4

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.
Files changed (106) hide show
  1. package/dist/index.d.ts +147 -49
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/rules/component-class-suffix.d.ts +3 -1
  4. package/dist/rules/component-class-suffix.d.ts.map +1 -1
  5. package/dist/rules/component-max-inline-declarations.d.ts +3 -1
  6. package/dist/rules/component-max-inline-declarations.d.ts.map +1 -1
  7. package/dist/rules/component-selector.d.ts +3 -1
  8. package/dist/rules/component-selector.d.ts.map +1 -1
  9. package/dist/rules/computed-must-return.d.ts +3 -1
  10. package/dist/rules/computed-must-return.d.ts.map +1 -1
  11. package/dist/rules/consistent-component-styles.d.ts +3 -1
  12. package/dist/rules/consistent-component-styles.d.ts.map +1 -1
  13. package/dist/rules/consistent-component-styles.js +1 -3
  14. package/dist/rules/contextual-decorator.d.ts +3 -1
  15. package/dist/rules/contextual-decorator.d.ts.map +1 -1
  16. package/dist/rules/contextual-lifecycle.d.ts +3 -1
  17. package/dist/rules/contextual-lifecycle.d.ts.map +1 -1
  18. package/dist/rules/directive-class-suffix.d.ts +3 -1
  19. package/dist/rules/directive-class-suffix.d.ts.map +1 -1
  20. package/dist/rules/directive-selector.d.ts +3 -1
  21. package/dist/rules/directive-selector.d.ts.map +1 -1
  22. package/dist/rules/no-async-lifecycle-method.d.ts +3 -1
  23. package/dist/rules/no-async-lifecycle-method.d.ts.map +1 -1
  24. package/dist/rules/no-attribute-decorator.d.ts +3 -1
  25. package/dist/rules/no-attribute-decorator.d.ts.map +1 -1
  26. package/dist/rules/no-conflicting-lifecycle.d.ts +3 -1
  27. package/dist/rules/no-conflicting-lifecycle.d.ts.map +1 -1
  28. package/dist/rules/no-developer-preview.d.ts +3 -1
  29. package/dist/rules/no-developer-preview.d.ts.map +1 -1
  30. package/dist/rules/no-duplicates-in-metadata-arrays.d.ts +3 -1
  31. package/dist/rules/no-duplicates-in-metadata-arrays.d.ts.map +1 -1
  32. package/dist/rules/no-empty-lifecycle-method.d.ts +3 -1
  33. package/dist/rules/no-empty-lifecycle-method.d.ts.map +1 -1
  34. package/dist/rules/no-experimental.d.ts +3 -1
  35. package/dist/rules/no-experimental.d.ts.map +1 -1
  36. package/dist/rules/no-forward-ref.d.ts +3 -1
  37. package/dist/rules/no-forward-ref.d.ts.map +1 -1
  38. package/dist/rules/no-implicit-take-until-destroyed.d.ts +3 -1
  39. package/dist/rules/no-implicit-take-until-destroyed.d.ts.map +1 -1
  40. package/dist/rules/no-input-prefix.d.ts +3 -1
  41. package/dist/rules/no-input-prefix.d.ts.map +1 -1
  42. package/dist/rules/no-input-rename.d.ts +3 -1
  43. package/dist/rules/no-input-rename.d.ts.map +1 -1
  44. package/dist/rules/no-inputs-metadata-property.d.ts +3 -1
  45. package/dist/rules/no-inputs-metadata-property.d.ts.map +1 -1
  46. package/dist/rules/no-lifecycle-call.d.ts +3 -1
  47. package/dist/rules/no-lifecycle-call.d.ts.map +1 -1
  48. package/dist/rules/no-output-native.d.ts +3 -1
  49. package/dist/rules/no-output-native.d.ts.map +1 -1
  50. package/dist/rules/no-output-on-prefix.d.ts +3 -1
  51. package/dist/rules/no-output-on-prefix.d.ts.map +1 -1
  52. package/dist/rules/no-output-rename.d.ts +3 -1
  53. package/dist/rules/no-output-rename.d.ts.map +1 -1
  54. package/dist/rules/no-outputs-metadata-property.d.ts +3 -1
  55. package/dist/rules/no-outputs-metadata-property.d.ts.map +1 -1
  56. package/dist/rules/no-pipe-impure.d.ts +3 -1
  57. package/dist/rules/no-pipe-impure.d.ts.map +1 -1
  58. package/dist/rules/no-queries-metadata-property.d.ts +3 -1
  59. package/dist/rules/no-queries-metadata-property.d.ts.map +1 -1
  60. package/dist/rules/no-uncalled-signals.d.ts +3 -1
  61. package/dist/rules/no-uncalled-signals.d.ts.map +1 -1
  62. package/dist/rules/no-uncalled-signals.js +10 -0
  63. package/dist/rules/pipe-prefix.d.ts +3 -1
  64. package/dist/rules/pipe-prefix.d.ts.map +1 -1
  65. package/dist/rules/prefer-host-metadata-property.d.ts +3 -1
  66. package/dist/rules/prefer-host-metadata-property.d.ts.map +1 -1
  67. package/dist/rules/prefer-inject.d.ts +3 -1
  68. package/dist/rules/prefer-inject.d.ts.map +1 -1
  69. package/dist/rules/prefer-on-push-component-change-detection.d.ts +3 -1
  70. package/dist/rules/prefer-on-push-component-change-detection.d.ts.map +1 -1
  71. package/dist/rules/prefer-output-emitter-ref.d.ts +3 -1
  72. package/dist/rules/prefer-output-emitter-ref.d.ts.map +1 -1
  73. package/dist/rules/prefer-output-readonly.d.ts +3 -1
  74. package/dist/rules/prefer-output-readonly.d.ts.map +1 -1
  75. package/dist/rules/prefer-signal-model.d.ts +3 -1
  76. package/dist/rules/prefer-signal-model.d.ts.map +1 -1
  77. package/dist/rules/prefer-signals.d.ts +3 -1
  78. package/dist/rules/prefer-signals.d.ts.map +1 -1
  79. package/dist/rules/prefer-standalone.d.ts +3 -1
  80. package/dist/rules/prefer-standalone.d.ts.map +1 -1
  81. package/dist/rules/relative-url-prefix.d.ts +3 -1
  82. package/dist/rules/relative-url-prefix.d.ts.map +1 -1
  83. package/dist/rules/require-lifecycle-on-prototype.d.ts +3 -1
  84. package/dist/rules/require-lifecycle-on-prototype.d.ts.map +1 -1
  85. package/dist/rules/require-localize-metadata.d.ts +3 -1
  86. package/dist/rules/require-localize-metadata.d.ts.map +1 -1
  87. package/dist/rules/runtime-localize.d.ts +3 -1
  88. package/dist/rules/runtime-localize.d.ts.map +1 -1
  89. package/dist/rules/sort-keys-in-type-decorator.d.ts +3 -1
  90. package/dist/rules/sort-keys-in-type-decorator.d.ts.map +1 -1
  91. package/dist/rules/sort-lifecycle-methods.d.ts +3 -1
  92. package/dist/rules/sort-lifecycle-methods.d.ts.map +1 -1
  93. package/dist/rules/use-component-selector.d.ts +3 -1
  94. package/dist/rules/use-component-selector.d.ts.map +1 -1
  95. package/dist/rules/use-component-view-encapsulation.d.ts +3 -1
  96. package/dist/rules/use-component-view-encapsulation.d.ts.map +1 -1
  97. package/dist/rules/use-injectable-provided-in.d.ts +3 -1
  98. package/dist/rules/use-injectable-provided-in.d.ts.map +1 -1
  99. package/dist/rules/use-lifecycle-interface.d.ts +3 -1
  100. package/dist/rules/use-lifecycle-interface.d.ts.map +1 -1
  101. package/dist/rules/use-pipe-transform-interface.d.ts +3 -1
  102. package/dist/rules/use-pipe-transform-interface.d.ts.map +1 -1
  103. package/dist/utils/create-eslint-rule.d.ts +3 -1
  104. package/dist/utils/create-eslint-rule.d.ts.map +1 -1
  105. package/dist/utils/create-eslint-rule.js +4 -2
  106. package/package.json +5 -5
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'noImplicitTakeUntilDestroyed';
3
3
  export declare const RULE_NAME = "no-implicit-take-until-destroyed";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noImplicitTakeUntilDestroyed", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noImplicitTakeUntilDestroyed", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"no-implicit-take-until-destroyed.d.ts","sourceRoot":"","sources":["../../src/rules/no-implicit-take-until-destroyed.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,8BAA8B,CAAC;AACxD,eAAO,MAAM,SAAS,qCAAqC,CAAC;;AAO5D,wBAgCG;AAqEH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
1
+ {"version":3,"file":"no-implicit-take-until-destroyed.d.ts","sourceRoot":"","sources":["../../src/rules/no-implicit-take-until-destroyed.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,8BAA8B,CAAC;AACxD,eAAO,MAAM,SAAS,qCAAqC,CAAC;;;;AAO5D,wBAgCG;AAqEH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
@@ -3,7 +3,9 @@ export type Options = [{
3
3
  }];
4
4
  export type MessageIds = 'noInputPrefix';
5
5
  export declare const RULE_NAME = "no-input-prefix";
6
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noInputPrefix", Options, import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
6
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noInputPrefix", Options, import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
7
+ name: string;
8
+ };
7
9
  export default _default;
8
10
  export declare const RULE_DOCS_EXTENSION: {
9
11
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"no-input-prefix.d.ts","sourceRoot":"","sources":["../../src/rules/no-input-prefix.ts"],"names":[],"mappings":"AAQA,MAAM,MAAM,OAAO,GAAG,CAAC;IAAE,QAAQ,CAAC,QAAQ,EAAE,SAAS,MAAM,EAAE,CAAA;CAAE,CAAC,CAAC;AACjE,MAAM,MAAM,UAAU,GAAG,eAAe,CAAC;AACzC,eAAO,MAAM,SAAS,oBAAoB,CAAC;;AAE3C,wBAwIG;AAWH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"no-input-prefix.d.ts","sourceRoot":"","sources":["../../src/rules/no-input-prefix.ts"],"names":[],"mappings":"AAQA,MAAM,MAAM,OAAO,GAAG,CAAC;IAAE,QAAQ,CAAC,QAAQ,EAAE,SAAS,MAAM,EAAE,CAAA;CAAE,CAAC,CAAC;AACjE,MAAM,MAAM,UAAU,GAAG,eAAe,CAAC;AACzC,eAAO,MAAM,SAAS,oBAAoB,CAAC;;;;AAE3C,wBAwIG;AAWH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -3,7 +3,9 @@ export type Options = [{
3
3
  }];
4
4
  export type MessageIds = 'noInputRename' | 'suggestRemoveAliasName' | 'suggestReplaceOriginalNameWithAliasName';
5
5
  export declare const RULE_NAME = "no-input-rename";
6
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, Options, import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
6
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, Options, import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
7
+ name: string;
8
+ };
7
9
  export default _default;
8
10
  export declare const RULE_DOCS_EXTENSION: {
9
11
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"no-input-rename.d.ts","sourceRoot":"","sources":["../../src/rules/no-input-rename.ts"],"names":[],"mappings":"AAYA,MAAM,MAAM,OAAO,GAAG,CAAC;IAAE,QAAQ,CAAC,YAAY,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;CAAE,CAAC,CAAC;AACtE,MAAM,MAAM,UAAU,GAClB,eAAe,GACf,wBAAwB,GACxB,yCAAyC,CAAC;AAC9C,eAAO,MAAM,SAAS,oBAAoB,CAAC;;AAI3C,wBAgQG;AAqBH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"no-input-rename.d.ts","sourceRoot":"","sources":["../../src/rules/no-input-rename.ts"],"names":[],"mappings":"AAYA,MAAM,MAAM,OAAO,GAAG,CAAC;IAAE,QAAQ,CAAC,YAAY,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;CAAE,CAAC,CAAC;AACtE,MAAM,MAAM,UAAU,GAClB,eAAe,GACf,wBAAwB,GACxB,yCAAyC,CAAC;AAC9C,eAAO,MAAM,SAAS,oBAAoB,CAAC;;;;AAI3C,wBAgQG;AAqBH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'noInputsMetadataProperty';
3
3
  export declare const RULE_NAME = "no-inputs-metadata-property";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noInputsMetadataProperty", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noInputsMetadataProperty", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"no-inputs-metadata-property.d.ts","sourceRoot":"","sources":["../../src/rules/no-inputs-metadata-property.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,0BAA0B,CAAC;AACpD,eAAO,MAAM,SAAS,gCAAgC,CAAC;;AAGvD,wBAoDG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"no-inputs-metadata-property.d.ts","sourceRoot":"","sources":["../../src/rules/no-inputs-metadata-property.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,0BAA0B,CAAC;AACpD,eAAO,MAAM,SAAS,gCAAgC,CAAC;;;;AAGvD,wBAoDG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'noLifecycleCall';
3
3
  export declare const RULE_NAME = "no-lifecycle-call";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noLifecycleCall", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noLifecycleCall", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"no-lifecycle-call.d.ts","sourceRoot":"","sources":["../../src/rules/no-lifecycle-call.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,iBAAiB,CAAC;AAC3C,eAAO,MAAM,SAAS,sBAAsB,CAAC;;AAE7C,wBAwCG;AAsBH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
1
+ {"version":3,"file":"no-lifecycle-call.d.ts","sourceRoot":"","sources":["../../src/rules/no-lifecycle-call.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,iBAAiB,CAAC;AAC3C,eAAO,MAAM,SAAS,sBAAsB,CAAC;;;;AAE7C,wBAwCG;AAsBH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'noOutputNative';
3
3
  export declare const RULE_NAME = "no-output-native";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noOutputNative", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noOutputNative", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"no-output-native.d.ts","sourceRoot":"","sources":["../../src/rules/no-output-native.ts"],"names":[],"mappings":"AAQA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,gBAAgB,CAAC;AAC1C,eAAO,MAAM,SAAS,qBAAqB,CAAC;;AAE5C,wBA8CG;AAEH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
1
+ {"version":3,"file":"no-output-native.d.ts","sourceRoot":"","sources":["../../src/rules/no-output-native.ts"],"names":[],"mappings":"AAQA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,gBAAgB,CAAC;AAC1C,eAAO,MAAM,SAAS,qBAAqB,CAAC;;;;AAE5C,wBA8CG;AAEH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'noOutputOnPrefix';
3
3
  export declare const RULE_NAME = "no-output-on-prefix";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noOutputOnPrefix", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noOutputOnPrefix", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"no-output-on-prefix.d.ts","sourceRoot":"","sources":["../../src/rules/no-output-on-prefix.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,kBAAkB,CAAC;AAC5C,eAAO,MAAM,SAAS,wBAAwB,CAAC;;AAI/C,wBA4CG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"no-output-on-prefix.d.ts","sourceRoot":"","sources":["../../src/rules/no-output-on-prefix.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,kBAAkB,CAAC;AAC5C,eAAO,MAAM,SAAS,wBAAwB,CAAC;;;;AAI/C,wBA4CG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'noOutputRename' | 'suggestRemoveAliasName' | 'suggestReplaceOriginalNameWithAliasName';
3
3
  export declare const RULE_NAME = "no-output-rename";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"no-output-rename.d.ts","sourceRoot":"","sources":["../../src/rules/no-output-rename.ts"],"names":[],"mappings":"AAUA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAClB,gBAAgB,GAChB,wBAAwB,GACxB,yCAAyC,CAAC;AAC9C,eAAO,MAAM,SAAS,qBAAqB,CAAC;;AAI5C,wBAgMG;AAmBH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"no-output-rename.d.ts","sourceRoot":"","sources":["../../src/rules/no-output-rename.ts"],"names":[],"mappings":"AAUA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAClB,gBAAgB,GAChB,wBAAwB,GACxB,yCAAyC,CAAC;AAC9C,eAAO,MAAM,SAAS,qBAAqB,CAAC;;;;AAI5C,wBAgMG;AAmBH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'noOutputsMetadataProperty';
3
3
  export declare const RULE_NAME = "no-outputs-metadata-property";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noOutputsMetadataProperty", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noOutputsMetadataProperty", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"no-outputs-metadata-property.d.ts","sourceRoot":"","sources":["../../src/rules/no-outputs-metadata-property.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,2BAA2B,CAAC;AACrD,eAAO,MAAM,SAAS,iCAAiC,CAAC;;AAGxD,wBAoDG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"no-outputs-metadata-property.d.ts","sourceRoot":"","sources":["../../src/rules/no-outputs-metadata-property.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,2BAA2B,CAAC;AACrD,eAAO,MAAM,SAAS,iCAAiC,CAAC;;;;AAGxD,wBAoDG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'noPipeImpure' | 'suggestRemovePipeImpure';
3
3
  export declare const RULE_NAME = "no-pipe-impure";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"no-pipe-impure.d.ts","sourceRoot":"","sources":["../../src/rules/no-pipe-impure.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,cAAc,GAAG,yBAAyB,CAAC;AACpE,eAAO,MAAM,SAAS,mBAAmB,CAAC;;AAE1C,wBAuCG;AAEH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
1
+ {"version":3,"file":"no-pipe-impure.d.ts","sourceRoot":"","sources":["../../src/rules/no-pipe-impure.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,cAAc,GAAG,yBAAyB,CAAC;AACpE,eAAO,MAAM,SAAS,mBAAmB,CAAC;;;;AAE1C,wBAuCG;AAEH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'noQueriesMetadataProperty';
3
3
  export declare const RULE_NAME = "no-queries-metadata-property";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noQueriesMetadataProperty", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"noQueriesMetadataProperty", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"no-queries-metadata-property.d.ts","sourceRoot":"","sources":["../../src/rules/no-queries-metadata-property.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,2BAA2B,CAAC;AACrD,eAAO,MAAM,SAAS,iCAAiC,CAAC;;AAIxD,wBAiCG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"no-queries-metadata-property.d.ts","sourceRoot":"","sources":["../../src/rules/no-queries-metadata-property.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,2BAA2B,CAAC;AACrD,eAAO,MAAM,SAAS,iCAAiC,CAAC;;;;AAIxD,wBAiCG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -2,7 +2,9 @@ import { ESLintUtils } from '@typescript-eslint/utils';
2
2
  export type Options = [];
3
3
  export type MessageIds = 'noUncalledSignals' | 'suggestCallSignal';
4
4
  export declare const RULE_NAME = "no-uncalled-signals";
5
- declare const _default: ESLintUtils.RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, ESLintUtils.RuleListener>;
5
+ declare const _default: ESLintUtils.RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, ESLintUtils.RuleListener> & {
6
+ name: string;
7
+ };
6
8
  export default _default;
7
9
  export declare const RULE_DOCS_EXTENSION: {
8
10
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"no-uncalled-signals.d.ts","sourceRoot":"","sources":["../../src/rules/no-uncalled-signals.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,EAGZ,MAAM,0BAA0B,CAAC;AAIlC,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,mBAAmB,GAAG,mBAAmB,CAAC;AACnE,eAAO,MAAM,SAAS,wBAAwB,CAAC;;AAW/C,wBAwEG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"no-uncalled-signals.d.ts","sourceRoot":"","sources":["../../src/rules/no-uncalled-signals.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,EAGZ,MAAM,0BAA0B,CAAC;AAIlC,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,mBAAmB,GAAG,mBAAmB,CAAC;AACnE,eAAO,MAAM,SAAS,wBAAwB,CAAC;;;;AAmB/C,wBA2EG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -13,6 +13,13 @@ const CONDITIONAL_SELECTOR = [
13
13
  utils_1.AST_NODE_TYPES.SwitchCase,
14
14
  utils_1.AST_NODE_TYPES.WhileStatement,
15
15
  ].join(',');
16
+ const FUNCTION_MEMBER_EXPRESSION_SELECTOR = `MemberExpression[property.type=Identifier]:matches(${[
17
+ 'arguments',
18
+ 'caller',
19
+ 'length',
20
+ 'name',
21
+ 'toString',
22
+ ].map((member) => `[property.name=${member}]`)})`;
16
23
  exports.default = (0, create_eslint_rule_1.createESLintRule)({
17
24
  name: exports.RULE_NAME,
18
25
  meta: {
@@ -66,6 +73,9 @@ exports.default = (0, create_eslint_rule_1.createESLintRule)({
66
73
  checkForUncalledSignal(node.left);
67
74
  checkForUncalledSignal(node.right);
68
75
  },
76
+ [FUNCTION_MEMBER_EXPRESSION_SELECTOR](node) {
77
+ checkForUncalledSignal(node.object);
78
+ },
69
79
  };
70
80
  },
71
81
  });
@@ -5,7 +5,9 @@ export type Options = [
5
5
  ];
6
6
  export type MessageIds = 'pipePrefix' | 'selectorAfterPrefixFailure';
7
7
  export declare const RULE_NAME = "pipe-prefix";
8
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, Options, import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
8
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, Options, import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
9
+ name: string;
10
+ };
9
11
  export default _default;
10
12
  export declare const RULE_DOCS_EXTENSION: {
11
13
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"pipe-prefix.d.ts","sourceRoot":"","sources":["../../src/rules/pipe-prefix.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,OAAO,GAAG;IACpB;QACE,QAAQ,EAAE,MAAM,EAAE,CAAC;KACpB;CACF,CAAC;AACF,MAAM,MAAM,UAAU,GAAG,YAAY,GAAG,4BAA4B,CAAC;AACrE,eAAO,MAAM,SAAS,gBAAgB,CAAC;;AAEvC,wBAoGG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"pipe-prefix.d.ts","sourceRoot":"","sources":["../../src/rules/pipe-prefix.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,OAAO,GAAG;IACpB;QACE,QAAQ,EAAE,MAAM,EAAE,CAAC;KACpB;CACF,CAAC;AACF,MAAM,MAAM,UAAU,GAAG,YAAY,GAAG,4BAA4B,CAAC;AACrE,eAAO,MAAM,SAAS,gBAAgB,CAAC;;;;AAEvC,wBAoGG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,6 +1,8 @@
1
1
  export type MessageIds = 'preferHostMetadataPropertyForBinding' | 'preferHostMetadataPropertyForListener';
2
2
  export declare const RULE_NAME = "prefer-host-metadata-property";
3
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
3
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
4
+ name: string;
5
+ };
4
6
  export default _default;
5
7
  export declare const RULE_DOCS_EXTENSION: {
6
8
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"prefer-host-metadata-property.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-host-metadata-property.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,UAAU,GAClB,sCAAsC,GACtC,uCAAuC,CAAC;AAC5C,eAAO,MAAM,SAAS,kCAAkC,CAAC;;AAEzD,wBAiCG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"prefer-host-metadata-property.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-host-metadata-property.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,UAAU,GAClB,sCAAsC,GACtC,uCAAuC,CAAC;AAC5C,eAAO,MAAM,SAAS,kCAAkC,CAAC;;;;AAEzD,wBAiCG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'preferInject';
3
3
  export declare const RULE_NAME = "prefer-inject";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"preferInject", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"preferInject", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"prefer-inject.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-inject.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AAEzB,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC;AACxC,eAAO,MAAM,SAAS,kBAAkB,CAAC;;AAEzC,wBAkGG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"prefer-inject.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-inject.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AAEzB,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC;AACxC,eAAO,MAAM,SAAS,kBAAkB,CAAC;;;;AAEzC,wBAkGG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'preferOnPushComponentChangeDetection' | 'suggestAddChangeDetectionOnPush';
3
3
  export declare const RULE_NAME = "prefer-on-push-component-change-detection";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"prefer-on-push-component-change-detection.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-on-push-component-change-detection.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAClB,sCAAsC,GACtC,iCAAiC,CAAC;AACtC,eAAO,MAAM,SAAS,8CAA8C,CAAC;;AAKrE,wBAuEG;AAYH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
1
+ {"version":3,"file":"prefer-on-push-component-change-detection.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-on-push-component-change-detection.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAClB,sCAAsC,GACtC,iCAAiC,CAAC;AACtC,eAAO,MAAM,SAAS,8CAA8C,CAAC;;;;AAKrE,wBAuEG;AAYH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
@@ -1,6 +1,8 @@
1
1
  export type MessageIds = 'preferOutputEmitterRef';
2
2
  export declare const RULE_NAME = "prefer-output-emitter-ref";
3
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"preferOutputEmitterRef", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
3
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"preferOutputEmitterRef", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
4
+ name: string;
5
+ };
4
6
  export default _default;
5
7
  export declare const RULE_DOCS_EXTENSION: {
6
8
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"prefer-output-emitter-ref.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-output-emitter-ref.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,UAAU,GAAG,wBAAwB,CAAC;AAClD,eAAO,MAAM,SAAS,8BAA8B,CAAC;;AAErD,wBAqBG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"prefer-output-emitter-ref.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-output-emitter-ref.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,UAAU,GAAG,wBAAwB,CAAC;AAClD,eAAO,MAAM,SAAS,8BAA8B,CAAC;;;;AAErD,wBAqBG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'preferOutputReadonly' | 'suggestAddReadonlyModifier';
3
3
  export declare const RULE_NAME = "prefer-output-readonly";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"prefer-output-readonly.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-output-readonly.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,sBAAsB,GAAG,4BAA4B,CAAC;AAC/E,eAAO,MAAM,SAAS,2BAA2B,CAAC;;AAElD,wBAkDG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"prefer-output-readonly.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-output-readonly.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,sBAAsB,GAAG,4BAA4B,CAAC;AAC/E,eAAO,MAAM,SAAS,2BAA2B,CAAC;;;;AAElD,wBAkDG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,6 +1,8 @@
1
1
  export type MessageIds = 'preferSignalModel';
2
2
  export declare const RULE_NAME = "prefer-signal-model";
3
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"preferSignalModel", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
3
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"preferSignalModel", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
4
+ name: string;
5
+ };
4
6
  export default _default;
5
7
  export declare const RULE_DOCS_EXTENSION: {
6
8
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"prefer-signal-model.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-signal-model.ts"],"names":[],"mappings":"AAUA,MAAM,MAAM,UAAU,GAAG,mBAAmB,CAAC;AAC7C,eAAO,MAAM,SAAS,wBAAwB,CAAC;;AAE/C,wBA0EG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"prefer-signal-model.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-signal-model.ts"],"names":[],"mappings":"AAUA,MAAM,MAAM,UAAU,GAAG,mBAAmB,CAAC;AAC7C,eAAO,MAAM,SAAS,wBAAwB,CAAC;;;;AAE/C,wBA0EG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -10,7 +10,9 @@ type Options = [
10
10
  ];
11
11
  export type MessageIds = 'preferInputSignals' | 'preferQuerySignals' | 'preferReadonlySignalProperties';
12
12
  export declare const RULE_NAME = "prefer-signals";
13
- declare const _default: ESLintUtils.RuleModule<MessageIds, Options, import("../utils/create-eslint-rule").RuleDocs, ESLintUtils.RuleListener>;
13
+ declare const _default: ESLintUtils.RuleModule<MessageIds, Options, import("../utils/create-eslint-rule").RuleDocs, ESLintUtils.RuleListener> & {
14
+ name: string;
15
+ };
14
16
  export default _default;
15
17
  export declare const RULE_DOCS_EXTENSION: {
16
18
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"prefer-signals.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-signals.ts"],"names":[],"mappings":"AAKA,OAAO,EAAkB,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAIvE,KAAK,OAAO,GAAG;IACb;QACE,8BAA8B,EAAE,OAAO,CAAC;QACxC,kBAAkB,EAAE,OAAO,CAAC;QAC5B,kBAAkB,EAAE,OAAO,CAAC;QAC5B,eAAe,EAAE,OAAO,CAAC;QACzB,iCAAiC,EAAE,MAAM,EAAE,CAAC;KAC7C;CACF,CAAC;AAuBF,MAAM,MAAM,UAAU,GAClB,oBAAoB,GACpB,oBAAoB,GACpB,gCAAgC,CAAC;AACrC,eAAO,MAAM,SAAS,mBAAmB,CAAC;;AAE1C,wBAsLG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"prefer-signals.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-signals.ts"],"names":[],"mappings":"AAKA,OAAO,EAAkB,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAIvE,KAAK,OAAO,GAAG;IACb;QACE,8BAA8B,EAAE,OAAO,CAAC;QACxC,kBAAkB,EAAE,OAAO,CAAC;QAC5B,kBAAkB,EAAE,OAAO,CAAC;QAC5B,eAAe,EAAE,OAAO,CAAC;QACzB,iCAAiC,EAAE,MAAM,EAAE,CAAC;KAC7C;CACF,CAAC;AAuBF,MAAM,MAAM,UAAU,GAClB,oBAAoB,GACpB,oBAAoB,GACpB,gCAAgC,CAAC;AACrC,eAAO,MAAM,SAAS,mBAAmB,CAAC;;;;AAE1C,wBAsLG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'preferStandalone' | 'removeStandaloneFalse';
3
3
  export declare const RULE_NAME = "prefer-standalone";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"prefer-standalone.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-standalone.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AAEzB,MAAM,MAAM,UAAU,GAAG,kBAAkB,GAAG,uBAAuB,CAAC;AACtE,eAAO,MAAM,SAAS,sBAAsB,CAAC;;AAK7C,wBAkEG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"prefer-standalone.d.ts","sourceRoot":"","sources":["../../src/rules/prefer-standalone.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AAEzB,MAAM,MAAM,UAAU,GAAG,kBAAkB,GAAG,uBAAuB,CAAC;AACtE,eAAO,MAAM,SAAS,sBAAsB,CAAC;;;;AAK7C,wBAkEG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'relativeUrlPrefix';
3
3
  export declare const RULE_NAME = "relative-url-prefix";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"relativeUrlPrefix", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"relativeUrlPrefix", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"relative-url-prefix.d.ts","sourceRoot":"","sources":["../../src/rules/relative-url-prefix.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,mBAAmB,CAAC;AAC7C,eAAO,MAAM,SAAS,wBAAwB,CAAC;;AAI/C,wBA0CG;AAiBH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"relative-url-prefix.d.ts","sourceRoot":"","sources":["../../src/rules/relative-url-prefix.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,mBAAmB,CAAC;AAC7C,eAAO,MAAM,SAAS,wBAAwB,CAAC;;;;AAI/C,wBA0CG;AAiBH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'defineOnPrototype';
3
3
  export declare const RULE_NAME = "require-lifecycle-on-prototype";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"defineOnPrototype", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"defineOnPrototype", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"require-lifecycle-on-prototype.d.ts","sourceRoot":"","sources":["../../src/rules/require-lifecycle-on-prototype.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AAIzB,MAAM,MAAM,UAAU,GAAG,mBAAmB,CAAC;AAC7C,eAAO,MAAM,SAAS,mCAAmC,CAAC;;AAY1D,wBA2CG;AAkBH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"require-lifecycle-on-prototype.d.ts","sourceRoot":"","sources":["../../src/rules/require-lifecycle-on-prototype.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AAIzB,MAAM,MAAM,UAAU,GAAG,mBAAmB,CAAC;AAC7C,eAAO,MAAM,SAAS,mCAAmC,CAAC;;;;AAY1D,wBA2CG;AAkBH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -7,7 +7,9 @@ export type Options = [
7
7
  ];
8
8
  export type MessageIds = 'requireLocalizeDescription' | 'requireLocalizeMeaning' | 'requireLocalizeCustomId';
9
9
  export declare const RULE_NAME = "require-localize-metadata";
10
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, Options, import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
10
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, Options, import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
11
+ name: string;
12
+ };
11
13
  export default _default;
12
14
  export declare const RULE_DOCS_EXTENSION: {
13
15
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"require-localize-metadata.d.ts","sourceRoot":"","sources":["../../src/rules/require-localize-metadata.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG;IACpB;QACE,QAAQ,CAAC,kBAAkB,CAAC,EAAE,OAAO,CAAC;QACtC,QAAQ,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;QAClC,QAAQ,CAAC,eAAe,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;KAC7C;CACF,CAAC;AAYF,MAAM,MAAM,UAAU,GAClB,4BAA4B,GAC5B,wBAAwB,GACxB,yBAAyB,CAAC;AAC9B,eAAO,MAAM,SAAS,8BAA8B,CAAC;;AAErD,wBAyFG;AAyCH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
1
+ {"version":3,"file":"require-localize-metadata.d.ts","sourceRoot":"","sources":["../../src/rules/require-localize-metadata.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG;IACpB;QACE,QAAQ,CAAC,kBAAkB,CAAC,EAAE,OAAO,CAAC;QACtC,QAAQ,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;QAClC,QAAQ,CAAC,eAAe,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;KAC7C;CACF,CAAC;AAYF,MAAM,MAAM,UAAU,GAClB,4BAA4B,GAC5B,wBAAwB,GACxB,yBAAyB,CAAC;AAC9B,eAAO,MAAM,SAAS,8BAA8B,CAAC;;;;AAErD,wBAyFG;AAyCH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'runtimeLocalize';
3
3
  export declare const RULE_NAME = "runtime-localize";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"runtimeLocalize", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"runtimeLocalize", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"runtime-localize.d.ts","sourceRoot":"","sources":["../../src/rules/runtime-localize.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,iBAAiB,CAAC;AAC3C,eAAO,MAAM,SAAS,qBAAqB,CAAC;;AAE5C,wBA6CG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"runtime-localize.d.ts","sourceRoot":"","sources":["../../src/rules/runtime-localize.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,iBAAiB,CAAC;AAC3C,eAAO,MAAM,SAAS,qBAAqB,CAAC;;;;AAE5C,wBA6CG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -6,7 +6,9 @@ export type Options = [
6
6
  ];
7
7
  export type MessageIds = 'incorrectOrder';
8
8
  export declare const RULE_NAME = "sort-keys-in-type-decorator";
9
- declare const _default: TSESLint.RuleModule<"incorrectOrder", Options, import("../utils/create-eslint-rule").RuleDocs, TSESLint.RuleListener>;
9
+ declare const _default: TSESLint.RuleModule<"incorrectOrder", Options, import("../utils/create-eslint-rule").RuleDocs, TSESLint.RuleListener> & {
10
+ name: string;
11
+ };
10
12
  export default _default;
11
13
  export declare const RULE_DOCS_EXTENSION: {
12
14
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"sort-keys-in-type-decorator.d.ts","sourceRoot":"","sources":["../../src/rules/sort-keys-in-type-decorator.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAY,MAAM,0BAA0B,CAAC;AAG9D,MAAM,MAAM,OAAO,GAAG;IACpB;QACE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;KACzB;CACF,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,gBAAgB,CAAC;AA2D1C,eAAO,MAAM,SAAS,gCAAgC,CAAC;;AAEvD,wBA+IG;AAsFH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"sort-keys-in-type-decorator.d.ts","sourceRoot":"","sources":["../../src/rules/sort-keys-in-type-decorator.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAY,MAAM,0BAA0B,CAAC;AAG9D,MAAM,MAAM,OAAO,GAAG;IACpB;QACE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;KACzB;CACF,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,gBAAgB,CAAC;AA2D1C,eAAO,MAAM,SAAS,gCAAgC,CAAC;;;;AAEvD,wBA+IG;AAsFH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'lifecycleMethodsNotSorted';
3
3
  export declare const RULE_NAME = "sort-lifecycle-methods";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"lifecycleMethodsNotSorted", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"lifecycleMethodsNotSorted", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"sort-lifecycle-methods.d.ts","sourceRoot":"","sources":["../../src/rules/sort-lifecycle-methods.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,2BAA2B,CAAC;AACrD,eAAO,MAAM,SAAS,2BAA2B,CAAC;;AAElD,wBAyDG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"sort-lifecycle-methods.d.ts","sourceRoot":"","sources":["../../src/rules/sort-lifecycle-methods.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,2BAA2B,CAAC;AACrD,eAAO,MAAM,SAAS,2BAA2B,CAAC;;;;AAElD,wBAyDG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'useComponentSelector';
3
3
  export declare const RULE_NAME = "use-component-selector";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"useComponentSelector", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"useComponentSelector", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"use-component-selector.d.ts","sourceRoot":"","sources":["../../src/rules/use-component-selector.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,sBAAsB,CAAC;AAChD,eAAO,MAAM,SAAS,2BAA2B,CAAC;;AAElD,wBAkCG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"use-component-selector.d.ts","sourceRoot":"","sources":["../../src/rules/use-component-selector.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,sBAAsB,CAAC;AAChD,eAAO,MAAM,SAAS,2BAA2B,CAAC;;;;AAElD,wBAkCG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'useComponentViewEncapsulation' | 'suggestRemoveViewEncapsulationNone';
3
3
  export declare const RULE_NAME = "use-component-view-encapsulation";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"use-component-view-encapsulation.d.ts","sourceRoot":"","sources":["../../src/rules/use-component-view-encapsulation.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAClB,+BAA+B,GAC/B,oCAAoC,CAAC;AACzC,eAAO,MAAM,SAAS,qCAAqC,CAAC;;AAG5D,wBAwDG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
1
+ {"version":3,"file":"use-component-view-encapsulation.d.ts","sourceRoot":"","sources":["../../src/rules/use-component-view-encapsulation.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAClB,+BAA+B,GAC/B,oCAAoC,CAAC;AACzC,eAAO,MAAM,SAAS,qCAAqC,CAAC;;;;AAG5D,wBAwDG;AAEH,eAAO,MAAM,mBAAmB;;CAG/B,CAAC"}
@@ -3,7 +3,9 @@ export type Options = [{
3
3
  }];
4
4
  export type MessageIds = 'useInjectableProvidedIn' | 'suggestInjector';
5
5
  export declare const RULE_NAME = "use-injectable-provided-in";
6
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, Options, import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
6
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, Options, import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
7
+ name: string;
8
+ };
7
9
  export default _default;
8
10
  export declare const RULE_DOCS_EXTENSION: {
9
11
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"use-injectable-provided-in.d.ts","sourceRoot":"","sources":["../../src/rules/use-injectable-provided-in.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,CAAC;IAAE,QAAQ,CAAC,sBAAsB,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AACrE,MAAM,MAAM,UAAU,GAAG,yBAAyB,GAAG,iBAAiB,CAAC;AACvE,eAAO,MAAM,SAAS,+BAA+B,CAAC;;AAGtD,wBA2DG;AAEH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
1
+ {"version":3,"file":"use-injectable-provided-in.d.ts","sourceRoot":"","sources":["../../src/rules/use-injectable-provided-in.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,OAAO,GAAG,CAAC;IAAE,QAAQ,CAAC,sBAAsB,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AACrE,MAAM,MAAM,UAAU,GAAG,yBAAyB,GAAG,iBAAiB,CAAC;AACvE,eAAO,MAAM,SAAS,+BAA+B,CAAC;;;;AAGtD,wBA2DG;AAEH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export type Options = [];
2
2
  export type MessageIds = 'useLifecycleInterface';
3
3
  export declare const RULE_NAME = "use-lifecycle-interface";
4
- declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"useLifecycleInterface", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener>;
4
+ declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"useLifecycleInterface", [], import("../utils/create-eslint-rule").RuleDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
5
+ name: string;
6
+ };
5
7
  export default _default;
6
8
  export declare const RULE_DOCS_EXTENSION: {
7
9
  rationale: string;
@@ -1 +1 @@
1
- {"version":3,"file":"use-lifecycle-interface.d.ts","sourceRoot":"","sources":["../../src/rules/use-lifecycle-interface.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,uBAAuB,CAAC;AACjD,eAAO,MAAM,SAAS,4BAA4B,CAAC;;AAInD,wBAyEG;AAEH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}
1
+ {"version":3,"file":"use-lifecycle-interface.d.ts","sourceRoot":"","sources":["../../src/rules/use-lifecycle-interface.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AACzB,MAAM,MAAM,UAAU,GAAG,uBAAuB,CAAC;AACjD,eAAO,MAAM,SAAS,4BAA4B,CAAC;;;;AAInD,wBAyEG;AAEH,eAAO,MAAM,mBAAmB;;CAE/B,CAAC"}