-
Updated
Mar 11, 2022 - 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 812 public repositories matching this topic...
-
Updated
Apr 6, 2022 - Java
-
Updated
Apr 6, 2022 - Java
-
Updated
Apr 8, 2022 - Java
-
Updated
Sep 21, 2021 - Java
-
Updated
Apr 8, 2022 - Java
-
Updated
Apr 3, 2022 - Java
Need to verify and update the tsdocs links to include all the new generated modules.
-
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
Mar 3, 2022 - Java
We currently add bash to our Alpine-based image as we use it in our frontend start script.
So that we don't increase the size considerably, use sh instead of bash
Additional context
- Be sure to read the contributing guide
-
Updated
Feb 15, 2022 - Java
-
Updated
Apr 4, 2022 - Java
-
Updated
Mar 31, 2022 - Java
-
Updated
Oct 1, 2020 - Java
-
Updated
Jan 1, 2022 - Java
-
Updated
Feb 19, 2022 - Java
-
Updated
Apr 8, 2022 - Java
-
Updated
Feb 18, 2022 - Java
-
Updated
Oct 11, 2019 - Java
-
Updated
Mar 27, 2022 - Java
-
Updated
Dec 12, 2021 - Java
-
Updated
Apr 6, 2022 - Java
-
Updated
Mar 30, 2022 - Java
-
Updated
Mar 21, 2022 - Java
-
Updated
Apr 8, 2022 - Java
Created by Microsoft
Released October 1, 2012
Latest release 23 days ago
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
I tried to create an iOS release build.
Steps to reproduce:
Looks like the bundler doesn't know the "ios" platform => no bundle creation.
"error Invalid platform "ios" selected"