chore: remove unused dependencies#661
Merged
Merged
Conversation
Remove dependencies that are declared but never imported or referenced anywhere (scripts, configs, or source): - root: cross-env, npm-run-all2 - integrate-module: p-timeout, ts-node - integrate-module-bundler: p-timeout, ts-node, tsx
b9c019a to
6763b23
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes dependencies that are declared but never imported or referenced anywhere (source, scripts, configs, or CI).
Removed
package.json(root)cross-env,npm-run-all2integrate-modulep-timeout,ts-nodeintegrate-module-bundlerp-timeout,ts-node,tsxEach was verified unused across the whole repo — no
import/require, no script/hook/CI usage, and (for the task-runner-like ones) norun-s/run-p/config-block references.tsxonly appeared as the.tsxfile extension and an unrelatedtsx:config key.Kept (looked unused, but actually required)
rxjs—bench/index.tsreadsnode_modules/rxjs/src/internal/ajax/ajax.tsas a benchmark input.@napi-rs/wasm-runtime— runtime for@napi-rs/tar's wasm fallback on the WASI CI targets.@oxc-project/runtime— transform-runtime helpers emitted for decorators /usingin the nestjs bundler test.emnapi(core WASI workers) andoxlint-tsgolint(thetypeAware/typeCheckbackend in.oxlintrc.json).pnpm test(allintegrate-*packages) andoxlintremain green.