• Thumbnail for TypeScript
    TypeScript (abbreviated as TS) is a high-level programming language that adds static typing with optional type annotations to JavaScript. It is designed...
    46 KB (3,463 words) - 10:10, 4 August 2025
  • referred to as typescript TypeScript, a programming language This disambiguation page lists articles associated with the title Typescript. If an internal...
    306 bytes (71 words) - 17:47, 22 July 2024
  • Thumbnail for React Native
    UI paradigm and JavaScript. TypeScript is often used over JavaScript in modern React Native applications due to its increased type safety. While React...
    11 KB (856 words) - 18:17, 15 June 2025
  • structure that is accessed during runtime. The TypeScript, Elm and Python languages support structural typing to varying degrees. Protocols and interfaces...
    6 KB (526 words) - 16:03, 17 July 2025
  • Thumbnail for Anders Hejlsberg
    language. In 2012 Hejlsberg announced a new Microsoft project, TypeScript, a superset of JavaScript. Hejlsberg received the 2001 Dr. Dobb's Excellence in Programming...
    11 KB (820 words) - 05:18, 4 June 2025
  • ArkTS (category Statically typed programming languages)
    ArkTS (short for Ark TypeScript) is a high-level general-purpose, multi-paradigm, compiled, declarative, static type programming language developed by...
    19 KB (1,807 words) - 12:56, 4 June 2025
  • Fenton, Steve (2017). Pro TypeScript: Application-Scale JavaScript Development. Apress. pp. xxiii. ISBN 978-1484232491. "Type Juggling". PHP Manual. Retrieved...
    19 KB (2,339 words) - 00:10, 7 July 2025
  • AtScript was a proposed JavaScript-based scripting language extending Microsoft's TypeScript and transcompiling to JavaScript. It was introduced in October...
    2 KB (215 words) - 05:59, 17 June 2024
  • Thumbnail for AssemblyScript
    AssemblyScript is a TypeScript-based programming language that is optimized for, and statically compiled to, WebAssembly (currently using asc, the reference...
    15 KB (1,491 words) - 12:02, 12 June 2025
  • Typeof (section TypeScript)
    In TypeScript: function (param: typeof existingObject) { ... } let newObject: typeof existingObject; Python have the built-in function type. >>> type(123)...
    7 KB (668 words) - 16:48, 20 June 2025
  • Thumbnail for Vaadin
    using the Java programming language only (instead of HTML and JavaScript), TypeScript only, or a combination of both. Development was first started as...
    18 KB (1,184 words) - 08:50, 18 July 2025
  • [citation needed] Nelson, Gary (April 28, 2020). "How ActionScript foreshadowed TypeScript". Medium. Retrieved July 9, 2022. RFC 4329 (limit compatible...
    40 KB (4,792 words) - 21:51, 6 June 2025
  • NativeScript provides platform APIs directly to the JavaScript runtime (with strong types) for a rich TypeScript development experience. As an open-source...
    15 KB (1,266 words) - 04:21, 7 November 2024
  • Thumbnail for JavaScript
    JavaScript-heavy, so transpilers have been created to convert code written in other languages, which can aid the development process. TypeScript and CoffeeScript...
    84 KB (7,917 words) - 17:43, 27 June 2025
  • Thumbnail for Deno (software)
    Deno (software) (category Free software programmed in TypeScript)
    portal Deno (/diːnoʊ/) is a runtime for JavaScript, TypeScript, and WebAssembly that is based on the V8 JavaScript engine and the Rust programming language...
    13 KB (1,206 words) - 15:29, 30 June 2025
  • Challenge of the GoBots Zod, now Sotk, a village in Armenia Zod (Typescript Library), a TypeScript validation library Zed (disambiguation) This disambiguation...
    319 bytes (70 words) - 08:50, 25 April 2025
  • quality-of-life features, such as path-based routing, hot module replacement (HMR), TypeScript support out of the box, and middleware and server logic. Rather than a...
    9 KB (825 words) - 17:04, 27 July 2025
  • Svelte (category JavaScript web frameworks)
    version 3. A part of this release was an internal rewrite from TypeScript back to JavaScript, with JSDoc annotations. This was met with a confusion from...
    17 KB (1,658 words) - 14:13, 3 July 2025
  • Thumbnail for Ryan Dahl
    Ryan Dahl (category People associated with JavaScript)
    who is best known for creating the Node.js JavaScript runtime as well as the Deno JavaScript/TypeScript runtime. Dahl grew up in San Diego, California...
    5 KB (417 words) - 19:07, 19 July 2025
  • SourceMeter Understand ESLint – JavaScript syntax checker and formatter. Google's Closure Compiler – JavaScript optimizer that rewrites code to be faster...
    39 KB (1,197 words) - 07:22, 8 July 2025
  • Thumbnail for Visual Studio Code
    snippets. Visual Studio Code also ships with IntelliSense for JavaScript, TypeScript, JSON, CSS, and HTML, as well as debugging support for Node.js. Support...
    33 KB (2,685 words) - 13:49, 16 July 2025
  • return bar ** 2 + self.foo Union types are supported in TypeScript. The values are implicitly "tagged" with a type by the language, and may be retrieved...
    20 KB (2,571 words) - 12:01, 11 September 2024
  • generally transpiled into nested JavaScript function calls structurally similar to the original JSX. When used with TypeScript, the file extension is .tsx. An...
    6 KB (472 words) - 09:50, 16 July 2025
  • Angular (web framework) (category JavaScript libraries)
    Angular (also referred to as Angular 2+) is a TypeScript-based free and open-source single-page web application framework. It is developed by Google and...
    19 KB (1,375 words) - 15:39, 12 June 2025
  • Thumbnail for Bitwarden
    Bitwarden (category Free software programmed in TypeScript)
    application, browser extension, desktop application, web application, and TypeScript library. Ghacks reported that: No critical issues were discovered during...
    32 KB (2,337 words) - 23:07, 29 July 2025
  • Scala, Swift and TypeScript. C++ features type aliasing using the using keyword. using Distance = int; C# since version 12 features type aliasing using...
    8 KB (503 words) - 16:19, 24 May 2025
  • Thumbnail for Desmos
    Desmos (category JavaScript software)
    implemented as a web application and a mobile application written in TypeScript and JavaScript. Desmos was founded by Eli Luberoff, a math and physics double...
    13 KB (1,091 words) - 19:39, 12 July 2025
  • Thumbnail for Babel (transcompiler)
    Babel (transcompiler) (category JavaScript programming tools)
    code into versions of JavaScript that a Web browser can process. Babel can also be used to compile TypeScript into JavaScript. The core version of Babel...
    5 KB (347 words) - 01:59, 20 July 2025
  • Thumbnail for Node.js
    Node.js (category Free software programmed in JavaScript)
    a result, Node.js applications can be written in CoffeeScript, Dart, TypeScript, ClojureScript and others. Node.js is primarily used to build network...
    35 KB (3,308 words) - 04:34, 16 July 2025
  • Thumbnail for Grafana
    Grafana (category Free software programmed in TypeScript)
    builders. The product is divided into a front end and back end, written in TypeScript and Go, respectively. As a visualization tool, Grafana can be used as...
    12 KB (911 words) - 21:37, 2 July 2025