mirror of
https://github.com/styfle/awesome-online-ide.git
synced 2026-07-16 10:22:16 -05:00
[PR #23] [MERGED] Add TypeScript Playground #3174
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/styfle/awesome-online-ide/pull/23
Author: @styfle
Created: 6/3/2018
Status: ✅ Merged
Merged: 6/3/2018
Merged by: @styfle
Base:
master← Head:ts-play📝 Commits (1)
db8b170Add TypeScript Playground📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
Playground allows you to compile TypeScript and see JavaScript output.
Differences from typescriptlang.org/play:
– All strict options turned on by default
– More available compiler options
– Ability to switch TypeScript version
– More space for code
– More examples
– Quicker sharing, URL updates as you type
– Shorter sharing URLs
– Open source
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.