Skip to content

Commit

Permalink
Add SWC plugin for djedi-react (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
akeamc committed Jan 9, 2024
1 parent 167871b commit b312a5c
Show file tree
Hide file tree
Showing 13 changed files with 2,643 additions and 0 deletions.
5 changes: 5 additions & 0 deletions swc-plugin-djedi-react/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# These command aliases are not final, may change
[alias]
# Alias to build actual plugin binary for the specified target.
build-wasi = "build --target wasm32-wasi"
build-wasm32 = "build --target wasm32-unknown-unknown"
3 changes: 3 additions & 0 deletions swc-plugin-djedi-react/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/target
^target/
target
Loading

0 comments on commit b312a5c

Please sign in to comment.