3 रिपॉजिटरी
Tools that transform TypeScript source code into JavaScript for browser compatibility.
Distinct from JavaScript Compilers: The candidates focused on visual-to-JS or specific targets like WGSL, rather than general TS-to-JS compilation.
Explore 3 awesome GitHub repositories matching programming languages & runtimes · TypeScript Compilers. Refine with filters or upvote what's useful.
TypeScript-Vue-Starter is a pre-configured project template and starter kit designed for building web applications using Vue and TypeScript. It provides a structural foundation for creating type-safe user interface environments through integrated project scaffolding and boilerplates. The project distinguishes itself by integrating TypeScript class decorators with Vue components, allowing for a structured approach to defining component data and properties. This setup supports single-file components that combine markup, styling, and logic into modular, type-checked units. The environment inclu
Transforms strongly typed TypeScript source code into standard JavaScript for execution in web browsers.
Haul is a mobile application development tool that functions as a JavaScript module bundler, TypeScript transpiler, and development server for mobile environments. It provides a command line interface to manage the build pipeline and serve application bundles to connected devices. The tool utilizes Webpack to compile and package JavaScript and TypeScript code specifically for React Native development. It distinguishes itself through a specialized build pipeline that transforms type-safe code into compatible JavaScript for mobile runtimes. The platform covers comprehensive build and tooling c
Transpiles type-safe TypeScript files into standard JavaScript for broad mobile environment compatibility.
This repository serves as an application template for building user interfaces using the Svelte framework and compiler. It compiles reactive component markup directly into imperative JavaScript code that mutates the document object model without virtual overhead. The project provides a pre-configured setup incorporating static asset bundling, a live development server with hot module reloading, and TypeScript-first compilation. It includes built-in traffic management capabilities that direct incoming server requests to a single entry point to support client-side routing on static hosting pla
Integrates typed source code analysis and compilation directly into the build and development pipeline without runtime overhead.