Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: add readme and update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Apr 11, 2023
1 parent 67d5ef1 commit 8aa9b4d
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/rome_js_factory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rome_js_factory"
version = "0.0.1"
version = "0.0.2"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
Expand All @@ -12,4 +12,4 @@ documentation = "https://rustdocs.rome.tools/rome_js_factory/index.html"

[dependencies]
rome_rowan = { version = "0.0.1",path = "../rome_rowan" }
rome_js_syntax = { version = "0.0.1",path = "../rome_js_syntax" }
rome_js_syntax = { version = "0.0.2",path = "../rome_js_syntax" }
36 changes: 36 additions & 0 deletions crates/rome_js_factory/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<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>
</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]
[![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
[ci-badge]: https://github.com/rome/tools/actions/workflows/main.yml/badge.svg
[ci-url]: https://github.com/rome/tools/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_js_factory?&color=brightgreen
[cargo-url]: https://crates.io/crates/rome_js_factory

</div>

# `rome_js_factory`

Rome's JavaScript parser implementation. Follow the [documentation](https://rustdocs.rome.tools/rome_js_parser/index.html).

4 changes: 2 additions & 2 deletions crates/rome_js_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ categories = [

[dependencies]
cfg-if = "1.0.0"
rome_js_syntax = { version = "0.0.1", path = "../rome_js_syntax" }
rome_js_factory = { version = "0.0.1", path = "../rome_js_factory" }
rome_js_syntax = { version = "0.0.2", path = "../rome_js_syntax" }
rome_js_factory = { version = "0.0.2", path = "../rome_js_factory" }
rome_formatter = { version = "0.0.1", path = "../rome_formatter" }
rome_rowan = { version = "0.0.1", path = "../rome_rowan" }
rome_text_size = { version = "0.0.1", path = "../rome_text_size" }
Expand Down
4 changes: 2 additions & 2 deletions crates/rome_js_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ categories = ["parser-implementations", "development-tools"]
[dependencies]
rome_console = { version = "0.0.1", path = "../rome_console" }
rome_diagnostics = { version = "0.0.1", path = "../rome_diagnostics" }
rome_js_syntax = { version = "0.0.1", path = "../rome_js_syntax" }
rome_js_factory = { version = "0.0.1", path = "../rome_js_factory" }
rome_js_syntax = { version = "0.0.2", path = "../rome_js_syntax" }
rome_js_factory = { version = "0.0.2", path = "../rome_js_factory" }
rome_js_unicode_table = { version = "0.0.1", path = "../rome_js_unicode_table" }
rome_rowan = { version = "0.0.1", path = "../rome_rowan" }
rome_parser = { version = "0.0.1", path = "../rome_parser" }
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_js_syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = { workspace = true }
name = "rome_js_syntax"
version = "0.0.1"
version = "0.0.2"
authors = { workspace = true }
description = "SyntaxKind and common rowan definitions for rome_js_parser"
license = { workspace = true }
Expand Down
36 changes: 36 additions & 0 deletions crates/rome_js_syntax/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<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>
</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]
[![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
[ci-badge]: https://github.com/rome/tools/actions/workflows/main.yml/badge.svg
[ci-url]: https://github.com/rome/tools/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_js_syntax?&color=brightgreen
[cargo-url]: https://crates.io/crates/rome_js_syntax

</div>

# `rome_js_syntax`

Rome's JavaScript parser implementation. Follow the [documentation](https://rustdocs.rome.tools/rome_js_parser/index.html).

8 changes: 6 additions & 2 deletions crates/rome_js_unicode_table/src/tables.rs

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

0 comments on commit 8aa9b4d

Please sign in to comment.