From 00115c6e7d3e3f5e1130b38cb111b15b1ef318bf Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 26 Feb 2018 15:31:18 -0800 Subject: [PATCH] No longer generates TypeScript by default remove an errant comment from the README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 502d2b71..8f61793c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Notable features of this project includes: * Importing JS functions with richer types (strings, objects) * Importing JS classes and calling methods * 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 Planned features include: