@foldkit/oxlint-plugin 0.12.0 → 0.12.1-canary.4e90e99d9ad3

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 +13984 -14410
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foldkit/oxlint-plugin",
3
- "version": "0.12.0",
3
+ "version": "0.12.1-canary.4e90e99d9ad3",
4
4
  "description": "Oxlint rules for Foldkit applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -21,8 +21,8 @@
21
21
  "@types/node": "^26.4.0",
22
22
  "@typescript/native": "npm:typescript@^7.0.2",
23
23
  "effect": "4.0.0-rc.112",
24
- "esbuild": "^0.28.2",
25
24
  "rimraf": "^6.1.3",
25
+ "rolldown": "^1.2.6",
26
26
  "typescript": "npm:@typescript/typescript6@^6.0.2",
27
27
  "vitest": "^4.1.11"
28
28
  },
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "scripts": {
54
54
  "clean": "rimraf dist recommended.json all.json *.tsbuildinfo",
55
- "build": "pnpm run clean && esbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js && tsc -b tsconfig.build.json && node scripts/generate-presets.mjs",
55
+ "build": "pnpm run clean && rolldown -c rolldown.config.ts && tsc -b tsconfig.build.json && node scripts/generate-presets.mjs",
56
56
  "test": "vitest run",
57
57
  "typecheck": "tsc --noEmit"
58
58
  }