@jsse/eslint-config 0.4.31 → 0.5.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/CHANGELOG.md +16 -0
- package/dist/{chunk-B7RtqpM4.js → chunk-CdeBBKNj.js} +3 -3
- package/dist/cli.js +1 -2
- package/dist/index.d.ts +434 -1072
- package/dist/index.js +183 -293
- package/dist/{version-CMawUObI.js → version-CQhcdCbl.js} +1 -1
- package/package.json +22 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRequire } from "node:module";
|
|
2
2
|
|
|
3
|
-
//#region
|
|
3
|
+
//#region \0rolldown/runtime.js
|
|
4
4
|
var __create = Object.create;
|
|
5
5
|
var __defProp = Object.defineProperty;
|
|
6
6
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -8,7 +8,7 @@ var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
|
8
8
|
var __getProtoOf = Object.getPrototypeOf;
|
|
9
9
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
10
10
|
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
11
|
-
var __exportAll = (all,
|
|
11
|
+
var __exportAll = (all, no_symbols) => {
|
|
12
12
|
let target = {};
|
|
13
13
|
for (var name in all) {
|
|
14
14
|
__defProp(target, name, {
|
|
@@ -16,7 +16,7 @@ var __exportAll = (all, symbols) => {
|
|
|
16
16
|
enumerable: true
|
|
17
17
|
});
|
|
18
18
|
}
|
|
19
|
-
if (
|
|
19
|
+
if (!no_symbols) {
|
|
20
20
|
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
21
21
|
}
|
|
22
22
|
return target;
|
package/dist/cli.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as DEBUG$1, t as VERSION } from "./version-
|
|
1
|
+
import { n as DEBUG$1, t as VERSION } from "./version-CQhcdCbl.js";
|
|
2
2
|
import process$1 from "node:process";
|
|
3
3
|
import fs from "node:fs";
|
|
4
4
|
import { EventEmitter } from "events";
|
|
@@ -572,7 +572,6 @@ var CAC = class extends EventEmitter {
|
|
|
572
572
|
}
|
|
573
573
|
};
|
|
574
574
|
const cac = (name = "") => new CAC(name);
|
|
575
|
-
var dist_default = cac;
|
|
576
575
|
|
|
577
576
|
//#endregion
|
|
578
577
|
//#region src/cli.ts
|