Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/.cspell/project-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ microdnf
minisig
mirrorlist
nextest
oxfmt
pluginconf
ppcle
prek
Expand Down
117 changes: 117 additions & 0 deletions manifests/oxfmt.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions tools/codegen/base/oxfmt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"repository": "https://github.com/oxc-project/oxc",
"license_markdown": "[MIT](https://github.com/oxc-project/oxc/blob/main/LICENSE)",
"tag_prefix": "apps_v",
"version_range": ">= 1.77.0",
"platform": {
"x86_64_linux_musl": {
"asset_name": "oxfmt-x86_64-unknown-linux-musl.tar.gz",
"bin": "oxfmt-x86_64-unknown-linux-musl"
},
"x86_64_macos": {
"asset_name": "oxfmt-x86_64-apple-darwin.tar.gz",
"bin": "oxfmt-x86_64-apple-darwin"
},
"x86_64_windows": {
"asset_name": "oxfmt-x86_64-pc-windows-msvc.zip",
"bin": "oxfmt-x86_64-pc-windows-msvc.exe"
},
"aarch64_linux_musl": {
"asset_name": "oxfmt-aarch64-unknown-linux-musl.tar.gz",
"bin": "oxfmt-aarch64-unknown-linux-musl"
},
"aarch64_macos": {
"asset_name": "oxfmt-aarch64-apple-darwin.tar.gz",
"bin": "oxfmt-aarch64-apple-darwin"
},
"aarch64_windows": {
"asset_name": "oxfmt-aarch64-pc-windows-msvc.zip",
"bin": "oxfmt-aarch64-pc-windows-msvc.exe"
},
"powerpc64le_linux_gnu": {
"asset_name": "oxfmt-powerpc64le-unknown-linux-gnu.tar.gz",
"bin": "oxfmt-powerpc64le-unknown-linux-gnu"
},
"s390x_linux_gnu": {
"asset_name": "oxfmt-s390x-unknown-linux-gnu.tar.gz",
"bin": "oxfmt-s390x-unknown-linux-gnu"
}
}
}
Loading