@eslinted/core 12.0.0-rc.0 → 12.0.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/factory/index.d.ts +1 -1
- package/dist/factory/index.d.ts.map +1 -1
- package/dist/factory/options/index.d.ts +1 -1
- package/dist/factory/options/index.d.ts.map +1 -1
- package/dist/factory/options/option/index.d.ts +2 -2
- package/dist/factory/options/option/index.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13 -6
- package/dist/index.js.map +1 -1
- package/dist/interface/index.d.ts +1 -1
- package/dist/interface/index.d.ts.map +1 -1
- package/dist/interface/input/global/ignores/defaults.d.ts +3 -0
- package/dist/interface/input/global/ignores/defaults.d.ts.map +1 -0
- package/dist/interface/input/global/ignores/defaults.js.map +1 -0
- package/dist/interface/input/global/ignores/extend.d.ts +5 -0
- package/dist/interface/input/global/ignores/extend.d.ts.map +1 -0
- package/dist/interface/input/global/ignores/extend.js +2 -0
- package/dist/interface/input/global/ignores/extend.js.map +1 -0
- package/dist/interface/input/global/ignores/index.d.ts +8 -0
- package/dist/interface/input/global/ignores/index.d.ts.map +1 -0
- package/dist/interface/input/global/ignores/index.js.map +1 -0
- package/dist/interface/input/global/index.d.ts +6 -0
- package/dist/interface/input/global/index.d.ts.map +1 -0
- package/dist/interface/input/global/index.js.map +1 -0
- package/dist/interface/input/imports/index.d.ts +1 -1
- package/dist/interface/input/imports/index.d.ts.map +1 -1
- package/dist/interface/input/index.d.ts +6 -4
- package/dist/interface/input/index.d.ts.map +1 -1
- package/dist/interface/input/scoped/files/defaults.d.ts.map +1 -0
- package/dist/interface/input/scoped/files/defaults.js.map +1 -0
- package/dist/interface/input/scoped/files/includes.d.ts.map +1 -0
- package/dist/interface/input/scoped/files/includes.js.map +1 -0
- package/dist/interface/input/scoped/files/index.d.ts.map +1 -0
- package/dist/interface/input/scoped/files/index.js.map +1 -0
- package/dist/interface/input/{user → scoped}/index.d.ts +1 -1
- package/dist/interface/input/scoped/index.d.ts.map +1 -0
- package/dist/interface/input/scoped/index.js.map +1 -0
- package/dist/interface/input/scoped/rules/defaults.d.ts.map +1 -0
- package/dist/interface/input/scoped/rules/defaults.js +2 -0
- package/dist/interface/input/scoped/rules/defaults.js.map +1 -0
- package/dist/interface/input/scoped/rules/index.d.ts.map +1 -0
- package/dist/interface/input/scoped/rules/index.js +2 -0
- package/dist/interface/input/scoped/rules/index.js.map +1 -0
- package/dist/interface/input/scoped/rules/overrides.d.ts.map +1 -0
- package/dist/interface/input/scoped/rules/overrides.js.map +1 -0
- package/dist/interface/input/settings/env.d.ts +3 -0
- package/dist/interface/input/settings/env.d.ts.map +1 -0
- package/dist/interface/input/settings/env.js +2 -0
- package/dist/interface/input/settings/env.js.map +1 -0
- package/dist/interface/input/settings/index.d.ts +6 -0
- package/dist/interface/input/settings/index.d.ts.map +1 -0
- package/dist/interface/input/settings/index.js +2 -0
- package/dist/interface/input/settings/index.js.map +1 -0
- package/dist/interface/output/globals.d.ts +6 -0
- package/dist/interface/output/globals.d.ts.map +1 -0
- package/dist/interface/output/globals.js +2 -0
- package/dist/interface/output/globals.js.map +1 -0
- package/dist/interface/output/index.d.ts +3 -3
- package/dist/interface/output/index.d.ts.map +1 -1
- package/dist/{interface/output/global → objects/config/globals}/ignores.d.ts +1 -1
- package/dist/objects/config/globals/ignores.d.ts.map +1 -0
- package/dist/objects/config/globals/ignores.js.map +1 -0
- package/dist/{interface/output/global → objects/config/globals}/system.d.ts +1 -1
- package/dist/objects/config/globals/system.d.ts.map +1 -0
- package/dist/objects/config/globals/system.js.map +1 -0
- package/dist/objects/config/index.d.ts +4 -14
- package/dist/objects/config/index.d.ts.map +1 -1
- package/dist/objects/config/scoped.d.ts +15 -0
- package/dist/objects/config/scoped.d.ts.map +1 -0
- package/dist/{interface/output → objects/config}/scoped.js.map +1 -1
- package/dist/objects/index.d.ts +1 -1
- package/dist/objects/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/factory/index.ts +1 -1
- package/src/factory/options/index.ts +1 -1
- package/src/factory/options/option/index.ts +92 -91
- package/src/index.ts +19 -9
- package/src/interface/index.ts +11 -9
- package/src/interface/input/global/ignores/defaults.ts +6 -0
- package/src/interface/input/global/ignores/extend.ts +5 -0
- package/src/interface/input/global/ignores/index.ts +9 -0
- package/src/interface/input/global/index.ts +7 -0
- package/src/interface/input/imports/index.ts +1 -1
- package/src/interface/input/index.ts +12 -3
- package/src/interface/input/{user → scoped}/index.ts +1 -1
- package/src/interface/input/settings/env.ts +6 -0
- package/src/interface/input/settings/index.ts +7 -0
- package/src/interface/output/globals.ts +9 -0
- package/src/interface/output/index.ts +4 -5
- package/src/{interface/output/global → objects/config/globals}/ignores.ts +1 -1
- package/src/{interface/output/global → objects/config/globals}/system.ts +1 -1
- package/src/objects/config/index.ts +7 -15
- package/src/objects/config/scoped.ts +15 -0
- package/src/objects/index.ts +3 -2
- package/dist/interface/input/user/files/defaults.d.ts.map +0 -1
- package/dist/interface/input/user/files/defaults.js.map +0 -1
- package/dist/interface/input/user/files/includes.d.ts.map +0 -1
- package/dist/interface/input/user/files/includes.js.map +0 -1
- package/dist/interface/input/user/files/index.d.ts.map +0 -1
- package/dist/interface/input/user/files/index.js.map +0 -1
- package/dist/interface/input/user/index.d.ts.map +0 -1
- package/dist/interface/input/user/index.js.map +0 -1
- package/dist/interface/input/user/rules/defaults.d.ts.map +0 -1
- package/dist/interface/input/user/rules/defaults.js.map +0 -1
- package/dist/interface/input/user/rules/index.d.ts.map +0 -1
- package/dist/interface/input/user/rules/index.js.map +0 -1
- package/dist/interface/input/user/rules/overrides.d.ts.map +0 -1
- package/dist/interface/input/user/rules/overrides.js.map +0 -1
- package/dist/interface/output/global/ignores.d.ts.map +0 -1
- package/dist/interface/output/global/ignores.js.map +0 -1
- package/dist/interface/output/global/index.d.ts +0 -8
- package/dist/interface/output/global/index.d.ts.map +0 -1
- package/dist/interface/output/global/index.js.map +0 -1
- package/dist/interface/output/global/system.d.ts.map +0 -1
- package/dist/interface/output/global/system.js.map +0 -1
- package/dist/interface/output/scoped.d.ts +0 -3
- package/dist/interface/output/scoped.d.ts.map +0 -1
- package/src/interface/output/global/index.ts +0 -12
- package/src/interface/output/scoped.ts +0 -3
- /package/dist/interface/input/{user/files → global/ignores}/defaults.js +0 -0
- /package/dist/interface/input/{user/files → global/ignores}/index.js +0 -0
- /package/dist/interface/input/{user → global}/index.js +0 -0
- /package/dist/interface/input/{user → scoped}/files/defaults.d.ts +0 -0
- /package/dist/interface/input/{user/rules → scoped/files}/defaults.js +0 -0
- /package/dist/interface/input/{user → scoped}/files/includes.d.ts +0 -0
- /package/dist/interface/input/{user → scoped}/files/includes.js +0 -0
- /package/dist/interface/input/{user → scoped}/files/index.d.ts +0 -0
- /package/dist/interface/input/{user/rules → scoped/files}/index.js +0 -0
- /package/dist/interface/{output/global → input/scoped}/index.js +0 -0
- /package/dist/interface/input/{user → scoped}/rules/defaults.d.ts +0 -0
- /package/dist/interface/input/{user → scoped}/rules/index.d.ts +0 -0
- /package/dist/interface/input/{user → scoped}/rules/overrides.d.ts +0 -0
- /package/dist/interface/input/{user → scoped}/rules/overrides.js +0 -0
- /package/dist/{interface/output/global → objects/config/globals}/ignores.js +0 -0
- /package/dist/{interface/output/global → objects/config/globals}/system.js +0 -0
- /package/dist/{interface/output → objects/config}/scoped.js +0 -0
- /package/src/interface/input/{user → scoped}/files/defaults.ts +0 -0
- /package/src/interface/input/{user → scoped}/files/includes.ts +0 -0
- /package/src/interface/input/{user → scoped}/files/index.ts +0 -0
- /package/src/interface/input/{user → scoped}/rules/defaults.ts +0 -0
- /package/src/interface/input/{user → scoped}/rules/index.ts +0 -0
- /package/src/interface/input/{user → scoped}/rules/overrides.ts +0 -0
@@ -1,91 +1,92 @@
|
|
1
|
-
import globals from "globals";
|
2
|
-
import type {
|
3
|
-
Scope,
|
4
|
-
|
5
|
-
} from "..";
|
6
|
-
import type {
|
7
|
-
OptionTemplate,
|
8
|
-
LanguageOptions,
|
9
|
-
Globals,
|
10
|
-
} from "./template";
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
public abstract readonly
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
public readonly
|
37
|
-
public readonly
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
...
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
}
|
1
|
+
import globals from "globals";
|
2
|
+
import type {
|
3
|
+
Scope,
|
4
|
+
ScopedConfig,
|
5
|
+
} from "..";
|
6
|
+
import type {
|
7
|
+
OptionTemplate,
|
8
|
+
LanguageOptions,
|
9
|
+
Globals,
|
10
|
+
} from "./template";
|
11
|
+
import type { Ruleset } from "../../rulesets/ruleset";
|
12
|
+
|
13
|
+
export default abstract class Option<
|
14
|
+
S extends Scope,
|
15
|
+
ParserOptions extends
|
16
|
+
| object
|
17
|
+
| boolean = false,
|
18
|
+
ParserCount extends 0 | 1 | 2 = 0,
|
19
|
+
Global extends Globals = never,
|
20
|
+
Processor extends object = never,
|
21
|
+
Language extends object = never,
|
22
|
+
> {
|
23
|
+
public abstract readonly scope: literalful<S>;
|
24
|
+
public abstract readonly processor: Interface<Processor> extends never
|
25
|
+
? object
|
26
|
+
: Interface<Processor> extends Readonly<Record<"processor", string>>
|
27
|
+
? Interface<Processor>
|
28
|
+
: object;
|
29
|
+
public abstract readonly language: Interface<Language> extends never
|
30
|
+
? object
|
31
|
+
: Interface<Language> extends Readonly<Record<"language", string>>
|
32
|
+
? Interface<Language>
|
33
|
+
: object;
|
34
|
+
|
35
|
+
constructor(
|
36
|
+
public readonly parser: Tuple<ParserCount, unknown>,
|
37
|
+
public readonly files: string[],
|
38
|
+
public readonly ruleset: Ruleset,
|
39
|
+
) {}
|
40
|
+
|
41
|
+
public get configs(): ScopedConfig[] {
|
42
|
+
const {
|
43
|
+
scope,
|
44
|
+
ruleset,
|
45
|
+
files,
|
46
|
+
option,
|
47
|
+
} = this;
|
48
|
+
|
49
|
+
if (ruleset.scope !== scope)
|
50
|
+
throw new TypeError(`Scope mismatch between option and ruleset`, { cause: { option: scope, ruleset: ruleset.scope } });
|
51
|
+
|
52
|
+
return files.length < 1
|
53
|
+
? []
|
54
|
+
: ruleset.ruleset.map(({ id, rule }) => {
|
55
|
+
return {
|
56
|
+
name: `linted/${id}`,
|
57
|
+
files,
|
58
|
+
ignores: [],
|
59
|
+
rules: rule,
|
60
|
+
...option,
|
61
|
+
};
|
62
|
+
});
|
63
|
+
}
|
64
|
+
|
65
|
+
private get option() {
|
66
|
+
try {
|
67
|
+
const {
|
68
|
+
languageOptions,
|
69
|
+
processor,
|
70
|
+
language,
|
71
|
+
} = this;
|
72
|
+
|
73
|
+
return {
|
74
|
+
languageOptions,
|
75
|
+
...processor,
|
76
|
+
...language,
|
77
|
+
} satisfies OptionTemplate<
|
78
|
+
ParserOptions,
|
79
|
+
Global,
|
80
|
+
Processor,
|
81
|
+
Language
|
82
|
+
>;
|
83
|
+
}
|
84
|
+
catch (e) { throw new Error(`linted.factory.Option/scope:${this.scope}: option`, { cause: e }); }
|
85
|
+
}
|
86
|
+
|
87
|
+
protected abstract get languageOptions(): LanguageOptions<ParserOptions, Global>;
|
88
|
+
|
89
|
+
protected globals(type: Global) {
|
90
|
+
return globals[type];
|
91
|
+
}
|
92
|
+
}
|
package/src/index.ts
CHANGED
@@ -4,8 +4,9 @@ export type {
|
|
4
4
|
RuleEntry,
|
5
5
|
RuleRecord,
|
6
6
|
RuleState,
|
7
|
-
|
8
|
-
|
7
|
+
ScopedConfig,
|
8
|
+
GlobalConfigIgnores,
|
9
|
+
GlobalConfigSystem,
|
9
10
|
} from "./objects";
|
10
11
|
|
11
12
|
import type {
|
@@ -29,6 +30,8 @@ export default function (input: Input): Output {
|
|
29
30
|
const {
|
30
31
|
plugins,
|
31
32
|
parsers,
|
33
|
+
settings,
|
34
|
+
ignores,
|
32
35
|
files,
|
33
36
|
rules,
|
34
37
|
} = input,
|
@@ -78,20 +81,27 @@ export default function (input: Input): Output {
|
|
78
81
|
|
79
82
|
return [
|
80
83
|
{
|
81
|
-
ignores:
|
82
|
-
|
84
|
+
ignores: typeof ignores.extend.ignores === "undefined" || ignores.extend.ignores.length < 1
|
85
|
+
? ignores.ignores.ignores
|
86
|
+
: [
|
87
|
+
...ignores.extend.inherit === false
|
88
|
+
? []
|
89
|
+
: ignores.ignores.ignores,
|
90
|
+
...ignores.extend.ignores,
|
91
|
+
],
|
92
|
+
},
|
83
93
|
{
|
84
94
|
name: "linted",
|
85
95
|
plugins,
|
86
96
|
linterOptions: {
|
87
|
-
noInlineConfig:
|
88
|
-
reportUnusedDisableDirectives:
|
97
|
+
noInlineConfig: settings.noInlineConfig,
|
98
|
+
reportUnusedDisableDirectives: settings.reportUnusedDisableDirectives,
|
89
99
|
},
|
90
100
|
languageOptions: {
|
91
|
-
sourceType:
|
92
|
-
ecmaVersion:
|
101
|
+
sourceType: settings.sourceType,
|
102
|
+
ecmaVersion: settings.ecmaVersion,
|
93
103
|
},
|
94
|
-
}
|
104
|
+
},
|
95
105
|
...scopes.flatMap(scope => options[scope]),
|
96
106
|
];
|
97
107
|
}
|
package/src/interface/index.ts
CHANGED
@@ -1,9 +1,11 @@
|
|
1
|
-
export type {
|
2
|
-
Scope,
|
3
|
-
Plugins,
|
4
|
-
RuleEntry,
|
5
|
-
RuleRecord,
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
1
|
+
export type {
|
2
|
+
Scope,
|
3
|
+
Plugins,
|
4
|
+
RuleEntry,
|
5
|
+
RuleRecord,
|
6
|
+
ScopedConfig,
|
7
|
+
GlobalConfigIgnores,
|
8
|
+
GlobalConfigSystem,
|
9
|
+
} from "..";
|
10
|
+
export type { Input } from "./input";
|
11
|
+
export type { Output } from "./output";
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export type { GlobalConfigIgnores } from "..";
|
2
|
+
|
3
|
+
import type { GlobalIgnoreDefaults } from "./defaults";
|
4
|
+
import type { GlobalIgnoreExtend } from "./extend";
|
5
|
+
|
6
|
+
export interface InputGlobalIgnores {
|
7
|
+
ignores: GlobalIgnoreDefaults;
|
8
|
+
extend: GlobalIgnoreExtend;
|
9
|
+
}
|
@@ -3,9 +3,18 @@ export type {
|
|
3
3
|
Plugins,
|
4
4
|
RuleEntry,
|
5
5
|
RuleRecord,
|
6
|
+
GlobalConfigSystem,
|
7
|
+
GlobalConfigIgnores,
|
6
8
|
} from "..";
|
7
9
|
|
8
|
-
import type {
|
9
|
-
import type {
|
10
|
+
import type { InputImports } from "./imports";
|
11
|
+
import type { InputSettings } from "./settings";
|
12
|
+
import type { InputGlobal } from "./global";
|
13
|
+
import type { InputScoped } from "./scoped";
|
10
14
|
|
11
|
-
export type Input =
|
15
|
+
export type Input = (
|
16
|
+
& InputImports
|
17
|
+
& InputSettings
|
18
|
+
& InputGlobal
|
19
|
+
& InputScoped
|
20
|
+
);
|
@@ -1,11 +1,10 @@
|
|
1
1
|
export type {
|
2
|
-
|
3
|
-
|
4
|
-
ConfigProperty,
|
2
|
+
GlobalConfigIgnores,
|
3
|
+
GlobalConfigSystem,
|
5
4
|
} from "..";
|
6
5
|
|
7
|
-
import type { GlobalConfigs } from "./
|
8
|
-
import type { ScopedConfig } from "
|
6
|
+
import type { GlobalConfigs } from "./globals";
|
7
|
+
import type { ScopedConfig } from "..";
|
9
8
|
|
10
9
|
export type Output = [
|
11
10
|
...GlobalConfigs,
|
@@ -1,16 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
rules: RuleRecord;
|
6
|
-
files: string[];
|
7
|
-
ignores: string[];
|
8
|
-
languageOptions: {
|
9
|
-
parser?: unknown;
|
10
|
-
parserOptions?: Table;
|
11
|
-
globals?: Table<true>;
|
12
|
-
};
|
13
|
-
processor?: string;
|
14
|
-
language?: string;
|
15
|
-
}
|
1
|
+
export type {
|
2
|
+
Plugins,
|
3
|
+
RuleRecord,
|
4
|
+
} from "..";
|
16
5
|
export type { ConfigProperty } from "./property";
|
6
|
+
export type { ScopedConfig } from "./scoped";
|
7
|
+
export type { GlobalConfigIgnores } from "./globals/ignores";
|
8
|
+
export type { GlobalConfigSystem } from "./globals/system";
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import type { RuleRecord } from ".";
|
2
|
+
|
3
|
+
export interface ScopedConfig {
|
4
|
+
name: `linted/${string}`;
|
5
|
+
rules: RuleRecord;
|
6
|
+
files: string[];
|
7
|
+
ignores: string[];
|
8
|
+
languageOptions: {
|
9
|
+
parser?: unknown;
|
10
|
+
parserOptions?: Table;
|
11
|
+
globals?: Table<true>;
|
12
|
+
};
|
13
|
+
processor?: string;
|
14
|
+
language?: string;
|
15
|
+
}
|
package/src/objects/index.ts
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../../src/interface/input/user/files/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,GAAG,CAAC;AAE/B,MAAM,MAAM,aAAa,GAAG,MAAM,CAChC,KAAK,EACL,MAAM,EAAE,CACT,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"defaults.js","sourceRoot":"","sources":["../../../../../src/interface/input/user/files/defaults.ts"],"names":[],"mappings":""}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"includes.d.ts","sourceRoot":"","sources":["../../../../../src/interface/input/user/files/includes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,MAAM,aAAa,GAAG,OAAO,CACjC,aAAa,CACd,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"includes.js","sourceRoot":"","sources":["../../../../../src/interface/input/user/files/includes.ts"],"names":[],"mappings":""}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interface/input/user/files/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,KAAK,EAAE,MAAM,IAAI,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,aAAa,CAAC;IACrB,QAAQ,EAAE,aAAa,CAAC;CACzB"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interface/input/user/files/index.ts"],"names":[],"mappings":""}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/input/user/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,KAAK,EACL,SAAS,EACT,UAAU,GACX,MAAM,IAAI,CAAC;AAEZ,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,UAAU,CAAC;CACnB"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interface/input/user/index.ts"],"names":[],"mappings":""}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../../src/interface/input/user/rules/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,KAAK,EACL,SAAS,EACV,MAAM,GAAG,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,MAAM,CAChC,KAAK,EACL,SAAS,EAAE,CACZ,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"defaults.js","sourceRoot":"","sources":["../../../../../src/interface/input/user/rules/defaults.ts"],"names":[],"mappings":""}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interface/input/user/rules/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,KAAK,EACL,SAAS,EACT,UAAU,GACX,MAAM,IAAI,CAAC;AAEZ,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,aAAa,CAAC;IACrB,SAAS,EAAE,cAAc,CAAC;CAC3B"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/interface/input/user/rules/index.ts"],"names":[],"mappings":""}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"overrides.d.ts","sourceRoot":"","sources":["../../../../../src/interface/input/user/rules/overrides.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,GAAG,CAAC;AACpC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,MAAM,cAAc,GAAG,SAAS,CACpC,MAAM,aAAa,EACnB,UAAU,CACX,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"overrides.js","sourceRoot":"","sources":["../../../../../src/interface/input/user/rules/overrides.ts"],"names":[],"mappings":""}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ignores.d.ts","sourceRoot":"","sources":["../../../../src/interface/output/global/ignores.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,GAAG,CAAC;AAExC,MAAM,MAAM,mBAAmB,GAAG,OAAO,CAAC,MAAM,CAC9C,OAAO,CACL,cAAc,EACd,SAAS,CACV,EACD,KAAK,CACN,CAAC,GAAG;IACH,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ignores.js","sourceRoot":"","sources":["../../../../src/interface/output/global/ignores.ts"],"names":[],"mappings":""}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
export type { Plugins, ConfigProperty, } from "../index.js";
|
2
|
-
import type { GlobalConfigIgnores } from "./ignores.js";
|
3
|
-
import type { GlobalConfigSystem } from "./system.js";
|
4
|
-
export type GlobalConfigs = readonly [
|
5
|
-
GlobalConfigIgnores,
|
6
|
-
GlobalConfigSystem
|
7
|
-
];
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/output/global/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,OAAO,EACP,cAAc,GACf,MAAM,IAAI,CAAC;AAEZ,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AACrD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,MAAM,aAAa,GAAG,SAAS;IACnC,mBAAmB;IACnB,kBAAkB;CACnB,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interface/output/global/index.ts"],"names":[],"mappings":""}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"system.d.ts","sourceRoot":"","sources":["../../../../src/interface/output/global/system.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,cAAc,EACf,MAAM,GAAG,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAC7C,OAAO,CACL,cAAc,EACZ,MAAM,GACN,SAAS,GACT,eAAe,GACf,iBAAiB,CACpB,EACD,KAAK,CACN,CAAC,GAAG;IACH,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,EAAE;QACb,cAAc,EAAE,OAAO,CAAC;QACxB,6BAA6B,EACzB,OAAO,GACP,MAAM,GACN,KAAK,CACR;KACF,CAAC;IACF,eAAe,EAAE;QACf,UAAU,CAAC,EACP,QAAQ,GACR,QAAQ,CACX;QACD,WAAW,CAAC,EACR,QAAQ,GACR,CAAC,GACD,CAAC,GACD,QAAQ,CAAC,KAAK,CACZ,EAAE,GACF,EAAE,GACF,EAAE,GACF,EAAE,GACF,EAAE,GACF,EAAE,GACF,EAAE,GACF,EAAE,GACF,EAAE,GACF,EAAE,CACL,EAAE,CAAC,CAAC;KACR,CAAC;CACH,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"system.js","sourceRoot":"","sources":["../../../../src/interface/output/global/system.ts"],"names":[],"mappings":""}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"scoped.d.ts","sourceRoot":"","sources":["../../../src/interface/output/scoped.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,GAAG,CAAC;AAEhC,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC"}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
export type {
|
2
|
-
Plugins,
|
3
|
-
ConfigProperty,
|
4
|
-
} from "..";
|
5
|
-
|
6
|
-
import type { GlobalConfigIgnores } from "./ignores";
|
7
|
-
import type { GlobalConfigSystem } from "./system";
|
8
|
-
|
9
|
-
export type GlobalConfigs = readonly [
|
10
|
-
GlobalConfigIgnores,
|
11
|
-
GlobalConfigSystem,
|
12
|
-
];
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|