-
-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
138 additions
and
255 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Rome Analyze | ||
# Biome Analyze | ||
|
||
## This entire crate is a WIP with a clunky and unstable API. | ||
|
||
|
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# `rome_cli` | ||
|
||
Rome's main binary distribution, exposes the command line interface defined in | ||
this crate, and the language server interface defined in `rome_lsp` and used by | ||
the `rome` VSCode extension | ||
The main binary distribution, exposes the command line interface defined in this crate, | ||
and the language server interface defined in `rome_lsp` and used by the `biome` VSCode extension | ||
|
||
# Logs | ||
|
||
When the server is run in daemon mode, it will output logs to a file created in | ||
a `biome-logs` directory inside the system temporary directory. The log file | ||
will be rotated on a hourly basis. | ||
When the server is run in daemon mode, | ||
it will output logs to a file created in the `biome-logs` directory inside the system temporary directory. | ||
The log file will be rotated on a hourly basis. |
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 |
---|---|---|
@@ -1,36 +1,23 @@ | ||
<p align="center"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/rome/brand/main/PNG/logo_white_yellow_transparent.png" width="700"> | ||
<img alt="Rome's logo depicting an ancient Roman arch with the word Rome to its side" src="https://raw.githubusercontent.com/rome/brand/main/PNG/logo_transparent.png" width="700"> | ||
</picture> | ||
<img alt="Biome - Toolchain of the web" width="400" src="https://raw.githubusercontent.com/biomejs/resources/main/biome-logo-slogan.svg"/> | ||
</p> | ||
|
||
<div align="center"> | ||
|
||
[![MIT licensed][mit-badge]][mit-url] | ||
[![Discord chat][discord-badge]][discord-url] | ||
[![CI on main][ci-badge]][ci-url] | ||
[![npm version][npm-badge]][npm-url] | ||
[![VSCode version][vscode-badge]][vscode-url] | ||
[![CI][ci-badge]][ci-url] | ||
[![cargo version][cargo-badge]][cargo-url] | ||
|
||
|
||
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg?color=brightgreen | ||
[mit-url]: LICENSE | ||
[discord-badge]: https://img.shields.io/discord/678763474494423051?logo=discord&label=discord&color=brightgreen | ||
[discord-url]: https://discord.gg/rome | ||
[discord-badge]: https://badgen.net/discord/online-members/BypW39g6Yc?icon=discord&label=discord&color=green | ||
[discord-url]: https://discord.gg/BypW39g6Yc | ||
[ci-badge]: https://github.com/biomejs/biome/actions/workflows/main.yml/badge.svg | ||
[ci-url]: https://github.com/biomejs/biome/actions/workflows/main.yml | ||
[npm-badge]: https://img.shields.io/npm/v/rome/latest?color=brightgreen | ||
[npm-url]: https://www.npmjs.com/package/rome/v/latest | ||
[vscode-badge]: https://img.shields.io/visual-studio-marketplace/v/rome.rome?color=brightgreen&label=vscode | ||
[vscode-url]: https://marketplace.visualstudio.com/items?itemName=rome.rome | ||
[cargo-badge]: https://img.shields.io/crates/v/rome_css_parser?&color=brightgreen | ||
[cargo-url]: https://crates.io/crates/rome_css_parser | ||
[cargo-badge]: https://badgen.net/crates/v/rome_css_parser?&color=green | ||
[cargo-url]: https://crates.io/crates/rome_css_parser/ | ||
|
||
</div> | ||
|
||
# `rome_css_parser` | ||
|
||
Rome's CSS parser implementation. Follow the [documentation](https://docs.rs/rome_css_parser/latest). | ||
Biome's CSS parser implementation. Follow the [documentation](https://docs.rs/rome_css_parser/latest). | ||
|
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
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 |
---|---|---|
@@ -1,35 +1,22 @@ | ||
<p align="center"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/rome/brand/main/PNG/logo_white_yellow_transparent.png" width="700"> | ||
<img alt="Rome's logo depicting an ancient Roman arch with the word Rome to its side" src="https://raw.githubusercontent.com/rome/brand/main/PNG/logo_transparent.png" width="700"> | ||
</picture> | ||
<img alt="Biome - Toolchain of the web" width="400" src="https://raw.githubusercontent.com/biomejs/resources/main/biome-logo-slogan.svg"/> | ||
</p> | ||
|
||
<div align="center"> | ||
|
||
[![MIT licensed][mit-badge]][mit-url] | ||
[![Discord chat][discord-badge]][discord-url] | ||
[![CI on main][ci-badge]][ci-url] | ||
[![npm version][npm-badge]][npm-url] | ||
[![VSCode version][vscode-badge]][vscode-url] | ||
[![CI][ci-badge]][ci-url] | ||
[![cargo version][cargo-badge]][cargo-url] | ||
|
||
|
||
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg?color=brightgreen | ||
[mit-url]: LICENSE | ||
[discord-badge]: https://img.shields.io/discord/678763474494423051?logo=discord&label=discord&color=brightgreen | ||
[discord-url]: https://discord.gg/rome | ||
[discord-badge]: https://badgen.net/discord/online-members/BypW39g6Yc?icon=discord&label=discord&color=green | ||
[discord-url]: https://discord.gg/BypW39g6Yc | ||
[ci-badge]: https://github.com/biomejs/biome/actions/workflows/main.yml/badge.svg | ||
[ci-url]: https://github.com/biomejs/biome/actions/workflows/main.yml | ||
[npm-badge]: https://img.shields.io/npm/v/rome/latest?color=brightgreen | ||
[npm-url]: https://www.npmjs.com/package/rome/v/latest | ||
[vscode-badge]: https://img.shields.io/visual-studio-marketplace/v/rome.rome?color=brightgreen&label=vscode | ||
[vscode-url]: https://marketplace.visualstudio.com/items?itemName=rome.rome | ||
[cargo-badge]: https://img.shields.io/crates/v/rome_formatter?&color=brightgreen | ||
[cargo-url]: https://crates.io/crates/rome_formatter | ||
[cargo-badge]: https://badgen.net/crates/v/rome_formatter?&color=green | ||
[cargo-url]: https://crates.io/crates/rome_formatter/ | ||
|
||
</div> | ||
|
||
# `rome_formatter` | ||
|
||
Rome's formatter implementation. Follow the [documentation](https://docs.rs/rome_formatter/). | ||
Biome's formatter implementation. Follow the [documentation](https://docs.rs/rome_formatter/). |
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.