Skip to content

Commit

Permalink
doc(bindings/wasm): Document supported TypeScript version (#9334)
Browse files Browse the repository at this point in the history
**Related issue:**

 - nodejs/amaro#10
  • Loading branch information
kdy1 committed Jul 25, 2024
1 parent c16e69b commit 66f31c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bindings/binding_typescript_wasm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @swc/wasm-tyescript

This package provides a Wasm binding for the TypeScript transform.

The supported TypeScript version is currently 5.5.4, execpt the stage 3 decorator proposal.

## Contributing

See [the main repository](https://github.com/swc-project/swc)'s contributing guide.

## License

Apache 2.0

0 comments on commit 66f31c0

Please sign in to comment.