Skip to content

perf(linter/plugins): remove typescript from bundle#19531

Merged
graphite-app[bot] merged 1 commit intomainfrom
om/02-18-perf_linter_plugins_remove_typescript_from_bundle
Feb 24, 2026
Merged

perf(linter/plugins): remove typescript from bundle#19531
graphite-app[bot] merged 1 commit intomainfrom
om/02-18-perf_linter_plugins_remove_typescript_from_bundle

Conversation

@overlookmotel
Copy link
Member

@overlookmotel overlookmotel commented Feb 19, 2026

#19498 removed the usage of TypeScript parser for tokenizing source. We now use the tokens produced by Oxc parser.

So we can remove TypeScript parser from the bundle. This reduces the size of oxlint package 4.7K -> 1.2K.

Copy link
Member Author

overlookmotel commented Feb 19, 2026


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 the C-performance Category - Solution not expected to change functional behavior, only performance label Feb 19, 2026
@overlookmotel overlookmotel force-pushed the om/02-18-docs_linter_plugins_correct_doc_comments_for_inittokens_ branch from 6770bb3 to 5c69d4f Compare February 20, 2026 10:08
@overlookmotel overlookmotel force-pushed the om/02-18-perf_linter_plugins_remove_typescript_from_bundle branch from 2a38f43 to 2aa2162 Compare February 20, 2026 10:08
@overlookmotel overlookmotel force-pushed the om/02-18-docs_linter_plugins_correct_doc_comments_for_inittokens_ branch from 5c69d4f to eabc51f Compare February 20, 2026 11:43
@overlookmotel overlookmotel force-pushed the om/02-18-perf_linter_plugins_remove_typescript_from_bundle branch from 2aa2162 to 2e49730 Compare February 20, 2026 11:43
@overlookmotel overlookmotel force-pushed the om/02-18-docs_linter_plugins_correct_doc_comments_for_inittokens_ branch from eabc51f to c5b0763 Compare February 23, 2026 16:10
@overlookmotel overlookmotel force-pushed the om/02-18-perf_linter_plugins_remove_typescript_from_bundle branch from 2e49730 to a10b2e1 Compare February 23, 2026 16:10
@overlookmotel overlookmotel force-pushed the om/02-18-perf_linter_plugins_remove_typescript_from_bundle branch from a10b2e1 to 0fa5589 Compare February 23, 2026 22:22
@overlookmotel overlookmotel force-pushed the om/02-18-docs_linter_plugins_correct_doc_comments_for_inittokens_ branch from c5b0763 to 5e78609 Compare February 23, 2026 22:22
@overlookmotel overlookmotel marked this pull request as ready for review February 23, 2026 22:44
@graphite-app graphite-app bot force-pushed the om/02-18-perf_linter_plugins_remove_typescript_from_bundle branch from 1a0b194 to 0762d94 Compare February 24, 2026 11:41
@graphite-app
Copy link
Contributor

graphite-app bot commented Feb 24, 2026

Merge activity

#19498 removed the usage of TypeScript parser for tokenizing source. We now use the tokens produced by Oxc parser.

So we can remove TypeScript parser from the bundle. This reduces the size of `oxlint` package 4.7K -> 1.2K.
@graphite-app graphite-app bot force-pushed the om/02-18-perf_linter_plugins_remove_typescript_from_bundle branch from 0762d94 to d4dcf26 Compare February 24, 2026 11:48
@graphite-app graphite-app bot merged commit d4dcf26 into main Feb 24, 2026
19 checks passed
@graphite-app graphite-app bot deleted the om/02-18-perf_linter_plugins_remove_typescript_from_bundle branch February 24, 2026 11:55
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Feb 24, 2026
This was referenced Feb 24, 2026
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-performance Category - Solution not expected to change functional behavior, only performance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants