-
Updated
Oct 14, 2020 - Java
TypeScript
TypeScript is an open source programming language developed by Microsoft and first released in 2012. It is designed to add type safety to JavaScript while conforming as closely as possible to the syntax and semantics of the ECMAScript standard.
It is a syntactical superset of the JavaScript programming language; all valid JavaScript source code is also valid TypeScript source code, but not vice-versa. TypeScript compiles (or transpiles) to JavaScript, meaning that it can be utilized to target any JavaScript environment. It can be used to develop JavaScript for both client-side and server-side applications.
Here are 370 public repositories matching this topic...
-
Updated
Nov 17, 2020 - Java
-
Updated
Nov 29, 2020 - Java
-
Updated
Dec 4, 2020 - Java
-
Updated
Dec 2, 2020 - Java
-
Updated
Dec 3, 2020 - Java
-
Updated
Nov 27, 2020 - Java
-
Updated
Dec 4, 2020 - Java
-
Updated
Feb 25, 2018 - Java
If for some reason a user starts up a broker outside of the web client, they should be able to make a new GET request to the backend to update the broker list in the client.
-
Updated
Sep 22, 2020 - Java
-
Updated
Sep 15, 2020 - Java
-
Updated
Oct 1, 2020 - Java
-
Updated
Nov 25, 2020 - Java
-
Updated
Oct 11, 2019 - Java
-
Updated
Oct 30, 2020 - Java
-
Updated
Sep 13, 2020 - Java
-
Updated
Nov 15, 2020 - Java
-
Updated
Apr 14, 2017 - Java
-
Updated
Aug 24, 2020 - Java
-
Updated
Nov 13, 2018 - Java
-
Updated
Dec 4, 2020 - Java
-
Updated
Oct 16, 2020 - Java
-
Updated
Oct 17, 2020 - Java
-
Updated
Nov 13, 2020 - Java
-
Updated
Jul 17, 2020 - Java
-
Updated
Oct 13, 2020 - Java
Created by Microsoft
Released October 1, 2012
Latest release 17 days ago
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
I have a idea. Auto create a typescript project by run es4x init with --typescript or -t 。It's not manual copy file by sample.
And “mvnDependencies ” added to the package.json by default. Because a lot of people don't know about it。
If you agree, I can modify this code. ^_^