Skip to content

Commit

Permalink
update ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 15, 2023
1 parent 7584fe8 commit 2e92467
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
3 changes: 1 addition & 2 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ export default defineConfig({
{ text: 'Showcase', link: '/docs/contribute/showcase' },
],
'/docs/learn/': [
{ text: 'Ecosystem', link: '/docs/learn/ecosystem' },
{ text: 'Partnership', link: '/docs/learn/partnership' },
{
text: 'Architecture',
items: [
Expand All @@ -113,6 +111,7 @@ export default defineConfig({
],
},
{ text: 'Performance', link: '/docs/learn/performance' },
{ text: 'Ecosystem', link: '/docs/learn/ecosystem' },
{ text: 'References', link: '/docs/learn/references' },
],
'/blog/': [
Expand Down
14 changes: 11 additions & 3 deletions docs/docs/learn/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ It would be a great pleasure if you could join as well.

We are being integrated into:

## Ezno Type Checker
## [Rspack](https://www.rspack.dev)

A fast Rust-based web bundler.

## Rolldown

## Rspack
To be announced.

## [Ezno Type Checker](https://github.com/kaleidawave/ezno)

A JavaScript compiler and TypeScript checker written in Rust with a focus on static analysis and runtime performance.

## [Tyvm](https://github.com/zackradisic/tyvm)

## Tyvm
An experimental bytecode interpreter for type-level Typescript.
10 changes: 0 additions & 10 deletions docs/docs/learn/partnership.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/docs/learn/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: References
outline: deep
---

## Projects Using Oxc
# References

- [tyvm](https://github.com/zackradisic/tyvm)(An experimental bytecode interpreter for type-level Typescript)
## Projects Using Oxc

## 📚 Learning Resources

Expand Down

0 comments on commit 2e92467

Please sign in to comment.