Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/oxlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"rolldown": "catalog:",
"tsdown": "catalog:",
"type-fest": "^5.2.0",
"typescript": "catalog:",
"vitest": "catalog:"
},
"napi": {
Expand Down
268 changes: 0 additions & 268 deletions apps/oxlint/src-js/plugins/tokens_parse.ts

This file was deleted.

3 changes: 0 additions & 3 deletions apps/oxlint/src-js/plugins/typescript.cjs

This file was deleted.

11 changes: 0 additions & 11 deletions apps/oxlint/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,6 @@ export default defineConfig([
experimental: { nativeMagicString: true },
},
},
// TypeScript.
// Bundled separately and lazy-loaded, as it's a lot of code.
// Only used for tokens APIs.
{
...commonConfig,
entry: "src-js/plugins/typescript.cjs",
format: "commonjs",
// Minify as this bundle is just dependencies. We don't need to be able to debug it.
// Minification halves the size of the bundle.
minify: true,
},
]);

/**
Expand Down
13 changes: 7 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading