Skip to content

Comments

refactor(oxfmt): Clean up src-js files and directories#17040

Merged
graphite-app[bot] merged 1 commit intomainfrom
12-18-refacotr_oxfmt_clean_up_src-js_files
Dec 18, 2025
Merged

refactor(oxfmt): Clean up src-js files and directories#17040
graphite-app[bot] merged 1 commit intomainfrom
12-18-refacotr_oxfmt_clean_up_src-js_files

Conversation

@leaysgur
Copy link
Member

@leaysgur leaysgur commented Dec 18, 2025

.
├── bindings.d.ts
├── bindings.js
├── cli
│   ├── migration
│   │   ├── init.ts
│   │   ├── migrate-prettier.ts
│   │   └── shared.ts
│   └── worker-proxy.ts
├── cli-worker.ts    # CLI worker endpoint
├── cli.ts           # CLI endpoint
├── index.ts         # API endpoint
└── libs
    └── prettier.ts  # Core logic shared by index, cli-worker, cli/worker-proxy

By doing this, Node.js API format() does not use worker_threads anymore.

Copy link
Member Author

leaysgur commented Dec 18, 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.

@leaysgur leaysgur changed the title refacotr(oxfmt): Clean up src-js files refactor(oxfmt): Clean up src-js files and directories Dec 18, 2025
@github-actions github-actions bot added the C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior label Dec 18, 2025
@leaysgur leaysgur force-pushed the 12-18-refacotr_oxfmt_clean_up_src-js_files branch from e0860a2 to cc67747 Compare December 18, 2025 04:01
@leaysgur leaysgur requested a review from Dunqing December 18, 2025 04:01
@leaysgur leaysgur force-pushed the 12-18-refacotr_oxfmt_clean_up_src-js_files branch from cc67747 to 4db40e7 Compare December 18, 2025 05:59
@leaysgur leaysgur force-pushed the 12-18-fix_oxfmt_accept_additional_api_options branch from f1d776c to 2bfd2b2 Compare December 18, 2025 05:59
@leaysgur leaysgur force-pushed the 12-18-refacotr_oxfmt_clean_up_src-js_files branch from 4db40e7 to 84aac2a Compare December 18, 2025 07:55
@graphite-app graphite-app bot added the 0-merge Merge with Graphite Merge Queue label Dec 18, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Dec 18, 2025

Merge activity

@graphite-app graphite-app bot force-pushed the 12-18-fix_oxfmt_accept_additional_api_options branch from 2bfd2b2 to 049fb57 Compare December 18, 2025 10:41
graphite-app bot pushed a commit that referenced this pull request Dec 18, 2025
```
.
├── bindings.d.ts
├── bindings.js
├── cli
│   ├── migration
│   │   ├── init.ts
│   │   ├── migrate-prettier.ts
│   │   └── shared.ts
│   └── worker-proxy.ts
├── cli-worker.ts    # CLI worker endpoint
├── cli.ts           # CLI endpoint
├── index.ts         # API endpoint
└── libs
    └── prettier.ts  # Core logic shared by index, cli-worker, cli/worker-proxy
```

By doing this, Node.js API `format()` does not use `worker_threads` anymore.
@graphite-app graphite-app bot force-pushed the 12-18-refacotr_oxfmt_clean_up_src-js_files branch from 84aac2a to d20911c Compare December 18, 2025 10:41
```
.
├── bindings.d.ts
├── bindings.js
├── cli
│   ├── migration
│   │   ├── init.ts
│   │   ├── migrate-prettier.ts
│   │   └── shared.ts
│   └── worker-proxy.ts
├── cli-worker.ts    # CLI worker endpoint
├── cli.ts           # CLI endpoint
├── index.ts         # API endpoint
└── libs
    └── prettier.ts  # Core logic shared by index, cli-worker, cli/worker-proxy
```

By doing this, Node.js API `format()` does not use `worker_threads` anymore.
@graphite-app graphite-app bot force-pushed the 12-18-fix_oxfmt_accept_additional_api_options branch from 049fb57 to d340c87 Compare December 18, 2025 10:45
@graphite-app graphite-app bot force-pushed the 12-18-refacotr_oxfmt_clean_up_src-js_files branch from d20911c to b4e8605 Compare December 18, 2025 10:45
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Dec 18, 2025
Base automatically changed from 12-18-fix_oxfmt_accept_additional_api_options to main December 18, 2025 10:52
@graphite-app graphite-app bot merged commit b4e8605 into main Dec 18, 2025
19 checks passed
@graphite-app graphite-app bot deleted the 12-18-refacotr_oxfmt_clean_up_src-js_files branch December 18, 2025 10:54
@leaysgur leaysgur mentioned this pull request Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Area - CLI A-formatter Area - Formatter 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