@eslinted/core 17.0.2 → 17.0.3

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 (84) hide show
  1. package/dist/factory/index.d.ts +1 -1
  2. package/dist/factory/index.d.ts.map +1 -1
  3. package/dist/factory/index.js +9 -10
  4. package/dist/factory/index.js.map +1 -1
  5. package/dist/interface/index.d.ts +1 -1
  6. package/dist/interface/index.d.ts.map +1 -1
  7. package/dist/interface/input/imports.d.ts +2 -2
  8. package/dist/interface/input/imports.d.ts.map +1 -1
  9. package/dist/interface/input/scopes/defaults.d.ts +3 -3
  10. package/dist/interface/input/scopes/defaults.d.ts.map +1 -1
  11. package/dist/interface/output/configs/global/ignores.d.ts +3 -0
  12. package/dist/interface/output/configs/global/ignores.d.ts.map +1 -0
  13. package/dist/interface/output/configs/global/ignores.js.map +1 -0
  14. package/dist/interface/output/configs/global/index.d.ts.map +1 -0
  15. package/dist/interface/output/configs/global/index.js.map +1 -0
  16. package/dist/interface/output/configs/global/plugins.d.ts +3 -0
  17. package/dist/interface/output/configs/global/plugins.d.ts.map +1 -0
  18. package/dist/interface/output/configs/global/plugins.js.map +1 -0
  19. package/dist/interface/output/configs/global/settings.d.ts +3 -0
  20. package/dist/interface/output/configs/global/settings.d.ts.map +1 -0
  21. package/dist/interface/output/configs/global/settings.js.map +1 -0
  22. package/dist/interface/output/configs/index.d.ts +3 -0
  23. package/dist/interface/output/configs/index.d.ts.map +1 -0
  24. package/dist/interface/output/configs/index.js.map +1 -0
  25. package/dist/interface/output/configs/scoped/index.d.ts.map +1 -0
  26. package/dist/interface/output/configs/scoped/index.js +2 -0
  27. package/dist/interface/output/configs/scoped/index.js.map +1 -0
  28. package/dist/interface/output/configs/scoped/rules.d.ts +3 -0
  29. package/dist/interface/output/configs/scoped/rules.d.ts.map +1 -0
  30. package/dist/interface/output/configs/scoped/rules.js.map +1 -0
  31. package/dist/interface/output/configs/scoped/settings.d.ts +5 -0
  32. package/dist/interface/output/configs/scoped/settings.d.ts.map +1 -0
  33. package/dist/interface/output/configs/scoped/settings.js.map +1 -0
  34. package/dist/interface/output/index.d.ts +5 -6
  35. package/dist/interface/output/index.d.ts.map +1 -1
  36. package/dist/interface/proto/index.d.ts +1 -1
  37. package/dist/interface/proto/index.d.ts.map +1 -1
  38. package/package.json +1 -1
  39. package/src/factory/index.ts +12 -18
  40. package/src/interface/index.ts +1 -1
  41. package/src/interface/input/imports.ts +2 -2
  42. package/src/interface/input/scopes/defaults.ts +3 -3
  43. package/src/interface/output/configs/global/ignores.ts +6 -0
  44. package/src/interface/output/configs/global/plugins.ts +7 -0
  45. package/src/interface/output/configs/global/settings.ts +7 -0
  46. package/src/interface/output/configs/index.ts +2 -0
  47. package/src/interface/output/configs/scoped/rules.ts +8 -0
  48. package/src/interface/output/{scoped → configs/scoped}/settings.ts +2 -2
  49. package/src/interface/output/index.ts +5 -13
  50. package/src/interface/proto/index.ts +1 -1
  51. package/dist/interface/output/common/ignores.d.ts +0 -3
  52. package/dist/interface/output/common/ignores.d.ts.map +0 -1
  53. package/dist/interface/output/common/ignores.js.map +0 -1
  54. package/dist/interface/output/common/index.d.ts.map +0 -1
  55. package/dist/interface/output/common/index.js.map +0 -1
  56. package/dist/interface/output/common/plugins.d.ts +0 -3
  57. package/dist/interface/output/common/plugins.d.ts.map +0 -1
  58. package/dist/interface/output/common/plugins.js.map +0 -1
  59. package/dist/interface/output/common/settings.d.ts +0 -3
  60. package/dist/interface/output/common/settings.d.ts.map +0 -1
  61. package/dist/interface/output/common/settings.js.map +0 -1
  62. package/dist/interface/output/scoped/index.d.ts.map +0 -1
  63. package/dist/interface/output/scoped/index.js.map +0 -1
  64. package/dist/interface/output/scoped/rules.d.ts +0 -3
  65. package/dist/interface/output/scoped/rules.d.ts.map +0 -1
  66. package/dist/interface/output/scoped/rules.js.map +0 -1
  67. package/dist/interface/output/scoped/settings.d.ts +0 -5
  68. package/dist/interface/output/scoped/settings.d.ts.map +0 -1
  69. package/dist/interface/output/scoped/settings.js.map +0 -1
  70. package/src/interface/output/common/ignores.ts +0 -6
  71. package/src/interface/output/common/plugins.ts +0 -7
  72. package/src/interface/output/common/settings.ts +0 -7
  73. package/src/interface/output/scoped/rules.ts +0 -8
  74. /package/dist/interface/output/{common → configs/global}/ignores.js +0 -0
  75. /package/dist/interface/output/{common → configs/global}/index.d.ts +0 -0
  76. /package/dist/interface/output/{common → configs/global}/index.js +0 -0
  77. /package/dist/interface/output/{common → configs/global}/plugins.js +0 -0
  78. /package/dist/interface/output/{common → configs/global}/settings.js +0 -0
  79. /package/dist/interface/output/{scoped → configs}/index.js +0 -0
  80. /package/dist/interface/output/{scoped → configs/scoped}/index.d.ts +0 -0
  81. /package/dist/interface/output/{scoped → configs/scoped}/rules.js +0 -0
  82. /package/dist/interface/output/{scoped → configs/scoped}/settings.js +0 -0
  83. /package/src/interface/output/{common → configs/global}/index.ts +0 -0
  84. /package/src/interface/output/{scoped → configs/scoped}/index.ts +0 -0
@@ -25,7 +25,7 @@ export declare class Factory {
25
25
  readonly ignores: Readonly<Record<"js" | "ts" | "mocha" | "svelte" | "html" | "css" | "json" | "jsonc" | "yml" | "*", string[]>>;
26
26
  readonly rules: Readonly<Record<"js" | "ts" | "mocha" | "svelte" | "html" | "css" | "json" | "jsonc" | "yml", import("../interface/proto/config/rule/index.js").NamedRuleBag[]>>;
27
27
  };
28
- constructor(tree: typeof Tree, parsers: Input["imports"]["parsers"], { settings: defaultSettings, files: defaultFiles, ignores: defaultIgnores, rules: defaultRules, }: Input["defaults"], { "*": commonExtension, ...scopeExtensions }?: Input["extensions"]);
28
+ constructor(tree: typeof Tree, parsers: Input["imports"]["parsers"], defaults: Input["defaults"], { "*": commonExtension, ...scopeExtensions }?: Input["extensions"]);
29
29
  scope<S extends keyof typeof ScopeManifests>(scope: S): readonly [
30
30
  ] | ({
31
31
  readonly name: `linted/${S}/${string}/`;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/factory/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,EAAE,IAAI,IAAI,IAAI,EAAE,MAAM,UAAU,CAAC;AAE7C,qBAAa,OAAO;aAMA,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC;IALtD,SAAgB,MAAM;;;;;;;;;;;;;;;;MAAC;IACvB,SAAgB,MAAM;;;;MAAC;gBAGrB,IAAI,EAAE,OAAO,IAAI,EACD,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,EACpD,EACE,QAAQ,EAAE,eAAe,EACzB,KAAK,EAAE,YAAY,EACnB,OAAO,EAAE,cAAc,EACvB,KAAK,EAAE,YAAY,GACpB,EAAE,KAAK,CAAC,UAAU,CAAC,EACpB,EACE,GAAG,EAAE,eAAoB,EACzB,GAAG,eAAe,EACnB,GAAE,KAAK,CAAC,YAAY,CAAe;IA2D/B,KAAK,CAAC,CAAC,SAAS,MAAM,OAAO,cAAc,EAAE,KAAK,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsD7D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/factory/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,EAAE,IAAI,IAAI,IAAI,EAAE,MAAM,UAAU,CAAC;AAE7C,qBAAa,OAAO;aAMA,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC;IALtD,SAAgB,MAAM;;;;;;;;;;;;;;;;MAAC;IACvB,SAAgB,MAAM;;;;MAAC;gBAGrB,IAAI,EAAE,OAAO,IAAI,EACD,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,EACpD,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,EAC3B,EACE,GAAG,EAAE,eAAoB,EACzB,GAAG,eAAe,EACnB,GAAE,KAAK,CAAC,YAAY,CAAe;IA0D/B,KAAK,CAAC,CAAC,SAAS,MAAM,OAAO,cAAc,EAAE,KAAK,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsD7D"}
@@ -4,9 +4,9 @@ export class Factory {
4
4
  parsers;
5
5
  common;
6
6
  scopes;
7
- constructor(tree, parsers, { settings: defaultSettings, files: defaultFiles, ignores: defaultIgnores, rules: defaultRules, }, { "*": commonExtension = {}, ...scopeExtensions } = {}) {
7
+ constructor(tree, parsers, defaults, { "*": commonExtension = {}, ...scopeExtensions } = {}) {
8
8
  this.parsers = parsers;
9
- const { noInlineConfig = defaultSettings.noInlineConfig, reportUnusedDisableDirectives = defaultSettings.reportUnusedDisableDirectives, sourceType = defaultSettings.sourceType, ecmaVersion = defaultSettings.ecmaVersion, ignores = [], override = false, } = commonExtension;
9
+ const { noInlineConfig = defaults.settings.noInlineConfig, reportUnusedDisableDirectives = defaults.settings.reportUnusedDisableDirectives, sourceType = defaults.settings.sourceType, ecmaVersion = defaults.settings.ecmaVersion, ignores = [], override = false, } = commonExtension;
10
10
  this.common = {
11
11
  settings: {
12
12
  name: "linted/*/",
@@ -16,15 +16,15 @@ export class Factory {
16
16
  ignores: {
17
17
  name: "linted/*/ignores/",
18
18
  ignores: [
19
- ...override ? [] : defaultIgnores["*"],
19
+ ...override ? [] : defaults.ignores["*"],
20
20
  ...ignores,
21
21
  ],
22
22
  },
23
23
  };
24
24
  this.scopes = {
25
- files: defaultFiles,
26
- ignores: defaultIgnores,
27
- rules: defaultRules,
25
+ files: defaults.files,
26
+ ignores: defaults.ignores,
27
+ rules: defaults.rules,
28
28
  };
29
29
  for (const scope in scopeExtensions) {
30
30
  const { [scope]: { files: userFiles = [], ignores: userIgnores = [], rules: userRules = null, } = {}, } = scopeExtensions;
@@ -33,12 +33,11 @@ export class Factory {
33
33
  if (userRules !== null)
34
34
  this.scopes.rules[scope].push({ id: `${scope}/override`, rules: userRules });
35
35
  }
36
- tree.forEach(([scope, parents]) => {
37
- parents.forEach(parent => {
36
+ for (const [scope, parents] of tree)
37
+ for (const parent of parents) {
38
38
  this.scopes.files[parent].push(...this.scopes.files[scope]);
39
39
  this.scopes.ignores[parent].push(...this.scopes.ignores[scope]);
40
- });
41
- });
40
+ }
42
41
  }
43
42
  scope(scope) {
44
43
  const { files: { [scope]: files }, ignores: { [scope]: ignores }, rules: { [scope]: rules }, } = this.scopes, ruleset = rules.map(({ id, rules }) => ({ id: `${scope}/${id}`, rules })), { languageOptions: { parser = null, globals: global = null, ...languageOptionsStatic }, parserOptions: { parser: subparser = null, ...parserOptionsStatic }, processor, language, } = new ScopeManifests[scope]();
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/factory/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/factory/index.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
1
  export type * from "./input/index.js";
2
2
  export type * from "./output/index.js";
3
- export type * from "./proto/index.js";
3
+ export type * as Proto from "./proto/index.js";
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/interface/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,SAAS,CAAC;AAC7B,mBAAmB,UAAU,CAAC;AAC9B,mBAAmB,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/interface/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,SAAS,CAAC;AAC7B,mBAAmB,UAAU,CAAC;AAC9B,YAAY,KAAK,KAAK,MAAM,SAAS,CAAC"}
@@ -1,6 +1,6 @@
1
- import type { Proto } from "../proto/index.js";
1
+ import type { Config } from "../proto/index.js";
2
2
  export interface Imports<Plugins extends string, Parsers extends string> {
3
- readonly plugins: Proto.Config<Plugins>["plugins"];
3
+ readonly plugins: Config.Config<Plugins>["plugins"];
4
4
  readonly parsers: Readonly<Record<Parsers, unknown>>;
5
5
  }
6
6
  //# sourceMappingURL=imports.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"imports.d.ts","sourceRoot":"","sources":["../../../src/interface/input/imports.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEtC,MAAM,WAAW,OAAO,CACtB,OAAO,SAAS,MAAM,EACtB,OAAO,SAAS,MAAM;IAEtB,QAAQ,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC;IACnD,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,MAAM,CAC/B,OAAO,EACP,OAAO,CACR,CAAC,CAAC;CACJ"}
1
+ {"version":3,"file":"imports.d.ts","sourceRoot":"","sources":["../../../src/interface/input/imports.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,WAAW,OAAO,CACtB,OAAO,SAAS,MAAM,EACtB,OAAO,SAAS,MAAM;IAEtB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC;IACpD,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,MAAM,CAC/B,OAAO,EACP,OAAO,CACR,CAAC,CAAC;CACJ"}
@@ -1,8 +1,8 @@
1
- import type { Proto } from "../../proto/index.js";
1
+ import type { Config } from "../../proto/index.js";
2
2
  export interface Defaults<Scopes extends string> {
3
- readonly settings: Proto.Config["linterOptions"] & Proto.Config["languageOptions"];
3
+ readonly settings: Config.Config["linterOptions"] & Config.Config["languageOptions"];
4
4
  readonly files: Readonly<Record<Scopes, string[]>>;
5
5
  readonly ignores: Readonly<Record<"*" | Scopes, string[]>>;
6
- readonly rules: Readonly<Record<Scopes, Proto.Rule.NamedRuleBag[]>>;
6
+ readonly rules: Readonly<Record<Scopes, Config.Rule.NamedRuleBag[]>>;
7
7
  }
8
8
  //# sourceMappingURL=defaults.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/interface/input/scopes/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,WAAW,QAAQ,CAAC,MAAM,SAAS,MAAM;IAC7C,QAAQ,CAAC,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC;IACnF,QAAQ,CAAC,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC;IACnD,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,GAAG,GAAG,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC;IAC3D,QAAQ,CAAC,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC;CACrE"}
1
+ {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/interface/input/scopes/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,WAAW,QAAQ,CAAC,MAAM,SAAS,MAAM;IAC7C,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC;IACrF,QAAQ,CAAC,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC;IACnD,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,GAAG,GAAG,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC;IAC3D,QAAQ,CAAC,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC;CACtE"}
@@ -0,0 +1,3 @@
1
+ import type { Config } from "../../../proto/index.js";
2
+ export type Ignores = Config.PickConfig<"linted/*/ignores/", "ignores">;
3
+ //# sourceMappingURL=ignores.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ignores.d.ts","sourceRoot":"","sources":["../../../../../src/interface/output/configs/global/ignores.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC,UAAU,CACrC,mBAAmB,EACnB,SAAS,CACV,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ignores.js","sourceRoot":"","sources":["../../../../../src/interface/output/configs/global/ignores.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interface/output/configs/global/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,WAAW,CAAC;AAC/B,mBAAmB,YAAY,CAAC;AAChC,mBAAmB,WAAW,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interface/output/configs/global/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ import type { Config } from "../../../proto/index.js";
2
+ export type Plugins<Plugins extends string> = Config.PickConfig<"plugins", "plugins", Plugins>;
3
+ //# sourceMappingURL=plugins.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugins.d.ts","sourceRoot":"","sources":["../../../../../src/interface/output/configs/global/plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,MAAM,OAAO,CAAC,OAAO,SAAS,MAAM,IAAI,MAAM,CAAC,UAAU,CAC7D,SAAS,EACT,SAAS,EACT,OAAO,CACR,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugins.js","sourceRoot":"","sources":["../../../../../src/interface/output/configs/global/plugins.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ import type { Config } from "../../../proto/index.js";
2
+ export type Settings = Config.PickConfig<"linted/*/", "linterOptions" | "languageOptions">;
3
+ //# sourceMappingURL=settings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../../src/interface/output/configs/global/settings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,UAAU,CACtC,WAAW,EACT,eAAe,GACf,iBAAiB,CACpB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../../../src/interface/output/configs/global/settings.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export type * as Global from "./global/index.js";
2
+ export type * as Scoped from "./scoped/index.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/output/configs/index.ts"],"names":[],"mappings":"AAAA,YAAY,KAAK,MAAM,MAAM,UAAU,CAAC;AACxC,YAAY,KAAK,MAAM,MAAM,UAAU,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interface/output/configs/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interface/output/configs/scoped/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,SAAS,CAAC;AAC7B,mBAAmB,YAAY,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interface/output/configs/scoped/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ import type { Config } from "../../../proto/index.js";
2
+ export type Rules<Scope extends string> = Config.PickConfig<`linted/${Scope}/${string}/`, "files" | "ignores" | "rules">;
3
+ //# sourceMappingURL=rules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rules.d.ts","sourceRoot":"","sources":["../../../../../src/interface/output/configs/scoped/rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,MAAM,KAAK,CAAC,KAAK,SAAS,MAAM,IAAI,MAAM,CAAC,UAAU,CACzD,UAAU,KAAK,IAAI,MAAM,GAAG,EAC1B,OAAO,GACP,SAAS,GACT,OAAO,CACV,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rules.js","sourceRoot":"","sources":["../../../../../src/interface/output/configs/scoped/rules.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import type { Config } from "../../../proto/index.js";
2
+ export type Settings<Scope extends string> = Config.PickConfig<`linted/${Scope}/`, "files" | "ignores" | "processor" | "language" | "settings", string, {
3
+ readonly languageOptions: object;
4
+ }>;
5
+ //# sourceMappingURL=settings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../../src/interface/output/configs/scoped/settings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,MAAM,QAAQ,CAAC,KAAK,SAAS,MAAM,IAAI,MAAM,CAAC,UAAU,CAC5D,UAAU,KAAK,GAAG,EAChB,OAAO,GACP,SAAS,GACT,WAAW,GACX,UAAU,GACV,UAAU,EACZ,MAAM,EACN;IAAE,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAA;CAAE,CACrC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../../../src/interface/output/configs/scoped/settings.ts"],"names":[],"mappings":""}
@@ -1,10 +1,9 @@
1
- import type { CommonPlugins, CommonSettings, CommonIgnores } from "./common/index.js";
2
- import type { ScopedSettings, ScopedRules } from "./scoped/index.js";
1
+ import type * as Configs from "./configs/index.js";
3
2
  import type { Import, Scope } from "../../scope/index.js";
4
3
  export type Output = readonly [
5
- CommonPlugins<Import.Plugin>,
6
- CommonSettings,
7
- CommonIgnores,
8
- ...readonly (ScopedSettings<Scope> | ScopedRules<Scope>)[]
4
+ Configs.Global.Plugins<Import.Plugin>,
5
+ Configs.Global.Settings,
6
+ Configs.Global.Ignores,
7
+ ...readonly (Configs.Scoped.Settings<Scope> | Configs.Scoped.Rules<Scope>)[]
9
8
  ];
10
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/interface/output/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,cAAc,EACd,aAAa,EACd,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EACV,cAAc,EACd,WAAW,EACZ,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEjD,MAAM,MAAM,MAAM,GAAG,SAAS;IAC5B,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC5B,cAAc;IACd,aAAa;IACb,GAAG,SAAS,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,WAAW,CAAC,KAAK,CAAC,CAAC,EAAE;CAC3D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/interface/output/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,OAAO,MAAM,WAAW,CAAC;AAC1C,OAAO,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEjD,MAAM,MAAM,MAAM,GAAG,SAAS;IAC5B,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC;IACrC,OAAO,CAAC,MAAM,CAAC,QAAQ;IACvB,OAAO,CAAC,MAAM,CAAC,OAAO;IACtB,GAAG,SAAS,CAAC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE;CAC7E,CAAC"}
@@ -1,2 +1,2 @@
1
- export type * as Proto from "./config/index.js";
1
+ export type * as Config from "./config/index.js";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/interface/proto/index.ts"],"names":[],"mappings":"AAAA,YAAY,KAAK,KAAK,MAAM,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/interface/proto/index.ts"],"names":[],"mappings":"AAAA,YAAY,KAAK,MAAM,MAAM,UAAU,CAAC"}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "@eslinted/core",
6
- "version": "17.0.2",
6
+ "version": "17.0.3",
7
7
  "description": "Internal core for npm package `linted`, responsible for producing an array of fully-formed ESLint configurations according to `linted` spec.",
8
8
  "repository": "github:jimmy-zhening-luo/linted-core",
9
9
  "license": "MIT",
@@ -10,22 +10,17 @@ export class Factory {
10
10
  constructor(
11
11
  tree: typeof Tree,
12
12
  public readonly parsers: Input["imports"]["parsers"],
13
- {
14
- settings: defaultSettings,
15
- files: defaultFiles,
16
- ignores: defaultIgnores,
17
- rules: defaultRules,
18
- }: Input["defaults"],
13
+ defaults: Input["defaults"],
19
14
  {
20
15
  "*": commonExtension = {},
21
16
  ...scopeExtensions
22
17
  }: Input["extensions"] = {} as const,
23
18
  ) {
24
19
  const {
25
- noInlineConfig = defaultSettings.noInlineConfig,
26
- reportUnusedDisableDirectives = defaultSettings.reportUnusedDisableDirectives,
27
- sourceType = defaultSettings.sourceType,
28
- ecmaVersion = defaultSettings.ecmaVersion,
20
+ noInlineConfig = defaults.settings.noInlineConfig,
21
+ reportUnusedDisableDirectives = defaults.settings.reportUnusedDisableDirectives,
22
+ sourceType = defaults.settings.sourceType,
23
+ ecmaVersion = defaults.settings.ecmaVersion,
29
24
  ignores = [],
30
25
  override = false,
31
26
  } = commonExtension;
@@ -39,15 +34,15 @@ export class Factory {
39
34
  ignores: {
40
35
  name: "linted/*/ignores/",
41
36
  ignores: [
42
- ...override ? [] : defaultIgnores["*"],
37
+ ...override ? [] : defaults.ignores["*"],
43
38
  ...ignores,
44
39
  ] as const,
45
40
  } as const,
46
41
  } as const;
47
42
  this.scopes = {
48
- files: defaultFiles,
49
- ignores: defaultIgnores,
50
- rules: defaultRules,
43
+ files: defaults.files,
44
+ ignores: defaults.ignores,
45
+ rules: defaults.rules,
51
46
  } as const;
52
47
 
53
48
  for (const scope in scopeExtensions) {
@@ -66,16 +61,15 @@ export class Factory {
66
61
  this.scopes.rules[scope as keyof typeof scopeExtensions].push({ id: `${scope}/override`, rules: userRules } as const);
67
62
  }
68
63
 
69
- tree.forEach(([scope, parents]) => {
70
- parents.forEach(parent => {
64
+ for (const [scope, parents] of tree)
65
+ for (const parent of parents) {
71
66
  this.scopes.files[parent].push(
72
67
  ...this.scopes.files[scope],
73
68
  );
74
69
  this.scopes.ignores[parent].push(
75
70
  ...this.scopes.ignores[scope],
76
71
  );
77
- });
78
- });
72
+ }
79
73
  }
80
74
 
81
75
  public scope<S extends keyof typeof ScopeManifests>(scope: S) {
@@ -1,3 +1,3 @@
1
1
  export type * from "./input";
2
2
  export type * from "./output";
3
- export type * from "./proto";
3
+ export type * as Proto from "./proto";
@@ -1,10 +1,10 @@
1
- import type { Proto } from "../proto";
1
+ import type { Config } from "../proto";
2
2
 
3
3
  export interface Imports<
4
4
  Plugins extends string,
5
5
  Parsers extends string,
6
6
  > {
7
- readonly plugins: Proto.Config<Plugins>["plugins"];
7
+ readonly plugins: Config.Config<Plugins>["plugins"];
8
8
  readonly parsers: Readonly<Record<
9
9
  Parsers,
10
10
  unknown
@@ -1,8 +1,8 @@
1
- import type { Proto } from "../../proto";
1
+ import type { Config } from "../../proto";
2
2
 
3
3
  export interface Defaults<Scopes extends string> {
4
- readonly settings: Proto.Config["linterOptions"] & Proto.Config["languageOptions"];
4
+ readonly settings: Config.Config["linterOptions"] & Config.Config["languageOptions"];
5
5
  readonly files: Readonly<Record<Scopes, string[]>>;
6
6
  readonly ignores: Readonly<Record<"*" | Scopes, string[]>>;
7
- readonly rules: Readonly<Record<Scopes, Proto.Rule.NamedRuleBag[]>>;
7
+ readonly rules: Readonly<Record<Scopes, Config.Rule.NamedRuleBag[]>>;
8
8
  }
@@ -0,0 +1,6 @@
1
+ import type { Config } from "../../../proto";
2
+
3
+ export type Ignores = Config.PickConfig<
4
+ "linted/*/ignores/",
5
+ "ignores"
6
+ >;
@@ -0,0 +1,7 @@
1
+ import type { Config } from "../../../proto";
2
+
3
+ export type Plugins<Plugins extends string> = Config.PickConfig<
4
+ "plugins",
5
+ "plugins",
6
+ Plugins
7
+ >;
@@ -0,0 +1,7 @@
1
+ import type { Config } from "../../../proto";
2
+
3
+ export type Settings = Config.PickConfig<
4
+ "linted/*/",
5
+ | "linterOptions"
6
+ | "languageOptions"
7
+ >;
@@ -0,0 +1,2 @@
1
+ export type * as Global from "./global";
2
+ export type * as Scoped from "./scoped";
@@ -0,0 +1,8 @@
1
+ import type { Config } from "../../../proto";
2
+
3
+ export type Rules<Scope extends string> = Config.PickConfig<
4
+ `linted/${Scope}/${string}/`,
5
+ | "files"
6
+ | "ignores"
7
+ | "rules"
8
+ >;
@@ -1,6 +1,6 @@
1
- import type { Proto } from "../../proto";
1
+ import type { Config } from "../../../proto";
2
2
 
3
- export type ScopedSettings<Scope extends string> = Proto.PickConfig<
3
+ export type Settings<Scope extends string> = Config.PickConfig<
4
4
  `linted/${Scope}/`,
5
5
  | "files"
6
6
  | "ignores"
@@ -1,17 +1,9 @@
1
- import type {
2
- CommonPlugins,
3
- CommonSettings,
4
- CommonIgnores,
5
- } from "./common";
6
- import type {
7
- ScopedSettings,
8
- ScopedRules,
9
- } from "./scoped";
1
+ import type * as Configs from "./configs";
10
2
  import type { Import, Scope } from "../../scope";
11
3
 
12
4
  export type Output = readonly [
13
- CommonPlugins<Import.Plugin>,
14
- CommonSettings,
15
- CommonIgnores,
16
- ...readonly (ScopedSettings<Scope> | ScopedRules<Scope>)[],
5
+ Configs.Global.Plugins<Import.Plugin>,
6
+ Configs.Global.Settings,
7
+ Configs.Global.Ignores,
8
+ ...readonly (Configs.Scoped.Settings<Scope> | Configs.Scoped.Rules<Scope>)[],
17
9
  ];
@@ -1 +1 @@
1
- export type * as Proto from "./config";
1
+ export type * as Config from "./config";
@@ -1,3 +0,0 @@
1
- import type { Proto } from "../../proto/index.js";
2
- export type CommonIgnores = Proto.PickConfig<"linted/*/ignores/", "ignores">;
3
- //# sourceMappingURL=ignores.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ignores.d.ts","sourceRoot":"","sources":["../../../../src/interface/output/common/ignores.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,UAAU,CAC1C,mBAAmB,EACnB,SAAS,CACV,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ignores.js","sourceRoot":"","sources":["../../../../src/interface/output/common/ignores.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/output/common/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,WAAW,CAAC;AAC/B,mBAAmB,YAAY,CAAC;AAChC,mBAAmB,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interface/output/common/index.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- import type { Proto } from "../../proto/index.js";
2
- export type CommonPlugins<Plugins extends string> = Proto.PickConfig<"plugins", "plugins", Plugins>;
3
- //# sourceMappingURL=plugins.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugins.d.ts","sourceRoot":"","sources":["../../../../src/interface/output/common/plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,aAAa,CAAC,OAAO,SAAS,MAAM,IAAI,KAAK,CAAC,UAAU,CAClE,SAAS,EACT,SAAS,EACT,OAAO,CACR,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugins.js","sourceRoot":"","sources":["../../../../src/interface/output/common/plugins.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- import type { Proto } from "../../proto/index.js";
2
- export type CommonSettings = Proto.PickConfig<"linted/*/", "linterOptions" | "languageOptions">;
3
- //# sourceMappingURL=settings.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/interface/output/common/settings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,CAC3C,WAAW,EACT,eAAe,GACf,iBAAiB,CACpB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../../src/interface/output/common/settings.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/output/scoped/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,SAAS,CAAC;AAC7B,mBAAmB,YAAY,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interface/output/scoped/index.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- import type { Proto } from "../../proto/index.js";
2
- export type ScopedRules<Scope extends string> = Proto.PickConfig<`linted/${Scope}/${string}/`, "files" | "ignores" | "rules">;
3
- //# sourceMappingURL=rules.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rules.d.ts","sourceRoot":"","sources":["../../../../src/interface/output/scoped/rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,WAAW,CAAC,KAAK,SAAS,MAAM,IAAI,KAAK,CAAC,UAAU,CAC9D,UAAU,KAAK,IAAI,MAAM,GAAG,EAC1B,OAAO,GACP,SAAS,GACT,OAAO,CACV,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"rules.js","sourceRoot":"","sources":["../../../../src/interface/output/scoped/rules.ts"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- import type { Proto } from "../../proto/index.js";
2
- export type ScopedSettings<Scope extends string> = Proto.PickConfig<`linted/${Scope}/`, "files" | "ignores" | "processor" | "language" | "settings", string, {
3
- readonly languageOptions: object;
4
- }>;
5
- //# sourceMappingURL=settings.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/interface/output/scoped/settings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,cAAc,CAAC,KAAK,SAAS,MAAM,IAAI,KAAK,CAAC,UAAU,CACjE,UAAU,KAAK,GAAG,EAChB,OAAO,GACP,SAAS,GACT,WAAW,GACX,UAAU,GACV,UAAU,EACZ,MAAM,EACN;IAAE,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAA;CAAE,CACrC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"settings.js","sourceRoot":"","sources":["../../../../src/interface/output/scoped/settings.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- import type { Proto } from "../../proto";
2
-
3
- export type CommonIgnores = Proto.PickConfig<
4
- "linted/*/ignores/",
5
- "ignores"
6
- >;
@@ -1,7 +0,0 @@
1
- import type { Proto } from "../../proto";
2
-
3
- export type CommonPlugins<Plugins extends string> = Proto.PickConfig<
4
- "plugins",
5
- "plugins",
6
- Plugins
7
- >;
@@ -1,7 +0,0 @@
1
- import type { Proto } from "../../proto";
2
-
3
- export type CommonSettings = Proto.PickConfig<
4
- "linted/*/",
5
- | "linterOptions"
6
- | "languageOptions"
7
- >;
@@ -1,8 +0,0 @@
1
- import type { Proto } from "../../proto";
2
-
3
- export type ScopedRules<Scope extends string> = Proto.PickConfig<
4
- `linted/${Scope}/${string}/`,
5
- | "files"
6
- | "ignores"
7
- | "rules"
8
- >;