feat(oxfmt): Support TOML(v1.0 only) files#17113
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. |
CodSpeed Performance ReportMerging #17113 will not alter performanceComparing Summary
Footnotes
|
Boshen
left a comment
There was a problem hiding this comment.
Feel free to merge, I'll clone the repo to remove all the unwanted dependencies.
You're referring to |
Merge activity
|
Fixes #16907, closes #17048 - Basically, the same approach with `prettier-plugin-toml` - https://github.com/ikatyang-collab/linguist-languages/blob/main/data/TOML.js - https://github.com/un-ts/prettier/blob/master/packages/toml/src/index.ts#L27-L31 I will add tests in next PR. Also, I will add improvement to reduce cloning options.
83e8dd6 to
750d4b3
Compare
ed57ff2 to
a3f3c58
Compare

Fixes #16907, closes #17048
prettier-plugin-tomlI will add tests in next PR.
Also, I will add improvement to reduce cloning options.