@powerlines/plugin-oxlint 0.7.403 → 0.7.405

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/index.cjs CHANGED
@@ -62,11 +62,11 @@ function plugin(options = {}) {
62
62
  if (!this.config.oxlint.oxlintPath) {
63
63
  const isOxlintListed = await (0, _stryke_fs_package_fns.isPackageListed)("oxlint", this.config.root);
64
64
  args.unshift(isOxlintListed ? "./" : this.config.root);
65
- const result = await (0, _stryke_cli_execute.executePackage)("oxlint", args, isOxlintListed ? (0, _stryke_path_join.joinPaths)(this.workspaceConfig.workspaceRoot, this.config.root) : this.workspaceConfig.workspaceRoot);
65
+ const result = await (0, _stryke_cli_execute.executePackage)("oxlint", args, isOxlintListed ? (0, _stryke_path_join.joinPaths)(this.config.cwd, this.config.root) : this.config.cwd);
66
66
  if (result.failed) throw new Error(`Oxlint process exited with code ${result.exitCode}.`);
67
67
  } else {
68
68
  args.unshift(this.config.oxlint.oxlintPath, this.config.root);
69
- const result = await (0, _stryke_cli_execute.execute)(args.join(" "), this.workspaceConfig.workspaceRoot);
69
+ const result = await (0, _stryke_cli_execute.execute)(args.join(" "), this.config.cwd);
70
70
  if (result.failed) throw new Error(`Oxlint process exited with code ${result.exitCode}.`);
71
71
  }
72
72
  }
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig } from "./types/plugin.cjs";
1
+ import { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, __ΩOxlintPluginContext, __ΩOxlintPluginOptions, __ΩOxlintPluginResolvedConfig, __ΩOxlintPluginUserConfig } from "./types/plugin.cjs";
2
2
  import { Plugin } from "powerlines";
3
3
 
4
4
  //#region src/index.d.ts
@@ -12,5 +12,5 @@ declare module "powerlines" {
12
12
  */
13
13
  declare function plugin(options?: OxlintPluginOptions): Plugin<OxlintPluginContext>;
14
14
  //#endregion
15
- export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, plugin as default, plugin };
15
+ export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, __ΩOxlintPluginContext, __ΩOxlintPluginOptions, __ΩOxlintPluginResolvedConfig, __ΩOxlintPluginUserConfig, plugin as default, plugin };
16
16
  //# sourceMappingURL=index.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAkCY,MAAA;IACR,MAAA,GAAS,mBAAA;EAAA;AAAA;;;;iBAOG,MAAA,CACd,OAAA,GAAS,mBAAA,GACR,MAAA,CAAO,mBAAA"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YA8BY,MAAA;IACR,MAAA,GAAS,mBAAA;EAAA;AAAA;;;;iBAOG,MAAA,CACd,OAAA,GAAS,mBAAA,GACR,MAAA,CAAO,mBAAA"}
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig } from "./types/plugin.mjs";
1
+ import { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, __ΩOxlintPluginContext, __ΩOxlintPluginOptions, __ΩOxlintPluginResolvedConfig, __ΩOxlintPluginUserConfig } from "./types/plugin.mjs";
2
2
  import { Plugin } from "powerlines";
3
3
 
4
4
  //#region src/index.d.ts
@@ -12,5 +12,5 @@ declare module "powerlines" {
12
12
  */
13
13
  declare function plugin(options?: OxlintPluginOptions): Plugin<OxlintPluginContext>;
14
14
  //#endregion
15
- export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, plugin as default, plugin };
15
+ export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, __ΩOxlintPluginContext, __ΩOxlintPluginOptions, __ΩOxlintPluginResolvedConfig, __ΩOxlintPluginUserConfig, plugin as default, plugin };
16
16
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAkCY,MAAA;IACR,MAAA,GAAS,mBAAA;EAAA;AAAA;;;;iBAOG,MAAA,CACd,OAAA,GAAS,mBAAA,GACR,MAAA,CAAO,mBAAA"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YA8BY,MAAA;IACR,MAAA,GAAS,mBAAA;EAAA;AAAA;;;;iBAOG,MAAA,CACd,OAAA,GAAS,mBAAA,GACR,MAAA,CAAO,mBAAA"}
package/dist/index.mjs CHANGED
@@ -61,11 +61,11 @@ function plugin(options = {}) {
61
61
  if (!this.config.oxlint.oxlintPath) {
62
62
  const isOxlintListed = await isPackageListed("oxlint", this.config.root);
63
63
  args.unshift(isOxlintListed ? "./" : this.config.root);
64
- const result = await executePackage("oxlint", args, isOxlintListed ? joinPaths(this.workspaceConfig.workspaceRoot, this.config.root) : this.workspaceConfig.workspaceRoot);
64
+ const result = await executePackage("oxlint", args, isOxlintListed ? joinPaths(this.config.cwd, this.config.root) : this.config.cwd);
65
65
  if (result.failed) throw new Error(`Oxlint process exited with code ${result.exitCode}.`);
66
66
  } else {
67
67
  args.unshift(this.config.oxlint.oxlintPath, this.config.root);
68
- const result = await execute(args.join(" "), this.workspaceConfig.workspaceRoot);
68
+ const result = await execute(args.join(" "), this.config.cwd);
69
69
  if (result.failed) throw new Error(`Oxlint process exited with code ${result.exitCode}.`);
70
70
  }
71
71
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { execute, executePackage } from \"@stryke/cli/execute\";\nimport { toArray } from \"@stryke/convert/to-array\";\nimport { existsSync } from \"@stryke/fs/exists\";\nimport { getParentPath } from \"@stryke/fs/get-parent-path\";\nimport { isPackageListed } from \"@stryke/fs/package-fns\";\nimport { joinPaths } from \"@stryke/path/join\";\nimport { Plugin } from \"powerlines\";\nimport {\n OxlintPluginContext,\n OxlintPluginOptions,\n OxlintPluginResolvedConfig\n} from \"./types/plugin\";\n\nexport * from \"./types\";\n\ndeclare module \"powerlines\" {\n interface Config {\n oxlint?: OxlintPluginOptions;\n }\n}\n\n/**\n * A Powerlines plugin to assist in linting a project with Oxlint.\n */\nexport function plugin(\n options: OxlintPluginOptions = {}\n): Plugin<OxlintPluginContext> {\n return {\n name: \"oxlint\",\n async config() {\n this.debug(\n \"Providing default configuration for the Powerlines `oxlint` linting plugin.\"\n );\n\n return {\n oxlint: {\n configFile: \".oxlintrc.json\",\n deny: [],\n allow: [],\n warn: [],\n typeAware: true,\n fix: true,\n format: \"stylish\",\n ...options\n }\n } as Partial<OxlintPluginResolvedConfig>;\n },\n configResolved() {\n this.devDependencies.oxlint = \"^1.24.0\";\n if (this.config.oxlint.typeAware) {\n this.devDependencies[\"oxlint-tsgolint\"] = \"^0.2.1\";\n }\n },\n async lint() {\n this.debug(\"Linting project files with Oxlint.\");\n\n const args: string[] = [];\n\n if (this.config.oxlint.params) {\n args.push(...this.config.oxlint.params.split(\" \").filter(Boolean));\n }\n\n if (\n !args.includes(\"--ignore-pattern\") &&\n this.config.oxlint.ignorePatterns\n ) {\n args.push(\n `--ignore-pattern=${toArray(this.config.oxlint.ignorePatterns).join(\",\")}`\n );\n }\n\n this.config.oxlint.deny.forEach(d => args.push(\"-D\", d));\n this.config.oxlint.allow.forEach(a => args.push(\"-A\", a));\n this.config.oxlint.warn.forEach(w => args.push(\"-W\", w));\n\n if (!args.includes(\"-c\") && !args.includes(\"--config\")) {\n let configFile = getParentPath(\n this.config.oxlint.configFile,\n this.config.root,\n {\n ignoreCase: true,\n skipCwd: false,\n includeNameInResults: true\n }\n );\n if (\n configFile &&\n !existsSync(configFile) &&\n this.config.oxlint.configFile !== \".oxlintrc.json\"\n ) {\n configFile = getParentPath(\".oxlintrc.json\", this.config.root, {\n ignoreCase: true,\n skipCwd: false,\n includeNameInResults: true\n });\n }\n\n if (configFile && existsSync(configFile)) {\n args.push(\"-c\", configFile);\n }\n }\n\n if (!args.includes(\"--type-aware\") && this.config.oxlint.typeAware) {\n args.push(\"--type-aware\");\n }\n\n if (!args.includes(\"--tsconfig\")) {\n args.push(\"--tsconfig\", this.tsconfig.tsconfigFilePath);\n }\n\n if (!args.includes(\"-f\") && !args.includes(\"--format\")) {\n args.push(\"-f\", this.config.oxlint.format || \"stylish\");\n }\n\n if (\n this.config.oxlint.fix !== false &&\n !args.includes(\"--fix\") &&\n !args.includes(\"--fix-suggestions\") &&\n !args.includes(\"--fix-dangerously\")\n ) {\n if (this.config.oxlint.fix === true) {\n args.push(\"--fix\");\n } else if (this.config.oxlint.fix === \"suggestions\") {\n args.push(\"--fix-suggestions\");\n } else if (this.config.oxlint.fix === \"dangerously\") {\n args.push(\"--fix-dangerously\");\n }\n }\n\n if (!this.config.oxlint.oxlintPath) {\n const isOxlintListed = await isPackageListed(\n \"oxlint\",\n this.config.root\n );\n\n args.unshift(isOxlintListed ? \"./\" : this.config.root);\n\n const result = await executePackage(\n \"oxlint\",\n args,\n isOxlintListed\n ? joinPaths(this.workspaceConfig.workspaceRoot, this.config.root)\n : this.workspaceConfig.workspaceRoot\n );\n if (result.failed) {\n throw new Error(\n `Oxlint process exited with code ${result.exitCode}.`\n );\n }\n } else {\n args.unshift(this.config.oxlint.oxlintPath, this.config.root);\n\n const result = await execute(\n args.join(\" \"),\n this.workspaceConfig.workspaceRoot\n );\n if (result.failed) {\n throw new Error(\n `Oxlint process exited with code ${result.exitCode}.`\n );\n }\n }\n }\n };\n}\n\nexport default plugin;\n"],"mappings":"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"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { execute, executePackage } from \"@stryke/cli/execute\";\nimport { toArray } from \"@stryke/convert/to-array\";\nimport { existsSync } from \"@stryke/fs/exists\";\nimport { getParentPath } from \"@stryke/fs/get-parent-path\";\nimport { isPackageListed } from \"@stryke/fs/package-fns\";\nimport { joinPaths } from \"@stryke/path/join\";\nimport { Plugin } from \"powerlines\";\nimport { OxlintPluginContext, OxlintPluginOptions } from \"./types/plugin\";\n\nexport * from \"./types\";\n\ndeclare module \"powerlines\" {\n interface Config {\n oxlint?: OxlintPluginOptions;\n }\n}\n\n/**\n * A Powerlines plugin to assist in linting a project with Oxlint.\n */\nexport function plugin(\n options: OxlintPluginOptions = {}\n): Plugin<OxlintPluginContext> {\n return {\n name: \"oxlint\",\n async config() {\n this.debug(\n \"Providing default configuration for the Powerlines `oxlint` linting plugin.\"\n );\n\n return {\n oxlint: {\n configFile: \".oxlintrc.json\",\n deny: [],\n allow: [],\n warn: [],\n typeAware: true,\n fix: true,\n format: \"stylish\",\n ...options\n }\n };\n },\n configResolved() {\n this.devDependencies.oxlint = \"^1.24.0\";\n if (this.config.oxlint.typeAware) {\n this.devDependencies[\"oxlint-tsgolint\"] = \"^0.2.1\";\n }\n },\n async lint() {\n this.debug(\"Linting project files with Oxlint.\");\n\n const args: string[] = [];\n\n if (this.config.oxlint.params) {\n args.push(...this.config.oxlint.params.split(\" \").filter(Boolean));\n }\n\n if (\n !args.includes(\"--ignore-pattern\") &&\n this.config.oxlint.ignorePatterns\n ) {\n args.push(\n `--ignore-pattern=${toArray(this.config.oxlint.ignorePatterns).join(\",\")}`\n );\n }\n\n this.config.oxlint.deny.forEach(d => args.push(\"-D\", d));\n this.config.oxlint.allow.forEach(a => args.push(\"-A\", a));\n this.config.oxlint.warn.forEach(w => args.push(\"-W\", w));\n\n if (!args.includes(\"-c\") && !args.includes(\"--config\")) {\n let configFile = getParentPath(\n this.config.oxlint.configFile,\n this.config.root,\n {\n ignoreCase: true,\n skipCwd: false,\n includeNameInResults: true\n }\n );\n if (\n configFile &&\n !existsSync(configFile) &&\n this.config.oxlint.configFile !== \".oxlintrc.json\"\n ) {\n configFile = getParentPath(\".oxlintrc.json\", this.config.root, {\n ignoreCase: true,\n skipCwd: false,\n includeNameInResults: true\n });\n }\n\n if (configFile && existsSync(configFile)) {\n args.push(\"-c\", configFile);\n }\n }\n\n if (!args.includes(\"--type-aware\") && this.config.oxlint.typeAware) {\n args.push(\"--type-aware\");\n }\n\n if (!args.includes(\"--tsconfig\")) {\n args.push(\"--tsconfig\", this.tsconfig.tsconfigFilePath);\n }\n\n if (!args.includes(\"-f\") && !args.includes(\"--format\")) {\n args.push(\"-f\", this.config.oxlint.format || \"stylish\");\n }\n\n if (\n this.config.oxlint.fix !== false &&\n !args.includes(\"--fix\") &&\n !args.includes(\"--fix-suggestions\") &&\n !args.includes(\"--fix-dangerously\")\n ) {\n if (this.config.oxlint.fix === true) {\n args.push(\"--fix\");\n } else if (this.config.oxlint.fix === \"suggestions\") {\n args.push(\"--fix-suggestions\");\n } else if (this.config.oxlint.fix === \"dangerously\") {\n args.push(\"--fix-dangerously\");\n }\n }\n\n if (!this.config.oxlint.oxlintPath) {\n const isOxlintListed = await isPackageListed(\n \"oxlint\",\n this.config.root\n );\n\n args.unshift(isOxlintListed ? \"./\" : this.config.root);\n\n const result = await executePackage(\n \"oxlint\",\n args,\n isOxlintListed\n ? joinPaths(this.config.cwd, this.config.root)\n : this.config.cwd\n );\n if (result.failed) {\n throw new Error(\n `Oxlint process exited with code ${result.exitCode}.`\n );\n }\n } else {\n args.unshift(this.config.oxlint.oxlintPath, this.config.root);\n\n const result = await execute(args.join(\" \"), this.config.cwd);\n if (result.failed) {\n throw new Error(\n `Oxlint process exited with code ${result.exitCode}.`\n );\n }\n }\n }\n };\n}\n\nexport default plugin;\n"],"mappings":"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"}
@@ -1,2 +1,2 @@
1
- import { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig } from "./plugin.cjs";
2
- export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig };
1
+ import { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, __ΩOxlintPluginContext, __ΩOxlintPluginOptions, __ΩOxlintPluginResolvedConfig, __ΩOxlintPluginUserConfig } from "./plugin.cjs";
2
+ export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, __ΩOxlintPluginContext, __ΩOxlintPluginOptions, __ΩOxlintPluginResolvedConfig, __ΩOxlintPluginUserConfig };
@@ -1,2 +1,2 @@
1
- import { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig } from "./plugin.mjs";
2
- export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig };
1
+ import { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, __ΩOxlintPluginContext, __ΩOxlintPluginOptions, __ΩOxlintPluginResolvedConfig, __ΩOxlintPluginUserConfig } from "./plugin.mjs";
2
+ export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, __ΩOxlintPluginContext, __ΩOxlintPluginOptions, __ΩOxlintPluginResolvedConfig, __ΩOxlintPluginUserConfig };
@@ -69,6 +69,10 @@ interface OxlintPluginResolvedConfig extends ResolvedConfig {
69
69
  oxlint: Omit<OxlintPluginOptions, "configFile" | "deny" | "allow" | "warn" | "typeAware" | "fix" | "format"> & Required<Pick<OxlintPluginOptions, "configFile" | "deny" | "allow" | "warn" | "typeAware" | "fix" | "format">>;
70
70
  }
71
71
  type OxlintPluginContext<TResolvedConfig extends OxlintPluginResolvedConfig = OxlintPluginResolvedConfig> = PluginContext<TResolvedConfig>;
72
+ declare type __ΩOxlintPluginOptions = any[];
73
+ declare type __ΩOxlintPluginUserConfig = any[];
74
+ declare type __ΩOxlintPluginResolvedConfig = any[];
75
+ declare type __ΩOxlintPluginContext = any[];
72
76
  //#endregion
73
- export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig };
77
+ export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, __ΩOxlintPluginContext, __ΩOxlintPluginOptions, __ΩOxlintPluginResolvedConfig, __ΩOxlintPluginUserConfig };
74
78
  //# sourceMappingURL=plugin.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;UAoBiB,mBAAA;;AAAjB;;EAIE,cAAA;EAJkC;;;;;EAWlC,UAAA;EAoBA;;;EAfA,IAAA;EA8CA;;;EAzCA,KAAA;EAmDsC;;;EA9CtC,IAAA;EAkDA;;;EA7CA,MAAA;EAgDe;;;EA3Cf,UAAA;EA+CQ;;;;;EAxCR,SAAA;EAoCgE;;;;;;;;;;EAxBhE,GAAA;EA8C6B;;;;;EAvC7B,MAAA;AAAA;AAAA,UAUe,sBAAA,SAA+B,UAAA;EA8B9C;;;EA1BA,MAAA,GAAS,mBAAA;AAAA;AAAA,UAGM,0BAAA,SAAmC,cAAA;EAyBnB;;;EArB/B,MAAA,EAAQ,IAAA,CACN,mBAAA,+EAGA,QAAA,CACE,IAAA,CACE,mBAAA;AAAA;AAAA,KAYI,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,aAAA,CAAc,eAAA"}
1
+ {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;UAoBiB,mBAAA;;AAAjB;;EAIE,cAAA;EAJkC;;;;;EAWlC,UAAA;EAoBA;;;EAfA,IAAA;EA8CA;;;EAzCA,KAAA;EAmDsC;;;EA9CtC,IAAA;EAkDA;;;EA7CA,MAAA;EAgDe;;;EA3Cf,UAAA;EA+CQ;;;;;EAxCR,SAAA;EAoCgE;;;;;;;;;;EAxBhE,GAAA;EA8C6B;;;;;EAvC7B,MAAA;AAAA;AAAA,UAUe,sBAAA,SAA+B,UAAA;EA8B9C;;;EA1BA,MAAA,GAAS,mBAAA;AAAA;AAAA,UAGM,0BAAA,SAAmC,cAAA;EAyBnB;;;EArB/B,MAAA,EAAQ,IAAA,CACN,mBAAA,+EAGA,QAAA,CACE,IAAA,CACE,mBAAA;AAAA;AAAA,KAYI,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,aAAA,CAAc,eAAA;AAAA"}
@@ -69,6 +69,10 @@ interface OxlintPluginResolvedConfig extends ResolvedConfig {
69
69
  oxlint: Omit<OxlintPluginOptions, "configFile" | "deny" | "allow" | "warn" | "typeAware" | "fix" | "format"> & Required<Pick<OxlintPluginOptions, "configFile" | "deny" | "allow" | "warn" | "typeAware" | "fix" | "format">>;
70
70
  }
71
71
  type OxlintPluginContext<TResolvedConfig extends OxlintPluginResolvedConfig = OxlintPluginResolvedConfig> = PluginContext<TResolvedConfig>;
72
+ declare type __ΩOxlintPluginOptions = any[];
73
+ declare type __ΩOxlintPluginUserConfig = any[];
74
+ declare type __ΩOxlintPluginResolvedConfig = any[];
75
+ declare type __ΩOxlintPluginContext = any[];
72
76
  //#endregion
73
- export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig };
77
+ export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, __ΩOxlintPluginContext, __ΩOxlintPluginOptions, __ΩOxlintPluginResolvedConfig, __ΩOxlintPluginUserConfig };
74
78
  //# sourceMappingURL=plugin.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;UAoBiB,mBAAA;;AAAjB;;EAIE,cAAA;EAJkC;;;;;EAWlC,UAAA;EAoBA;;;EAfA,IAAA;EA8CA;;;EAzCA,KAAA;EAmDsC;;;EA9CtC,IAAA;EAkDA;;;EA7CA,MAAA;EAgDe;;;EA3Cf,UAAA;EA+CQ;;;;;EAxCR,SAAA;EAoCgE;;;;;;;;;;EAxBhE,GAAA;EA8C6B;;;;;EAvC7B,MAAA;AAAA;AAAA,UAUe,sBAAA,SAA+B,UAAA;EA8B9C;;;EA1BA,MAAA,GAAS,mBAAA;AAAA;AAAA,UAGM,0BAAA,SAAmC,cAAA;EAyBnB;;;EArB/B,MAAA,EAAQ,IAAA,CACN,mBAAA,+EAGA,QAAA,CACE,IAAA,CACE,mBAAA;AAAA;AAAA,KAYI,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,aAAA,CAAc,eAAA"}
1
+ {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;UAoBiB,mBAAA;;AAAjB;;EAIE,cAAA;EAJkC;;;;;EAWlC,UAAA;EAoBA;;;EAfA,IAAA;EA8CA;;;EAzCA,KAAA;EAmDsC;;;EA9CtC,IAAA;EAkDA;;;EA7CA,MAAA;EAgDe;;;EA3Cf,UAAA;EA+CQ;;;;;EAxCR,SAAA;EAoCgE;;;;;;;;;;EAxBhE,GAAA;EA8C6B;;;;;EAvC7B,MAAA;AAAA;AAAA,UAUe,sBAAA,SAA+B,UAAA;EA8B9C;;;EA1BA,MAAA,GAAS,mBAAA;AAAA;AAAA,UAGM,0BAAA,SAAmC,cAAA;EAyBnB;;;EArB/B,MAAA,EAAQ,IAAA,CACN,mBAAA,+EAGA,QAAA,CACE,IAAA,CACE,mBAAA;AAAA;AAAA,KAYI,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,aAAA,CAAc,eAAA;AAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-oxlint",
3
- "version": "0.7.403",
3
+ "version": "0.7.405",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for running Oxlint on the codebase.",
6
6
  "repository": {
@@ -114,23 +114,23 @@
114
114
  "files": ["dist/**/*"],
115
115
  "keywords": ["oxlint", "powerlines", "storm-software", "powerlines-plugin"],
116
116
  "dependencies": {
117
- "@storm-software/config-tools": "^1.189.76",
117
+ "@storm-software/config-tools": "^1.189.77",
118
118
  "@stryke/cli": "^0.13.38",
119
119
  "@stryke/convert": "^0.6.58",
120
120
  "@stryke/fs": "^0.33.66",
121
121
  "@stryke/path": "^0.27.4",
122
122
  "defu": "^6.1.7",
123
- "oxlint": "^1.60.0",
123
+ "oxlint": "^1.61.0",
124
124
  "oxlint-tsgolint": "^0.14.2",
125
- "powerlines": "^0.42.40"
125
+ "powerlines": "^0.43.0"
126
126
  },
127
127
  "devDependencies": {
128
- "@powerlines/plugin-plugin": "^0.12.350",
128
+ "@powerlines/plugin-plugin": "^0.12.352",
129
129
  "@types/node": "^25.6.0"
130
130
  },
131
131
  "publishConfig": { "access": "public" },
132
132
  "main": "./dist/index.cjs",
133
133
  "module": "./dist/index.mjs",
134
134
  "types": "./dist/index.d.cts",
135
- "gitHead": "53fe118324ce5a30936fc934f219781021d72844"
135
+ "gitHead": "49eae5ce8145cd6ae873cb4d9b3d747f7132c82d"
136
136
  }