No longer generates TypeScript by default

remove an errant comment from the README
This commit is contained in:
Alex Crichton 2018-02-26 15:31:18 -08:00
parent 97c021a53c
commit 00115c6e7d

View File

@ -27,7 +27,6 @@ Notable features of this project includes:
* Importing JS functions with richer types (strings, objects) * Importing JS functions with richer types (strings, objects)
* Importing JS classes and calling methods * Importing JS classes and calling methods
* Receiving arbitrary JS objects in Rust, passing them through to JS * Receiving arbitrary JS objects in Rust, passing them through to JS
* Generates Typescript for now instead of JS (although that may come later)
* Catching JS exceptions in imports * Catching JS exceptions in imports
Planned features include: Planned features include: