Skip to content

Commit

Permalink
feat(oxc-rsc): rsc transform in oxc (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jun 29, 2024
1 parent b5937b4 commit 49a9cff
Show file tree
Hide file tree
Showing 19 changed files with 1,667 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,14 @@ jobs:
- run: pnpm test-e2e
- run: pnpm build
- run: pnpm test-e2e-preview

oxc-rsc:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./oxc-rsc
steps:
- uses: actions/checkout@v4
- run: rustup show
- run: cargo fmt --check
- run: cargo test
2 changes: 2 additions & 0 deletions oxc-rsc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target
*.debug
Loading

0 comments on commit 49a9cff

Please sign in to comment.