Skip to content

Commit

Permalink
fix(README): rename runtime to engine (#5099)
Browse files Browse the repository at this point in the history
Co-authored-by: Don Isaac <donald.isaac@gmail.com>
  • Loading branch information
load1n9 and DonIsaac authored Aug 22, 2024
1 parent c60a50d commit d5bfecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ See more at [oxc.rs](https://oxc.rs)!
## 🙋Who's using Oxc?

- [Rolldown] uses the [oxc][docs-oxc-url] crate for parsing and transpiling.
- [Nova runtime](https://trynova.dev) uses the [oxc][docs-oxc-url] crate for parsing.
- [Nova engine](https://trynova.dev) uses the [oxc][docs-oxc-url] crate for parsing.
- [Rolldown][rolldown], [Biome][biome] and [swc-node](https://github.com/swc-project/swc-node) uses the [oxc_resolver][docs-resolver-url] crate for module resolution.
- Projects and companies like [Preact](https://github.com/preactjs/preact/blob/4c20c23c16dd60f380ce9fe98afc93041a7e1562/oxlint.json), [Shopify](https://oxc.rs/blog/2023-12-12-announcing-oxlint.html#_50-100-times-faster-than-eslint), ByteDance and Shopee uses oxlint for linting.

Expand Down

0 comments on commit d5bfecc

Please sign in to comment.