@foldkit/oxlint-plugin 0.10.0-canary.f656c022545d → 0.11.0

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.
Files changed (2) hide show
  1. package/dist/index.js +7 -5
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ var __export = (target, all5) => {
4
4
  __defProp(target, name, { get: all5[name], enumerable: true });
5
5
  };
6
6
 
7
- // ../../node_modules/.pnpm/effect-oxlint@0.3.3_effect@4.0.0-rc.112/node_modules/effect-oxlint/dist/chunk.js
7
+ // ../../node_modules/.pnpm/effect-oxlint@0.3.4_effect@4.0.0-rc.112/node_modules/effect-oxlint/dist/rolldown-runtime.js
8
8
  var __defProp2 = Object.defineProperty;
9
9
  var __exportAll = (all5, no_symbols) => {
10
10
  let target = {};
@@ -7399,7 +7399,7 @@ var flatMapEager2 = flatMapEager;
7399
7399
  var catchEager2 = catchEager;
7400
7400
  var fnUntracedEager2 = fnUntracedEager;
7401
7401
 
7402
- // ../../node_modules/.pnpm/effect-oxlint@0.3.3_effect@4.0.0-rc.112/node_modules/effect-oxlint/dist/RuleContext.js
7402
+ // ../../node_modules/.pnpm/effect-oxlint@0.3.4_effect@4.0.0-rc.112/node_modules/effect-oxlint/dist/RuleContext.js
7403
7403
  var RuleContextBase = Service()("effect-oxlint/RuleContext");
7404
7404
  var RuleContext = class extends RuleContextBase {
7405
7405
  };
@@ -9594,6 +9594,7 @@ function decodeUnknownSync(schema, options) {
9594
9594
  return runSchemaErrorSync(parser(input, options2));
9595
9595
  };
9596
9596
  }
9597
+ var decodeSync2 = decodeUnknownSync;
9597
9598
  var make13 = make12;
9598
9599
  function Literal2(literal) {
9599
9600
  const out = make13(new Literal(literal), {
@@ -10014,7 +10015,7 @@ var updateSomeAndGet = /* @__PURE__ */ dual(2, (self, pf) => sync2(() => {
10014
10015
  }));
10015
10016
  var getUnsafe3 = (self) => self.ref.current;
10016
10017
 
10017
- // ../../node_modules/.pnpm/effect-oxlint@0.3.3_effect@4.0.0-rc.112/node_modules/effect-oxlint/dist/index.js
10018
+ // ../../node_modules/.pnpm/effect-oxlint@0.3.4_effect@4.0.0-rc.112/node_modules/effect-oxlint/dist/index.js
10018
10019
  var AST_exports = /* @__PURE__ */ __exportAll({
10019
10020
  calleeIdentifier: () => calleeIdentifier,
10020
10021
  calleeName: () => calleeName,
@@ -10218,10 +10219,11 @@ var define = (config) => ({
10218
10219
  const decodeOptions = () => {
10219
10220
  const schema = config.options;
10220
10221
  if (schema === void 0) return void 0;
10221
- return decodeUnknownSync(schema)(oxlintContext.options[0]);
10222
+ return decodeSync2(schema)(oxlintContext.options[0]);
10222
10223
  };
10223
10224
  const options = run2(sync2(decodeOptions));
10224
- return toOxlintVisitor(run2(gen4(() => config.create(options))), run2);
10225
+ const effectVisitor = run2(gen4(() => config.create(options)));
10226
+ return toOxlintVisitor(effectVisitor, run2);
10225
10227
  }
10226
10228
  });
10227
10229
  var meta = (opts) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foldkit/oxlint-plugin",
3
- "version": "0.10.0-canary.f656c022545d",
3
+ "version": "0.11.0",
4
4
  "description": "Oxlint rules for Foldkit applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -15,7 +15,7 @@
15
15
  "./all.json": "./all.json"
16
16
  },
17
17
  "dependencies": {
18
- "effect-oxlint": "^0.3.3"
18
+ "effect-oxlint": "^0.3.4"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^26.4.0",