@eslinted/core 4.0.0-rc.0 → 4.0.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
import type { Input, Output } from "./boundary/index.js";
|
2
|
-
export type * as
|
2
|
+
export type * as LintCore from "./boundary/index.js";
|
3
3
|
export default function (plugins: Input.Plugins, parsers: Input.Parsers, files: Input.Files, rules: Input.Rules): Output[];
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAEzD,YAAY,KAAK,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAEzD,YAAY,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AACrD,MAAM,CAAC,OAAO,WACZ,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,KAAK,EAAE,KAAK,CAAC,KAAK,EAClB,KAAK,EAAE,KAAK,CAAC,KAAK,GACjB,MAAM,EAAE,CAyEV"}
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
@@ -7,7 +7,7 @@ import scopes from "./scopes/index.js";
|
|
7
7
|
import type { Scope } from "./scopes/index.js";
|
8
8
|
import type { Input, Output } from "./boundary/index.js";
|
9
9
|
|
10
|
-
export type * as
|
10
|
+
export type * as LintCore from "./boundary/index.js";
|
11
11
|
export default function (
|
12
12
|
plugins: Input.Plugins,
|
13
13
|
parsers: Input.Parsers,
|