Skip to content

Comments

refactor(linter/plugins): remove noExternal from TSDown config#15872

Merged
graphite-app[bot] merged 1 commit intomainfrom
11-19-refactor_linter_plugins_remove_noexternal_from_tsdown_config
Nov 19, 2025
Merged

refactor(linter/plugins): remove noExternal from TSDown config#15872
graphite-app[bot] merged 1 commit intomainfrom
11-19-refactor_linter_plugins_remove_noexternal_from_tsdown_config

Conversation

@overlookmotel
Copy link
Member

@overlookmotel overlookmotel commented Nov 19, 2025

noExternal is not required. As long as the dependency is not specified in package.json's dependencies, it's not externalized.

I've verified that the code for @typescript-eslint/scope-manager is still present in dist/plugins.js after this change.

Copy link
Member Author

overlookmotel commented Nov 19, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added A-linter Area - Linter A-cli Area - CLI C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Nov 19, 2025
@overlookmotel overlookmotel force-pushed the 11-19-refactor_linter_plugins_remove_noexternal_from_tsdown_config branch from 8785cc1 to 767a867 Compare November 19, 2025 12:57
@overlookmotel overlookmotel force-pushed the 11-19-fix_linter_plugins_correct_bindings_package_names_glob_in_tsdown_config branch from 9d08c5c to 0347480 Compare November 19, 2025 12:57
@overlookmotel overlookmotel marked this pull request as ready for review November 19, 2025 13:00
@overlookmotel overlookmotel added A-linter-plugins Area - Linter JS plugins A-linter Area - Linter and removed A-linter Area - Linter labels Nov 19, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 19, 2025

Merge activity

@graphite-app graphite-app bot changed the base branch from 11-19-fix_linter_plugins_correct_bindings_package_names_glob_in_tsdown_config to graphite-base/15872 November 19, 2025 13:28
@graphite-app graphite-app bot changed the base branch from graphite-base/15872 to main November 19, 2025 13:34
)

`noExternal` is not required. As long as the dependency is not specified in `package.json`'s `dependencies`, it's not externalized.

I've verified that the code for `@typescript-eslint/scope-manager` is still present in `dist/plugins.js` after this change.
@graphite-app graphite-app bot force-pushed the 11-19-refactor_linter_plugins_remove_noexternal_from_tsdown_config branch from 767a867 to 3478edb Compare November 19, 2025 13:35
@graphite-app graphite-app bot merged commit 3478edb into main Nov 19, 2025
18 checks passed
@graphite-app graphite-app bot deleted the 11-19-refactor_linter_plugins_remove_noexternal_from_tsdown_config branch November 19, 2025 13:41
taearls pushed a commit to taearls/oxc that referenced this pull request Dec 11, 2025
…-project#15872)

`noExternal` is not required. As long as the dependency is not specified in `package.json`'s `dependencies`, it's not externalized.

I've verified that the code for `@typescript-eslint/scope-manager` is still present in `dist/plugins.js` after this change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Area - CLI A-linter Area - Linter A-linter-plugins Area - Linter JS plugins C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants