@eslinted/core 18.8.0 → 18.9.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/factory/index.d.ts +6468 -12
- package/dist/factory/index.d.ts.map +1 -1
- package/dist/factory/scopes/json.d.ts +5 -3
- package/dist/factory/scopes/json.d.ts.map +1 -1
- package/dist/factory/scopes/json.js +4 -2
- package/dist/factory/scopes/json.js.map +1 -1
- package/dist/factory/scopes/jsonc.d.ts +3 -1
- package/dist/factory/scopes/jsonc.d.ts.map +1 -1
- package/dist/factory/scopes/jsonc.js +3 -1
- package/dist/factory/scopes/jsonc.js.map +1 -1
- package/dist/factory/scopes/manifest/index.d.ts +2 -2
- package/dist/factory/scopes/manifest/index.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.input.spec.js +1 -1
- package/dist/index.input.spec.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.spec.js +1 -1
- package/dist/index.spec.js.map +1 -1
- package/dist/interface/input/{imports.d.ts → imported.d.ts} +2 -2
- package/dist/interface/input/imported.d.ts.map +1 -0
- package/dist/interface/input/imported.js +2 -0
- package/dist/interface/input/imported.js.map +1 -0
- package/dist/interface/input/index.d.ts +3 -3
- package/dist/interface/input/index.d.ts.map +1 -1
- package/dist/interface/output/index.d.ts +2 -2
- package/dist/interface/output/index.d.ts.map +1 -1
- package/dist/scopes/imports/index.d.ts +5 -0
- package/dist/scopes/imports/index.d.ts.map +1 -0
- package/dist/{scope/types → scopes/imports}/index.js.map +1 -1
- package/dist/{scope → scopes}/index.d.ts +2 -1
- package/dist/scopes/index.d.ts.map +1 -0
- package/dist/scopes/index.js.map +1 -0
- package/dist/{scope → scopes}/index.spec.d.ts.map +1 -1
- package/dist/scopes/index.spec.js.map +1 -0
- package/dist/scopes/tree/index.d.ts.map +1 -0
- package/dist/scopes/tree/index.js.map +1 -0
- package/dist/scopes/tree/index.spec.d.ts.map +1 -0
- package/dist/scopes/tree/index.spec.js.map +1 -0
- package/package.json +1 -1
- package/src/factory/index.ts +1 -1
- package/src/factory/scopes/json.ts +5 -3
- package/src/factory/scopes/jsonc.ts +3 -1
- package/src/factory/scopes/manifest/index.ts +2 -2
- package/src/index.input.spec.ts +1 -1
- package/src/index.spec.ts +1 -1
- package/src/index.ts +2 -2
- package/src/interface/input/{imports.ts → imported.ts} +1 -1
- package/src/interface/input/index.ts +5 -5
- package/src/interface/output/index.ts +2 -2
- package/src/{scope/types → scopes/imports}/index.ts +3 -6
- package/src/{scope → scopes}/index.ts +2 -1
- package/dist/interface/input/imports.d.ts.map +0 -1
- package/dist/interface/input/imports.js +0 -2
- package/dist/interface/input/imports.js.map +0 -1
- package/dist/scope/index.d.ts.map +0 -1
- package/dist/scope/index.js.map +0 -1
- package/dist/scope/index.spec.js.map +0 -1
- package/dist/scope/tree/index.d.ts.map +0 -1
- package/dist/scope/tree/index.js.map +0 -1
- package/dist/scope/tree/index.spec.d.ts.map +0 -1
- package/dist/scope/tree/index.spec.js.map +0 -1
- package/dist/scope/types/index.d.ts +0 -7
- package/dist/scope/types/index.d.ts.map +0 -1
- /package/dist/{scope/types → scopes/imports}/index.js +0 -0
- /package/dist/{scope → scopes}/index.js +0 -0
- /package/dist/{scope → scopes}/index.spec.d.ts +0 -0
- /package/dist/{scope → scopes}/index.spec.js +0 -0
- /package/dist/{scope → scopes}/tree/index.d.ts +0 -0
- /package/dist/{scope → scopes}/tree/index.js +0 -0
- /package/dist/{scope → scopes}/tree/index.spec.d.ts +0 -0
- /package/dist/{scope → scopes}/tree/index.spec.js +0 -0
- /package/src/{scope → scopes}/index.spec.ts +0 -0
- /package/src/{scope → scopes}/tree/index.spec.ts +0 -0
- /package/src/{scope → scopes}/tree/index.ts +0 -0
@@ -1,7 +0,0 @@
|
|
1
|
-
import type { scopes } from "../index.js";
|
2
|
-
export type Scope = typeof scopes[number];
|
3
|
-
export declare namespace Import {
|
4
|
-
type Plugin = ("@stylistic" | "@typescript-eslint" | "mocha" | "chai-friendly" | "chai-expect" | "svelte" | "@html-eslint" | "css" | "jsonc" | "yml");
|
5
|
-
type Parser = Scope & ("ts" | "svelte" | "html" | "jsonc" | "yml");
|
6
|
-
}
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/scope/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC;AAEjC,MAAM,MAAM,KAAK,GAAG,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;AAC1C,yBAAiB,MAAM,CAAC;IACtB,KAAY,MAAM,GAAG,CACjB,YAAY,GACZ,oBAAoB,GACpB,OAAO,GACP,eAAe,GACf,aAAa,GACb,QAAQ,GACR,cAAc,GACd,KAAK,GACL,OAAO,GACP,KAAK,CACR,CAAC;IACF,KAAY,MAAM,GAAG,KAAK,GAAG,CACzB,IAAI,GACJ,QAAQ,GACR,MAAM,GACN,OAAO,GACP,KAAK,CACR,CAAC;CACH"}
|
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
|