bradtraversy / deno-rest-api

Simple REST API using Deno and Oak
267 stars 70 forks source link

Deno dropping Typescript #1

Open j-mcgregor opened 4 years ago

j-mcgregor commented 4 years ago

Hi Brad, I'm sure you're already aware but Deno seem to br dropping Typescript as it's causing them more issues. See here. Thanks

richardk80 commented 4 years ago

@j-mcgregor Did you read the entire article? It said this: It’s worth mentioning that Deno will stop using TypeScript only for the internal Deno code: the Deno user code will still be in TypeScript and thus type checked. This means that until something else changes, anyone can continue building Deno apps using TypeScript.

Honestly, I hope they don't drop TypeScript entirely because I like using that more than regular JS.