-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Technically depends on flathub/org.freedesktop.Sdk.Extension.typescript#29 Without, TypeScript support is broken. But I'll merge anyway as keeping separate sdk branches is a mess, and we can move forward and prepare the release. For now I have re-enabled Biome for JavaScript. Hopefully `org.freedesktop.Sdk.Extension.typescript//24.08` will get released soon.
- Loading branch information
Showing
24 changed files
with
578 additions
and
475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule blueprint-compiler
updated
from adc2be to 8e10fc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "biome", | ||
"buildsystem": "simple", | ||
"build-commands": ["chmod +x biome", "cp biome /app/bin/biome"], | ||
"sources": [ | ||
{ | ||
"type": "file", | ||
"dest-filename": "biome", | ||
"only-arches": ["aarch64"], | ||
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.2/biome-linux-arm64", | ||
"sha256": "b4b88a36487e5b6c7b34fdc5351f4beb57ce7d88497f57fd3474c64413aabf78" | ||
}, | ||
{ | ||
"type": "file", | ||
"dest-filename": "biome", | ||
"only-arches": ["x86_64"], | ||
"url": "https://github.com/biomejs/biome/releases/download/cli%2Fv1.9.2/biome-linux-x64", | ||
"sha256": "e17bb3d15fc192aa767ae7691302f4fd239e80ceaace4c3238857b9da0f43902" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.