-
-
Notifications
You must be signed in to change notification settings - Fork 738
refactor(transformer): correct spelling #16615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
There was a problem hiding this 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 corrects the spelling from "writeable" to "writable" across the class properties transformer. The change affects the method name find_writable_private_prop, its documentation, and all call sites, ensuring consistency with standard English spelling throughout the codebase.
Key Changes
- Renamed method
find_writeable_private_proptofind_writable_private_propinClassesStack - Updated all method calls to use the corrected spelling
- Updated documentation comments to reflect the correct spelling
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
crates/oxc_transformer/src/es2022/class_properties/private_method.rs |
Updated method call to use find_writable_private_prop |
crates/oxc_transformer/src/es2022/class_properties/private_field.rs |
Updated method call to use find_writable_private_prop |
crates/oxc_transformer/src/es2022/class_properties/class_details.rs |
Renamed method definition and updated documentation comments |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CodSpeed Performance ReportMerging #16615 will improve performances by 3.03%Comparing Summary
Benchmarks breakdown
Footnotes
|
Merge activity
|
Pure refactor. "writable" is the correct spelling. Correct "writeable" to "writable" in a few places.
289a51c to
847d468
Compare
Pure refactor. "writable" is the correct spelling. Correct "writeable" to "writable" in a few places.

Pure refactor. "writable" is the correct spelling. Correct "writeable" to "writable" in a few places.