Use JavaScript Instead of TypeScript for Internal Deno Code

Design Doc: Use JavaScript instead of TypeScript for internal Deno Code Problem Incremental compile time when changing files in cli/js takes minutes. This is crushingly slow and painful to modify. The typescript organization/structure that we’re using i… Read more

Similar