Skip to content

docs(transformer): update links to use Oxc docs#18722

Merged
graphite-app[bot] merged 1 commit intomainfrom
01-30-docs_transformer_update_links_to_use_oxc_docs
Feb 1, 2026
Merged

docs(transformer): update links to use Oxc docs#18722
graphite-app[bot] merged 1 commit intomainfrom
01-30-docs_transformer_update_links_to_use_oxc_docs

Conversation

@sapphi-red
Copy link
Member

@sapphi-red sapphi-red commented Jan 30, 2026

Updated the links to Oxc docs instead of babel and esbuild.

@github-actions github-actions bot added A-transformer Area - Transformer / Transpiler C-docs Category - Documentation. Related to user-facing or internal documentation labels Jan 30, 2026
Copy link
Member Author


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.

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 30, 2026

CodSpeed Performance Report

Merging this PR will not alter performance

Comparing 01-30-docs_transformer_update_links_to_use_oxc_docs (d7262fe) with main (c870405)

Summary

✅ 46 untouched benchmarks
⏩ 3 skipped benchmarks1

Footnotes

  1. 3 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@sapphi-red sapphi-red force-pushed the 01-30-docs_transformer_update_links_to_use_oxc_docs branch 2 times, most recently from 7e03bde to d7262fe Compare January 30, 2026 07:22
@sapphi-red sapphi-red marked this pull request as ready for review January 30, 2026 07:29
Copilot AI review requested due to automatic review settings January 30, 2026 07:29
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates user-facing transformer documentation and diagnostics to reference Oxc’s own docs instead of Babel or esbuild, and aligns snapshots and type definitions with those changes.

Changes:

  • Updated TypeScript namespace-related diagnostics to mention Oxc and link to the corresponding Oxc transformer documentation.
  • Updated transformer options JSDoc/Rust doc comments (TypeScript, JSX, target, define/inject, plugins, styled-components) to point to Oxc docs instead of Babel/esbuild/styled-components docs.
  • Regenerated or edited semantic/snapshot files to reflect the new diagnostic messages and documentation links.

Reviewed changes

Copilot reviewed 3 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tasks/transform_conformance/snapshots/babel.snap.md Adjusts snapshot text for namespace diagnostics to reference Oxc and its TypeScript transformer docs.
tasks/coverage/snapshots/semantic_typescript.snap Updates many TypeScript semantic error snapshots so namespace warnings now mention Oxc and link to the partial-namespace-support docs.
tasks/coverage/snapshots/semantic_babel.snap Updates the Babel parser semantic snapshot for namespace-export diagnostics to the new Oxc-based wording and link.
napi/transform/src/transformer.rs Adds @see links for TypeScript, JSX, target, define, inject, and plugins options pointing to the appropriate Oxc transformer docs; switches styled-components and JSX option docs to Oxc-based references and neutral wording.
napi/transform/index.d.ts Mirrors the Rust-side doc changes in the published TypeScript declarations, adding Oxc doc links and removing Babel/esbuild-specific references.
crates/oxc_transformer/src/typescript/diagnostics.rs Changes namespace-related diagnostics to reference Oxc and Oxc docs; introduces a small grammar issue in the new “Namespace not marked type-only declare are disabled” message.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Dunqing Dunqing added the 0-merge Merge with Graphite Merge Queue label Feb 1, 2026
Copy link
Member

Dunqing commented Feb 1, 2026

Merge activity

Updated the links to Oxc docs instead of babel and esbuild.
@graphite-app graphite-app bot force-pushed the 01-30-docs_transformer_update_links_to_use_oxc_docs branch from d7262fe to 3d01fa1 Compare February 1, 2026 15:21
@graphite-app graphite-app bot merged commit 3d01fa1 into main Feb 1, 2026
21 checks passed
@graphite-app graphite-app bot deleted the 01-30-docs_transformer_update_links_to_use_oxc_docs branch February 1, 2026 15:27
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Feb 1, 2026
camc314 added a commit that referenced this pull request Feb 2, 2026
### 💥 BREAKING CHANGES

- 445cb1a oxc_allocator: [**BREAKING**] Remove dangerous `Allocator`
methods (#18715) (overlookmotel)

### 🚀 Features

- 8670b18 parser: Error on ambient class accessor implementations
(#18592) (camc314)

### 🐛 Bug Fixes

- 2e34461 minifier: Prevent expression inlining into block-scoped for-in
declarations (#18651) (copilot-swe-agent)

### 📚 Documentation

- 3d01fa1 transformer: Update links to use Oxc docs (#18722)
(sapphi-red)

Co-authored-by: camc314 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-transformer Area - Transformer / Transpiler C-docs Category - Documentation. Related to user-facing or internal documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments