@storm-software/eslint 0.170.61 → 0.170.63
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/README.md +1 -1
- package/dist/{chunk-JUHTJ4WX.js → chunk-2FWJ22PW.js} +3 -3
- package/dist/{chunk-G37BA3EE.js → chunk-EIPIQB5E.js} +2 -2
- package/dist/{chunk-3XO3WJAY.js → chunk-LRVZTK6Y.js} +1 -1
- package/dist/{chunk-FGU77KKB.js → chunk-QO5ZXGIE.js} +1 -1
- package/dist/{chunk-7LGNKPH5.js → chunk-UVAZFUOB.js} +2 -2
- package/dist/{chunk-OVIEZGNV.js → chunk-WEPTDP5X.js} +3 -3
- package/dist/{chunk-OVSN5R6A.js → chunk-WHUEAYCR.js} +1 -1
- package/dist/{chunk-IN3IKOFL.js → chunk-Z2ZFJBUD.js} +1 -1
- package/dist/{chunk-AMFSDCJL.js → chunk-ZZRQVLBJ.js} +1 -1
- package/dist/preset.cjs +110 -110
- package/dist/preset.js +116 -116
- package/dist/types.d.cts +3 -0
- package/dist/types.d.ts +3 -0
- package/dist/types.js +1 -1
- package/dist/utils/banner-plugin.js +4 -4
- package/dist/utils/combine.js +1 -1
- package/dist/utils/constants.js +2 -2
- package/dist/utils/correct-paths.js +2 -2
- package/dist/utils/find-workspace-root.js +3 -3
- package/dist/utils/format-config.js +2 -2
- package/dist/utils/get-file-banner.js +3 -3
- package/dist/utils/helpers.cjs +1 -1
- package/dist/utils/helpers.js +2 -2
- package/dist/utils/index.js +3 -3
- package/dist/utils/tsconfig-path.js +4 -4
- package/package.json +15 -14
package/dist/preset.cjs
CHANGED
|
@@ -133,10 +133,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
133
133
|
mod
|
|
134
134
|
));
|
|
135
135
|
|
|
136
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
136
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__c6e5a1ff3e71b7415dce15be46368d04/node_modules/tsup/assets/cjs_shims.js
|
|
137
137
|
var getImportMetaUrl, importMetaUrl;
|
|
138
138
|
var init_cjs_shims = __esm({
|
|
139
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
139
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__c6e5a1ff3e71b7415dce15be46368d04/node_modules/tsup/assets/cjs_shims.js"() {
|
|
140
140
|
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
141
141
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
142
142
|
}
|
|
@@ -1846,10 +1846,10 @@ init_cjs_shims();
|
|
|
1846
1846
|
// src/plugins.ts
|
|
1847
1847
|
init_cjs_shims();
|
|
1848
1848
|
|
|
1849
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1849
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/index.js
|
|
1850
1850
|
init_cjs_shims();
|
|
1851
1851
|
|
|
1852
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1852
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/electron.js
|
|
1853
1853
|
init_cjs_shims();
|
|
1854
1854
|
var electron_default = {
|
|
1855
1855
|
settings: {
|
|
@@ -1857,7 +1857,7 @@ var electron_default = {
|
|
|
1857
1857
|
}
|
|
1858
1858
|
};
|
|
1859
1859
|
|
|
1860
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1860
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/errors.js
|
|
1861
1861
|
init_cjs_shims();
|
|
1862
1862
|
var errors_default = {
|
|
1863
1863
|
plugins: ["import-x"],
|
|
@@ -1870,7 +1870,7 @@ var errors_default = {
|
|
|
1870
1870
|
}
|
|
1871
1871
|
};
|
|
1872
1872
|
|
|
1873
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1873
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/flat/electron.js
|
|
1874
1874
|
init_cjs_shims();
|
|
1875
1875
|
var electron_default2 = {
|
|
1876
1876
|
settings: {
|
|
@@ -1878,7 +1878,7 @@ var electron_default2 = {
|
|
|
1878
1878
|
}
|
|
1879
1879
|
};
|
|
1880
1880
|
|
|
1881
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1881
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/flat/errors.js
|
|
1882
1882
|
init_cjs_shims();
|
|
1883
1883
|
var errors_default2 = {
|
|
1884
1884
|
rules: {
|
|
@@ -1890,7 +1890,7 @@ var errors_default2 = {
|
|
|
1890
1890
|
}
|
|
1891
1891
|
};
|
|
1892
1892
|
|
|
1893
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1893
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/flat/react-native.js
|
|
1894
1894
|
init_cjs_shims();
|
|
1895
1895
|
var react_native_default = {
|
|
1896
1896
|
settings: {
|
|
@@ -1902,7 +1902,7 @@ var react_native_default = {
|
|
|
1902
1902
|
}
|
|
1903
1903
|
};
|
|
1904
1904
|
|
|
1905
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1905
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/flat/react.js
|
|
1906
1906
|
init_cjs_shims();
|
|
1907
1907
|
var react_default = {
|
|
1908
1908
|
settings: {
|
|
@@ -1917,7 +1917,7 @@ var react_default = {
|
|
|
1917
1917
|
}
|
|
1918
1918
|
};
|
|
1919
1919
|
|
|
1920
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1920
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/flat/recommended.js
|
|
1921
1921
|
init_cjs_shims();
|
|
1922
1922
|
var recommended_default = {
|
|
1923
1923
|
rules: {
|
|
@@ -1932,7 +1932,7 @@ var recommended_default = {
|
|
|
1932
1932
|
}
|
|
1933
1933
|
};
|
|
1934
1934
|
|
|
1935
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1935
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/flat/stage-0.js
|
|
1936
1936
|
init_cjs_shims();
|
|
1937
1937
|
var stage_0_default = {
|
|
1938
1938
|
rules: {
|
|
@@ -1940,7 +1940,7 @@ var stage_0_default = {
|
|
|
1940
1940
|
}
|
|
1941
1941
|
};
|
|
1942
1942
|
|
|
1943
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1943
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/flat/typescript.js
|
|
1944
1944
|
init_cjs_shims();
|
|
1945
1945
|
var typeScriptExtensions = [".ts", ".tsx", ".cts", ".mts"];
|
|
1946
1946
|
var allExtensions = [
|
|
@@ -1966,7 +1966,7 @@ var typescript_default = {
|
|
|
1966
1966
|
}
|
|
1967
1967
|
};
|
|
1968
1968
|
|
|
1969
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1969
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/flat/warnings.js
|
|
1970
1970
|
init_cjs_shims();
|
|
1971
1971
|
var warnings_default = {
|
|
1972
1972
|
rules: {
|
|
@@ -1977,7 +1977,7 @@ var warnings_default = {
|
|
|
1977
1977
|
}
|
|
1978
1978
|
};
|
|
1979
1979
|
|
|
1980
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1980
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/react-native.js
|
|
1981
1981
|
init_cjs_shims();
|
|
1982
1982
|
var react_native_default2 = {
|
|
1983
1983
|
settings: {
|
|
@@ -1989,7 +1989,7 @@ var react_native_default2 = {
|
|
|
1989
1989
|
}
|
|
1990
1990
|
};
|
|
1991
1991
|
|
|
1992
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
1992
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/react.js
|
|
1993
1993
|
init_cjs_shims();
|
|
1994
1994
|
var react_default2 = {
|
|
1995
1995
|
settings: {
|
|
@@ -2002,7 +2002,7 @@ var react_default2 = {
|
|
|
2002
2002
|
}
|
|
2003
2003
|
};
|
|
2004
2004
|
|
|
2005
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2005
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/recommended.js
|
|
2006
2006
|
init_cjs_shims();
|
|
2007
2007
|
var recommended_default2 = {
|
|
2008
2008
|
plugins: ["import-x"],
|
|
@@ -2022,7 +2022,7 @@ var recommended_default2 = {
|
|
|
2022
2022
|
}
|
|
2023
2023
|
};
|
|
2024
2024
|
|
|
2025
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2025
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/stage-0.js
|
|
2026
2026
|
init_cjs_shims();
|
|
2027
2027
|
var stage_0_default2 = {
|
|
2028
2028
|
plugins: ["import-x"],
|
|
@@ -2031,7 +2031,7 @@ var stage_0_default2 = {
|
|
|
2031
2031
|
}
|
|
2032
2032
|
};
|
|
2033
2033
|
|
|
2034
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2034
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/typescript.js
|
|
2035
2035
|
init_cjs_shims();
|
|
2036
2036
|
var typeScriptExtensions2 = [".ts", ".tsx", ".cts", ".mts"];
|
|
2037
2037
|
var allExtensions2 = [
|
|
@@ -2057,7 +2057,7 @@ var typescript_default2 = {
|
|
|
2057
2057
|
}
|
|
2058
2058
|
};
|
|
2059
2059
|
|
|
2060
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2060
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/config/warnings.js
|
|
2061
2061
|
init_cjs_shims();
|
|
2062
2062
|
var warnings_default2 = {
|
|
2063
2063
|
plugins: ["import-x"],
|
|
@@ -2069,19 +2069,19 @@ var warnings_default2 = {
|
|
|
2069
2069
|
}
|
|
2070
2070
|
};
|
|
2071
2071
|
|
|
2072
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2072
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/meta.js
|
|
2073
2073
|
init_cjs_shims();
|
|
2074
2074
|
|
|
2075
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2075
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/require.js
|
|
2076
2076
|
init_cjs_shims();
|
|
2077
2077
|
var importMetaUrl2 = importMetaUrl2;
|
|
2078
2078
|
var cjsRequire = importMetaUrl2 ? Module.createRequire(importMetaUrl2) : __require;
|
|
2079
2079
|
|
|
2080
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2080
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/meta.js
|
|
2081
2081
|
var { name, version } = cjsRequire("../package.json");
|
|
2082
2082
|
var meta = { name, version };
|
|
2083
2083
|
|
|
2084
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2084
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/node-resolver.js
|
|
2085
2085
|
init_cjs_shims();
|
|
2086
2086
|
function createNodeResolver({ extensions = [".mjs", ".cjs", ".js", ".json", ".node"], conditionNames = ["import", "require", "default"], mainFields = ["module", "main"], ...restOptions } = {}) {
|
|
2087
2087
|
const resolver = new unrsResolver.ResolverFactory({
|
|
@@ -2109,16 +2109,16 @@ function createNodeResolver({ extensions = [".mjs", ".cjs", ".js", ".json", ".no
|
|
|
2109
2109
|
};
|
|
2110
2110
|
}
|
|
2111
2111
|
|
|
2112
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2112
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/consistent-type-specifier-style.js
|
|
2113
2113
|
init_cjs_shims();
|
|
2114
2114
|
|
|
2115
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2115
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/index.js
|
|
2116
2116
|
init_cjs_shims();
|
|
2117
2117
|
|
|
2118
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2118
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/apply-default.js
|
|
2119
2119
|
init_cjs_shims();
|
|
2120
2120
|
|
|
2121
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2121
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/deep-merge.js
|
|
2122
2122
|
init_cjs_shims();
|
|
2123
2123
|
function isObjectNotArray(obj) {
|
|
2124
2124
|
return typeof obj === "object" && obj != null && !Array.isArray(obj);
|
|
@@ -2142,7 +2142,7 @@ function deepMerge(first = {}, second = {}) {
|
|
|
2142
2142
|
}));
|
|
2143
2143
|
}
|
|
2144
2144
|
|
|
2145
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2145
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/apply-default.js
|
|
2146
2146
|
function applyDefault(defaultOptions, userOptions) {
|
|
2147
2147
|
const options = structuredClone(defaultOptions ?? []);
|
|
2148
2148
|
if (userOptions == null) {
|
|
@@ -2157,19 +2157,19 @@ function applyDefault(defaultOptions, userOptions) {
|
|
|
2157
2157
|
return options;
|
|
2158
2158
|
}
|
|
2159
2159
|
|
|
2160
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2160
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/arraify.js
|
|
2161
2161
|
init_cjs_shims();
|
|
2162
2162
|
var arraify = (value) => value ? Array.isArray(value) ? value : [value] : void 0;
|
|
2163
2163
|
|
|
2164
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2164
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/create-rule.js
|
|
2165
2165
|
init_cjs_shims();
|
|
2166
2166
|
|
|
2167
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2167
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/docs-url.js
|
|
2168
2168
|
init_cjs_shims();
|
|
2169
2169
|
var repoUrl = "https://github.com/un-ts/eslint-plugin-import-x";
|
|
2170
2170
|
var docsUrl = (ruleName, commitish = `v${version}`) => `${repoUrl}/blob/${commitish}/docs/rules/${ruleName}.md`;
|
|
2171
2171
|
|
|
2172
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2172
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/create-rule.js
|
|
2173
2173
|
function RuleCreator(urlCreator) {
|
|
2174
2174
|
return function createNamedRule({ meta: meta3, name: name3, ...rule }) {
|
|
2175
2175
|
return createRule_({
|
|
@@ -2196,7 +2196,7 @@ function createRule_({ create, defaultOptions, meta: meta3 }) {
|
|
|
2196
2196
|
}
|
|
2197
2197
|
var createRule = RuleCreator(docsUrl);
|
|
2198
2198
|
|
|
2199
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2199
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/declared-scope.js
|
|
2200
2200
|
init_cjs_shims();
|
|
2201
2201
|
function declaredScope(context, node2, name3) {
|
|
2202
2202
|
const references = context.sourceCode.getScope(node2).references;
|
|
@@ -2204,10 +2204,10 @@ function declaredScope(context, node2, name3) {
|
|
|
2204
2204
|
return reference?.resolved?.scope.type;
|
|
2205
2205
|
}
|
|
2206
2206
|
|
|
2207
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2207
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/export-map.js
|
|
2208
2208
|
init_cjs_shims();
|
|
2209
2209
|
|
|
2210
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2210
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/get-value.js
|
|
2211
2211
|
init_cjs_shims();
|
|
2212
2212
|
var getValue = (node2) => {
|
|
2213
2213
|
switch (node2.type) {
|
|
@@ -2223,7 +2223,7 @@ var getValue = (node2) => {
|
|
|
2223
2223
|
}
|
|
2224
2224
|
};
|
|
2225
2225
|
|
|
2226
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2226
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/ignore.js
|
|
2227
2227
|
init_cjs_shims();
|
|
2228
2228
|
var log = debug__default.default("eslint-plugin-import-x:utils:ignore");
|
|
2229
2229
|
var cachedSet;
|
|
@@ -2272,7 +2272,7 @@ function hasValidExtension(filepath, context) {
|
|
|
2272
2272
|
return validExtensions(context).has(path16__default.default.extname(filepath));
|
|
2273
2273
|
}
|
|
2274
2274
|
|
|
2275
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2275
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/lazy-value.js
|
|
2276
2276
|
init_cjs_shims();
|
|
2277
2277
|
var lazy = (cb) => {
|
|
2278
2278
|
let isCalled = false;
|
|
@@ -2306,10 +2306,10 @@ function defineLazyProperty(object2, propertyName, valueGetter) {
|
|
|
2306
2306
|
return object2;
|
|
2307
2307
|
}
|
|
2308
2308
|
|
|
2309
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2309
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/parse.js
|
|
2310
2310
|
init_cjs_shims();
|
|
2311
2311
|
|
|
2312
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2312
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/module-require.js
|
|
2313
2313
|
init_cjs_shims();
|
|
2314
2314
|
function createModule(filename) {
|
|
2315
2315
|
const mod = new Module__default.default(filename);
|
|
@@ -2335,7 +2335,7 @@ function moduleRequire(p, sourceFile) {
|
|
|
2335
2335
|
return cjsRequire(p);
|
|
2336
2336
|
}
|
|
2337
2337
|
|
|
2338
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2338
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/parse.js
|
|
2339
2339
|
function withoutProjectParserOptions(opts) {
|
|
2340
2340
|
const { EXPERIMENTAL_useProjectService, project, projectService, ...rest } = opts;
|
|
2341
2341
|
return rest;
|
|
@@ -2429,16 +2429,16 @@ function getParserOrPath(path23, context) {
|
|
|
2429
2429
|
return null;
|
|
2430
2430
|
}
|
|
2431
2431
|
|
|
2432
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2432
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/resolve.js
|
|
2433
2433
|
init_cjs_shims();
|
|
2434
2434
|
|
|
2435
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2435
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/import-type.js
|
|
2436
2436
|
init_cjs_shims();
|
|
2437
2437
|
|
|
2438
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2438
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/package-path.js
|
|
2439
2439
|
init_cjs_shims();
|
|
2440
2440
|
|
|
2441
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2441
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/pkg-up.js
|
|
2442
2442
|
init_cjs_shims();
|
|
2443
2443
|
function findUp(filename, cwd2) {
|
|
2444
2444
|
let dir = path16__default.default.resolve(cwd2 || "");
|
|
@@ -2459,7 +2459,7 @@ function pkgUp(opts) {
|
|
|
2459
2459
|
return findUp("package.json", opts && opts.cwd);
|
|
2460
2460
|
}
|
|
2461
2461
|
|
|
2462
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2462
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/read-pkg-up.js
|
|
2463
2463
|
init_cjs_shims();
|
|
2464
2464
|
function stripBOM(str) {
|
|
2465
2465
|
return str.replace(/^\uFEFF/, "");
|
|
@@ -2479,7 +2479,7 @@ function readPkgUp(opts) {
|
|
|
2479
2479
|
}
|
|
2480
2480
|
}
|
|
2481
2481
|
|
|
2482
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2482
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/package-path.js
|
|
2483
2483
|
function getContextPackagePath(context) {
|
|
2484
2484
|
return getFilePackagePath(context.physicalFilename);
|
|
2485
2485
|
}
|
|
@@ -2494,7 +2494,7 @@ function getFilePackageName(filename) {
|
|
|
2494
2494
|
return null;
|
|
2495
2495
|
}
|
|
2496
2496
|
|
|
2497
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2497
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/import-type.js
|
|
2498
2498
|
function baseModule(name3) {
|
|
2499
2499
|
if (isScoped(name3)) {
|
|
2500
2500
|
const [scope, pkg2] = name3.split("/");
|
|
@@ -2604,17 +2604,17 @@ function importType(name3, context) {
|
|
|
2604
2604
|
return typeTest(name3, context, typeof name3 === "string" ? resolve2(name3, context) : null);
|
|
2605
2605
|
}
|
|
2606
2606
|
|
|
2607
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2607
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/legacy-resolver-settings.js
|
|
2608
2608
|
init_cjs_shims();
|
|
2609
2609
|
|
|
2610
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2610
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/pkg-dir.js
|
|
2611
2611
|
init_cjs_shims();
|
|
2612
2612
|
function pkgDir(cwd2) {
|
|
2613
2613
|
const fp = pkgUp({ cwd: cwd2 });
|
|
2614
2614
|
return fp ? path16__default.default.dirname(fp) : null;
|
|
2615
2615
|
}
|
|
2616
2616
|
|
|
2617
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2617
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/legacy-resolver-settings.js
|
|
2618
2618
|
function resolveWithLegacyResolver(resolver, config3, modulePath, sourceFile) {
|
|
2619
2619
|
if (resolver.interfaceVersion === 2) {
|
|
2620
2620
|
return resolver.resolve(modulePath, sourceFile, config3);
|
|
@@ -2734,7 +2734,7 @@ function getBaseDir(sourceFile) {
|
|
|
2734
2734
|
return pkgDir(sourceFile) || process.cwd();
|
|
2735
2735
|
}
|
|
2736
2736
|
|
|
2737
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2737
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/module-cache.js
|
|
2738
2738
|
init_cjs_shims();
|
|
2739
2739
|
var log3 = debug__default.default("eslint-plugin-import-x:utils:ModuleCache");
|
|
2740
2740
|
var ModuleCache = class {
|
|
@@ -2771,7 +2771,7 @@ var ModuleCache = class {
|
|
|
2771
2771
|
}
|
|
2772
2772
|
};
|
|
2773
2773
|
|
|
2774
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2774
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/resolve.js
|
|
2775
2775
|
var importMetaUrl3 = importMetaUrl3;
|
|
2776
2776
|
var _filename = importMetaUrl3 ? url$1.fileURLToPath(importMetaUrl3) : __filename;
|
|
2777
2777
|
var _dirname = path16__default.default.dirname(_filename);
|
|
@@ -2983,7 +2983,7 @@ function importXResolverCompat(resolver, resolverOptions = {}) {
|
|
|
2983
2983
|
};
|
|
2984
2984
|
}
|
|
2985
2985
|
|
|
2986
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2986
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/unambiguous.js
|
|
2987
2987
|
init_cjs_shims();
|
|
2988
2988
|
var pattern = /(^|;)\s*(export|import)((\s+\w)|(\s*[*={]))|import\(/m;
|
|
2989
2989
|
function isMaybeUnambiguousModule(content) {
|
|
@@ -2994,7 +2994,7 @@ function isUnambiguousModule(ast) {
|
|
|
2994
2994
|
return ast.body && ast.body.some((node2) => unambiguousNodeType.test(node2.type));
|
|
2995
2995
|
}
|
|
2996
2996
|
|
|
2997
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
2997
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/visit.js
|
|
2998
2998
|
init_cjs_shims();
|
|
2999
2999
|
function visit(node2, keys, visitorSpec) {
|
|
3000
3000
|
if (!node2 || !keys) {
|
|
@@ -3023,7 +3023,7 @@ function visit(node2, keys, visitorSpec) {
|
|
|
3023
3023
|
}
|
|
3024
3024
|
}
|
|
3025
3025
|
|
|
3026
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
3026
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/export-map.js
|
|
3027
3027
|
var log4 = debug__default.default("eslint-plugin-import-x:ExportMap");
|
|
3028
3028
|
var exportCache = /* @__PURE__ */ new Map();
|
|
3029
3029
|
var declTypes = /* @__PURE__ */ new Set([
|
|
@@ -3709,7 +3709,7 @@ function makeContextCacheKey(context) {
|
|
|
3709
3709
|
return hash;
|
|
3710
3710
|
}
|
|
3711
3711
|
|
|
3712
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
3712
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/import-declaration.js
|
|
3713
3713
|
init_cjs_shims();
|
|
3714
3714
|
var importDeclaration = (context, node2) => {
|
|
3715
3715
|
if (node2.parent && node2.parent.type === types$1.AST_NODE_TYPES.ImportDeclaration) {
|
|
@@ -3719,7 +3719,7 @@ var importDeclaration = (context, node2) => {
|
|
|
3719
3719
|
return ancestors[ancestors.length - 1];
|
|
3720
3720
|
};
|
|
3721
3721
|
|
|
3722
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
3722
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/module-visitor.js
|
|
3723
3723
|
init_cjs_shims();
|
|
3724
3724
|
function moduleVisitor(visitor, options) {
|
|
3725
3725
|
const ignore2 = options?.ignore;
|
|
@@ -3862,7 +3862,7 @@ function makeOptionsSchema(additionalProperties) {
|
|
|
3862
3862
|
}
|
|
3863
3863
|
makeOptionsSchema();
|
|
3864
3864
|
|
|
3865
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
3865
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/npm-client.js
|
|
3866
3866
|
init_cjs_shims();
|
|
3867
3867
|
var NPM = "npm";
|
|
3868
3868
|
var NPM_CLIENTS = /* @__PURE__ */ new Set([
|
|
@@ -3883,7 +3883,7 @@ var getNpmClient = () => {
|
|
|
3883
3883
|
};
|
|
3884
3884
|
var getNpmInstallCommand = (packageName) => `${getNpmClient()} ${npmClient === NPM ? "i" : "add"} ${npmClient === "deno" ? `${NPM}:` : ""}${packageName}`;
|
|
3885
3885
|
|
|
3886
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
3886
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/parse-path.js
|
|
3887
3887
|
init_cjs_shims();
|
|
3888
3888
|
var parsePath = (path23) => {
|
|
3889
3889
|
const hashIndex = path23.indexOf("#");
|
|
@@ -3897,7 +3897,7 @@ var parsePath = (path23) => {
|
|
|
3897
3897
|
};
|
|
3898
3898
|
var stringifyPath = ({ pathname, query, hash }) => pathname + query + hash;
|
|
3899
3899
|
|
|
3900
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
3900
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/source-type.js
|
|
3901
3901
|
init_cjs_shims();
|
|
3902
3902
|
function sourceType(context) {
|
|
3903
3903
|
if ("languageOptions" in context && context.languageOptions) {
|
|
@@ -3913,13 +3913,13 @@ function sourceType(context) {
|
|
|
3913
3913
|
}
|
|
3914
3914
|
}
|
|
3915
3915
|
|
|
3916
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
3916
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/utils/static-require.js
|
|
3917
3917
|
init_cjs_shims();
|
|
3918
3918
|
function isStaticRequire(node2) {
|
|
3919
3919
|
return node2 && node2.callee && node2.callee.type === "Identifier" && node2.callee.name === "require" && node2.arguments.length === 1 && node2.arguments[0].type === "Literal" && typeof node2.arguments[0].value === "string";
|
|
3920
3920
|
}
|
|
3921
3921
|
|
|
3922
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
3922
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/consistent-type-specifier-style.js
|
|
3923
3923
|
function isComma(token) {
|
|
3924
3924
|
return token.type === "Punctuator" && token.value === ",";
|
|
3925
3925
|
}
|
|
@@ -4085,7 +4085,7 @@ ${newImports}`)
|
|
|
4085
4085
|
}
|
|
4086
4086
|
});
|
|
4087
4087
|
|
|
4088
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
4088
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/default.js
|
|
4089
4089
|
init_cjs_shims();
|
|
4090
4090
|
var default_default = createRule({
|
|
4091
4091
|
name: "default",
|
|
@@ -4130,7 +4130,7 @@ var default_default = createRule({
|
|
|
4130
4130
|
}
|
|
4131
4131
|
});
|
|
4132
4132
|
|
|
4133
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
4133
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/dynamic-import-chunkname.js
|
|
4134
4134
|
init_cjs_shims();
|
|
4135
4135
|
var dynamic_import_chunkname_default = createRule({
|
|
4136
4136
|
name: "dynamic-import-chunkname",
|
|
@@ -4301,7 +4301,7 @@ var dynamic_import_chunkname_default = createRule({
|
|
|
4301
4301
|
}
|
|
4302
4302
|
});
|
|
4303
4303
|
|
|
4304
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
4304
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/export.js
|
|
4305
4305
|
init_cjs_shims();
|
|
4306
4306
|
var rootProgram = "root";
|
|
4307
4307
|
var tsTypePrefix = "type:";
|
|
@@ -4454,7 +4454,7 @@ var export_default = createRule({
|
|
|
4454
4454
|
}
|
|
4455
4455
|
});
|
|
4456
4456
|
|
|
4457
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
4457
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/exports-last.js
|
|
4458
4458
|
init_cjs_shims();
|
|
4459
4459
|
var findLastIndex = (array2, predicate) => {
|
|
4460
4460
|
let i = array2.length - 1;
|
|
@@ -4502,7 +4502,7 @@ var exports_last_default = createRule({
|
|
|
4502
4502
|
}
|
|
4503
4503
|
});
|
|
4504
4504
|
|
|
4505
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
4505
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/extensions.js
|
|
4506
4506
|
init_cjs_shims();
|
|
4507
4507
|
|
|
4508
4508
|
// ../../node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/index.js
|
|
@@ -6104,7 +6104,7 @@ minimatch.Minimatch = Minimatch;
|
|
|
6104
6104
|
minimatch.escape = escape;
|
|
6105
6105
|
minimatch.unescape = unescape;
|
|
6106
6106
|
|
|
6107
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
6107
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/extensions.js
|
|
6108
6108
|
var modifierValues = ["always", "ignorePackages", "never"];
|
|
6109
6109
|
var modifierSchema = {
|
|
6110
6110
|
type: "string",
|
|
@@ -6386,7 +6386,7 @@ var extensions_default = createRule({
|
|
|
6386
6386
|
}
|
|
6387
6387
|
});
|
|
6388
6388
|
|
|
6389
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
6389
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/first.js
|
|
6390
6390
|
init_cjs_shims();
|
|
6391
6391
|
function getImportValue(node2) {
|
|
6392
6392
|
return node2.type === "ImportDeclaration" ? node2.source.value : "moduleReference" in node2 && "expression" in node2.moduleReference && "value" in node2.moduleReference.expression && node2.moduleReference.expression.value;
|
|
@@ -6521,7 +6521,7 @@ ${nodeSourceCode}`;
|
|
|
6521
6521
|
}
|
|
6522
6522
|
});
|
|
6523
6523
|
|
|
6524
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
6524
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/group-exports.js
|
|
6525
6525
|
init_cjs_shims();
|
|
6526
6526
|
function accessorChain(node2) {
|
|
6527
6527
|
const chain = [];
|
|
@@ -6636,7 +6636,7 @@ var group_exports_default = createRule({
|
|
|
6636
6636
|
}
|
|
6637
6637
|
});
|
|
6638
6638
|
|
|
6639
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
6639
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/imports-first.js
|
|
6640
6640
|
init_cjs_shims();
|
|
6641
6641
|
var imports_first_default = createRule({
|
|
6642
6642
|
...first_default,
|
|
@@ -6661,7 +6661,7 @@ var imports_first_default = createRule({
|
|
|
6661
6661
|
}
|
|
6662
6662
|
});
|
|
6663
6663
|
|
|
6664
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
6664
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/max-dependencies.js
|
|
6665
6665
|
init_cjs_shims();
|
|
6666
6666
|
var max_dependencies_default = createRule({
|
|
6667
6667
|
name: "max-dependencies",
|
|
@@ -6714,7 +6714,7 @@ var max_dependencies_default = createRule({
|
|
|
6714
6714
|
}
|
|
6715
6715
|
});
|
|
6716
6716
|
|
|
6717
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
6717
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/named.js
|
|
6718
6718
|
init_cjs_shims();
|
|
6719
6719
|
var named_default = createRule({
|
|
6720
6720
|
name: "named",
|
|
@@ -6840,7 +6840,7 @@ var named_default = createRule({
|
|
|
6840
6840
|
}
|
|
6841
6841
|
});
|
|
6842
6842
|
|
|
6843
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
6843
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/namespace.js
|
|
6844
6844
|
init_cjs_shims();
|
|
6845
6845
|
function processBodyStatement(context, namespaces, declaration) {
|
|
6846
6846
|
if (declaration.type !== "ImportDeclaration") {
|
|
@@ -7068,7 +7068,7 @@ var namespace_default = createRule({
|
|
|
7068
7068
|
}
|
|
7069
7069
|
});
|
|
7070
7070
|
|
|
7071
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
7071
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/newline-after-import.js
|
|
7072
7072
|
init_cjs_shims();
|
|
7073
7073
|
var log5 = debug__default.default("eslint-plugin-import-x:rules:newline-after-import");
|
|
7074
7074
|
function containsNodeOrEqual(outerNode, innerNode) {
|
|
@@ -7270,7 +7270,7 @@ var newline_after_import_default = createRule({
|
|
|
7270
7270
|
}
|
|
7271
7271
|
});
|
|
7272
7272
|
|
|
7273
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
7273
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-absolute-path.js
|
|
7274
7274
|
init_cjs_shims();
|
|
7275
7275
|
var no_absolute_path_default = createRule({
|
|
7276
7276
|
name: "no-absolute-path",
|
|
@@ -7308,7 +7308,7 @@ var no_absolute_path_default = createRule({
|
|
|
7308
7308
|
}
|
|
7309
7309
|
});
|
|
7310
7310
|
|
|
7311
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
7311
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-amd.js
|
|
7312
7312
|
init_cjs_shims();
|
|
7313
7313
|
var no_amd_default = createRule({
|
|
7314
7314
|
name: "no-amd",
|
|
@@ -7355,7 +7355,7 @@ var no_amd_default = createRule({
|
|
|
7355
7355
|
}
|
|
7356
7356
|
});
|
|
7357
7357
|
|
|
7358
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
7358
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-anonymous-default-export.js
|
|
7359
7359
|
init_cjs_shims();
|
|
7360
7360
|
var { hasOwnProperty } = Object.prototype;
|
|
7361
7361
|
var hasOwn = (object2, key) => hasOwnProperty.call(object2, key);
|
|
@@ -7489,7 +7489,7 @@ var no_anonymous_default_export_default = createRule({
|
|
|
7489
7489
|
}
|
|
7490
7490
|
});
|
|
7491
7491
|
|
|
7492
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
7492
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-commonjs.js
|
|
7493
7493
|
init_cjs_shims();
|
|
7494
7494
|
function normalizeLegacyOptions(options) {
|
|
7495
7495
|
if (options.includes("allow-primitive-modules")) {
|
|
@@ -7612,7 +7612,7 @@ var no_commonjs_default = createRule({
|
|
|
7612
7612
|
}
|
|
7613
7613
|
});
|
|
7614
7614
|
|
|
7615
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
7615
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-cycle.js
|
|
7616
7616
|
init_cjs_shims();
|
|
7617
7617
|
var traversed = /* @__PURE__ */ new Set();
|
|
7618
7618
|
var no_cycle_default = createRule({
|
|
@@ -7741,7 +7741,7 @@ function routeString(route) {
|
|
|
7741
7741
|
return route.map((s) => `${s.value}:${s.loc.start.line}`).join("=>");
|
|
7742
7742
|
}
|
|
7743
7743
|
|
|
7744
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
7744
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-default-export.js
|
|
7745
7745
|
init_cjs_shims();
|
|
7746
7746
|
var no_default_export_default = createRule({
|
|
7747
7747
|
name: "no-default-export",
|
|
@@ -7797,7 +7797,7 @@ var no_default_export_default = createRule({
|
|
|
7797
7797
|
}
|
|
7798
7798
|
});
|
|
7799
7799
|
|
|
7800
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
7800
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-deprecated.js
|
|
7801
7801
|
init_cjs_shims();
|
|
7802
7802
|
function message(deprecation) {
|
|
7803
7803
|
if (deprecation.description) {
|
|
@@ -7955,7 +7955,7 @@ var no_deprecated_default = createRule({
|
|
|
7955
7955
|
}
|
|
7956
7956
|
});
|
|
7957
7957
|
|
|
7958
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
7958
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-duplicates.js
|
|
7959
7959
|
init_cjs_shims();
|
|
7960
7960
|
var isTypeScriptVersionSupportPreferInline = lazy(() => {
|
|
7961
7961
|
let typescriptPkg;
|
|
@@ -8228,7 +8228,7 @@ var no_duplicates_default = createRule({
|
|
|
8228
8228
|
}
|
|
8229
8229
|
});
|
|
8230
8230
|
|
|
8231
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
8231
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-dynamic-require.js
|
|
8232
8232
|
init_cjs_shims();
|
|
8233
8233
|
function isRequire(node2) {
|
|
8234
8234
|
return node2.callee?.type === "Identifier" && node2.callee.name === "require" && node2.arguments.length > 0;
|
|
@@ -8297,7 +8297,7 @@ var no_dynamic_require_default = createRule({
|
|
|
8297
8297
|
}
|
|
8298
8298
|
});
|
|
8299
8299
|
|
|
8300
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
8300
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-empty-named-blocks.js
|
|
8301
8301
|
init_cjs_shims();
|
|
8302
8302
|
function getEmptyBlockRange(tokens, index) {
|
|
8303
8303
|
const token = tokens[index];
|
|
@@ -8395,7 +8395,7 @@ var no_empty_named_blocks_default = createRule({
|
|
|
8395
8395
|
}
|
|
8396
8396
|
});
|
|
8397
8397
|
|
|
8398
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
8398
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-extraneous-dependencies.js
|
|
8399
8399
|
init_cjs_shims();
|
|
8400
8400
|
var depFieldCache = /* @__PURE__ */ new Map();
|
|
8401
8401
|
var minimatch2 = minimatch;
|
|
@@ -8641,7 +8641,7 @@ var no_extraneous_dependencies_default = createRule({
|
|
|
8641
8641
|
}
|
|
8642
8642
|
});
|
|
8643
8643
|
|
|
8644
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
8644
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-import-module-exports.js
|
|
8645
8645
|
init_cjs_shims();
|
|
8646
8646
|
function getEntryPoint(context) {
|
|
8647
8647
|
const pkgPath = pkgUp({
|
|
@@ -8723,7 +8723,7 @@ var no_import_module_exports_default = createRule({
|
|
|
8723
8723
|
}
|
|
8724
8724
|
});
|
|
8725
8725
|
|
|
8726
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
8726
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-internal-modules.js
|
|
8727
8727
|
init_cjs_shims();
|
|
8728
8728
|
function normalizeSep(somePath) {
|
|
8729
8729
|
return somePath.split("\\").join("/");
|
|
@@ -8840,7 +8840,7 @@ var no_internal_modules_default = createRule({
|
|
|
8840
8840
|
}
|
|
8841
8841
|
});
|
|
8842
8842
|
|
|
8843
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
8843
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-mutable-exports.js
|
|
8844
8844
|
init_cjs_shims();
|
|
8845
8845
|
var no_mutable_exports_default = createRule({
|
|
8846
8846
|
name: "no-mutable-exports",
|
|
@@ -8900,7 +8900,7 @@ var no_mutable_exports_default = createRule({
|
|
|
8900
8900
|
}
|
|
8901
8901
|
});
|
|
8902
8902
|
|
|
8903
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
8903
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-named-as-default-member.js
|
|
8904
8904
|
init_cjs_shims();
|
|
8905
8905
|
var no_named_as_default_member_default = createRule({
|
|
8906
8906
|
name: "no-named-as-default-member",
|
|
@@ -8987,7 +8987,7 @@ var no_named_as_default_member_default = createRule({
|
|
|
8987
8987
|
}
|
|
8988
8988
|
});
|
|
8989
8989
|
|
|
8990
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
8990
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-named-as-default.js
|
|
8991
8991
|
init_cjs_shims();
|
|
8992
8992
|
var no_named_as_default_default = createRule({
|
|
8993
8993
|
name: "no-named-as-default",
|
|
@@ -9043,7 +9043,7 @@ var no_named_as_default_default = createRule({
|
|
|
9043
9043
|
}
|
|
9044
9044
|
});
|
|
9045
9045
|
|
|
9046
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
9046
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-named-default.js
|
|
9047
9047
|
init_cjs_shims();
|
|
9048
9048
|
var no_named_default_default = createRule({
|
|
9049
9049
|
name: "no-named-default",
|
|
@@ -9081,7 +9081,7 @@ var no_named_default_default = createRule({
|
|
|
9081
9081
|
}
|
|
9082
9082
|
});
|
|
9083
9083
|
|
|
9084
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
9084
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-named-export.js
|
|
9085
9085
|
init_cjs_shims();
|
|
9086
9086
|
var no_named_export_default = createRule({
|
|
9087
9087
|
name: "no-named-export",
|
|
@@ -9118,7 +9118,7 @@ var no_named_export_default = createRule({
|
|
|
9118
9118
|
}
|
|
9119
9119
|
});
|
|
9120
9120
|
|
|
9121
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
9121
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-namespace.js
|
|
9122
9122
|
init_cjs_shims();
|
|
9123
9123
|
var no_namespace_default = createRule({
|
|
9124
9124
|
name: "no-namespace",
|
|
@@ -9241,7 +9241,7 @@ function generateLocalNames(names, nameConflicts, namespaceName) {
|
|
|
9241
9241
|
return localNames;
|
|
9242
9242
|
}
|
|
9243
9243
|
|
|
9244
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
9244
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-nodejs-modules.js
|
|
9245
9245
|
init_cjs_shims();
|
|
9246
9246
|
var no_nodejs_modules_default = createRule({
|
|
9247
9247
|
name: "no-nodejs-modules",
|
|
@@ -9289,7 +9289,7 @@ var no_nodejs_modules_default = createRule({
|
|
|
9289
9289
|
}
|
|
9290
9290
|
});
|
|
9291
9291
|
|
|
9292
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
9292
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-relative-packages.js
|
|
9293
9293
|
init_cjs_shims();
|
|
9294
9294
|
function toPosixPath(filePath) {
|
|
9295
9295
|
return filePath.replaceAll("\\", "/");
|
|
@@ -9349,7 +9349,7 @@ var no_relative_packages_default = createRule({
|
|
|
9349
9349
|
}
|
|
9350
9350
|
});
|
|
9351
9351
|
|
|
9352
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
9352
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-relative-parent-imports.js
|
|
9353
9353
|
init_cjs_shims();
|
|
9354
9354
|
var no_relative_parent_imports_default = createRule({
|
|
9355
9355
|
name: "no-relative-parent-imports",
|
|
@@ -9394,7 +9394,7 @@ var no_relative_parent_imports_default = createRule({
|
|
|
9394
9394
|
}
|
|
9395
9395
|
});
|
|
9396
9396
|
|
|
9397
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
9397
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-rename-default.js
|
|
9398
9398
|
init_cjs_shims();
|
|
9399
9399
|
var no_rename_default_default = createRule({
|
|
9400
9400
|
name: "no-rename-default",
|
|
@@ -9634,7 +9634,7 @@ function getDefaultExportNode(exportMap) {
|
|
|
9634
9634
|
}
|
|
9635
9635
|
}
|
|
9636
9636
|
|
|
9637
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
9637
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-restricted-paths.js
|
|
9638
9638
|
init_cjs_shims();
|
|
9639
9639
|
var containsPath = (filepath, target) => {
|
|
9640
9640
|
const relative3 = path16__default.default.relative(target, filepath);
|
|
@@ -9835,7 +9835,7 @@ var no_restricted_paths_default = createRule({
|
|
|
9835
9835
|
}
|
|
9836
9836
|
});
|
|
9837
9837
|
|
|
9838
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
9838
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-self-import.js
|
|
9839
9839
|
init_cjs_shims();
|
|
9840
9840
|
function isImportingSelf(context, node2, requireName) {
|
|
9841
9841
|
const filename = context.physicalFilename;
|
|
@@ -9868,7 +9868,7 @@ var no_self_import_default = createRule({
|
|
|
9868
9868
|
}
|
|
9869
9869
|
});
|
|
9870
9870
|
|
|
9871
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
9871
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-unassigned-import.js
|
|
9872
9872
|
init_cjs_shims();
|
|
9873
9873
|
function testIsAllow(globs, context, source) {
|
|
9874
9874
|
if (!Array.isArray(globs)) {
|
|
@@ -9938,7 +9938,7 @@ var no_unassigned_import_default = createRule({
|
|
|
9938
9938
|
}
|
|
9939
9939
|
});
|
|
9940
9940
|
|
|
9941
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
9941
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-unresolved.js
|
|
9942
9942
|
init_cjs_shims();
|
|
9943
9943
|
var no_unresolved_default = createRule({
|
|
9944
9944
|
name: "no-unresolved",
|
|
@@ -9993,7 +9993,7 @@ var no_unresolved_default = createRule({
|
|
|
9993
9993
|
}
|
|
9994
9994
|
});
|
|
9995
9995
|
|
|
9996
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
9996
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-unused-modules.js
|
|
9997
9997
|
init_cjs_shims();
|
|
9998
9998
|
function isESLint9UnsupportedApi(input) {
|
|
9999
9999
|
return typeof input === "object" && input !== null && "shouldUseFlatConfig" in input && "FileEnumerator" in eslintUnsupportedApi__default.default;
|
|
@@ -10729,7 +10729,7 @@ In the meantime, if you want to keep this rule enabled, you can suppress this wa
|
|
|
10729
10729
|
}
|
|
10730
10730
|
});
|
|
10731
10731
|
|
|
10732
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
10732
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-useless-path-segments.js
|
|
10733
10733
|
init_cjs_shims();
|
|
10734
10734
|
function toRelativePath(relativePath) {
|
|
10735
10735
|
const stripped = relativePath.replaceAll(/\/$/g, "");
|
|
@@ -10826,7 +10826,7 @@ var no_useless_path_segments_default = createRule({
|
|
|
10826
10826
|
}
|
|
10827
10827
|
});
|
|
10828
10828
|
|
|
10829
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
10829
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/no-webpack-loader-syntax.js
|
|
10830
10830
|
init_cjs_shims();
|
|
10831
10831
|
var no_webpack_loader_syntax_default = createRule({
|
|
10832
10832
|
name: "no-webpack-loader-syntax",
|
|
@@ -10857,7 +10857,7 @@ var no_webpack_loader_syntax_default = createRule({
|
|
|
10857
10857
|
}
|
|
10858
10858
|
});
|
|
10859
10859
|
|
|
10860
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
10860
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/order.js
|
|
10861
10861
|
init_cjs_shims();
|
|
10862
10862
|
var log6 = debug__default.default("eslint-plugin-import-x:rules:order");
|
|
10863
10863
|
var groupBy = (array2, grouper) => array2.reduce((acc, curr, index) => {
|
|
@@ -11902,7 +11902,7 @@ var order_default = createRule({
|
|
|
11902
11902
|
}
|
|
11903
11903
|
});
|
|
11904
11904
|
|
|
11905
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
11905
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/prefer-default-export.js
|
|
11906
11906
|
init_cjs_shims();
|
|
11907
11907
|
var prefer_default_export_default = createRule({
|
|
11908
11908
|
name: "prefer-default-export",
|
|
@@ -12008,7 +12008,7 @@ var prefer_default_export_default = createRule({
|
|
|
12008
12008
|
}
|
|
12009
12009
|
});
|
|
12010
12010
|
|
|
12011
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
12011
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/prefer-namespace-import.js
|
|
12012
12012
|
init_cjs_shims();
|
|
12013
12013
|
var prefer_namespace_import_default = createRule({
|
|
12014
12014
|
name: "prefer-namespace-import",
|
|
@@ -12090,7 +12090,7 @@ function toRegExp(string3) {
|
|
|
12090
12090
|
return { test: (s) => s === string3 };
|
|
12091
12091
|
}
|
|
12092
12092
|
|
|
12093
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
12093
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/rules/unambiguous.js
|
|
12094
12094
|
init_cjs_shims();
|
|
12095
12095
|
var unambiguous_default = createRule({
|
|
12096
12096
|
name: "unambiguous",
|
|
@@ -12123,7 +12123,7 @@ var unambiguous_default = createRule({
|
|
|
12123
12123
|
}
|
|
12124
12124
|
});
|
|
12125
12125
|
|
|
12126
|
-
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=
|
|
12126
|
+
// ../../node_modules/.pnpm/eslint-plugin-import-x@4.16.2_patch_hash=2fde63e367ada6ae348459ff5a2b0bbc53a12189dad6a5_b49ca862ca181cee53391dd5f2abeca1/node_modules/eslint-plugin-import-x/lib/index.js
|
|
12127
12127
|
var rules = {
|
|
12128
12128
|
"no-unresolved": no_unresolved_default,
|
|
12129
12129
|
named: named_default,
|