typescript-compiler
There are 67 repositories under typescript-compiler topic.
swc-project/swc
Rust-based platform for the Web
TypeStrong/ts-node
TypeScript execution and REPL for node.js
allegro/typescript-strict-plugin
Typescript plugin that allows turning on strict mode in specific files or directories.
emillaine/ts-llvm
TypeScript to LLVM compiler (abandoned)
bazelbuild/rules_typescript
MOVED to https://github.com/bazelbuild/rules_nodejs/tree/3.x/third_party/github.com/bazelbuild/rules_typescript
eatonphil/jsc
A JavaScript compiler written in TypeScript targeting C++/V8
haxiomic/dts2hx
Converts TypeScript definition files (d.ts) to haxe externs (.hx) via the TypeScript compiler API
ariesclark/tanu.js
An oversimplification of the TypeScript Compiler API for defining and generating source files.
mlogjs/mlogjs
Compile javascript into Mindustry logic code (mlog)
ASDAlexander77/TypeScriptLua
The TypeScriptLUA repo contains the complete source code implementation for TypeScript compiler for LUA bytecode
lifeomic/lambda-typescript-webpack-babel-starter
This project demonstrates how to write, test, and package AWS Lambda functions using TypeScript, webpack, and babel
tommy351/tsc-multi
Compile multiple TypeScript projects into multiple targets.
antrannguyen/E-Commerce-project
An e-commerce application applied: MERN stack, TypeScript, include Google authentication and traditional login. [Complexity: complex]
sebbekarlsson/tscc
Typescript to C compiler (TSCC)
tripolskypetr/material-ui-umd
Разработка ui на React используя как систему сборки только TypeScript Compiler. Примеры кода, инструменты, umd дистрибутив библиотеки material-ui с файлом описания пространств имен глобального объекта
andrejusk/typescript-compiler
TypeScript to C Compiler, implementing lexical analysis, parsing and optimisation, written in TypeScript
sbip-sg/tsll
Tsll is a Typescript-to-LLVM-IR compiler frontend authored by Singapore Blockchain Innovation Programme (SBIP).
itsmebhavin/nodejs-express-typescript-boilerplate
Sample boilerplate project for node.js, express using TypeScript and Gulp.
vbauer/lein-typescript
A Leiningen plugin for running TypeScript compiler
joao-neves95/ClassStudio
A code generator GUI. Compile C#, XML and TypeScript code to and from different languages.
vitorsouzaalmeida/ts-import-check
Detect and suggest missing imports from Typescript/TSX files. Built for my own use cases.
alyahmedaly/backbase-vscode-extension
vs-code extension for front end projects build on top of Backbase widget architecture 3
fictitious/tsc-simple
Minimal usable interface for TypeScript compiler
nthnn/yttria-lang
Yttria programming language using LLVM bindings in pure TypeScript.
SteveBeeblebrox/MTSC
A standalone TypeScript transpiler with support for JSX, HTML script tags, preprocessing, and minification
flex-development/tsconfig-utils
Utilities for working with tsconfig files
hyperse-io/ts-node
Faster TypeScript/JavaScript transformer without typechecking and node-gyp and postinstall script.
K-FOSS/TS-ESWeb-POC
Example of using TypeScript compiler and @K-FOSS/TS-ESNode to live transpile and serve modules without Parcel, WebPack, Babel. Just TypeScript
sofiane-abou-abderrahim/javascript-typescript-introduction
I built this little TypeScript demo as an introduction to TypeScript and its basics, types and main features, such as core types, object, array, function types and other advanced types, generic types, classes, interfaces. I also configured the TypeScript Compiler so that I can compile all the files to JavaScript files in one go.
Thiq/Thiq
JavaScript plugin for Spigot.
temilaj/github-browser
simple application that browses github user profiles.
UD-UD/webpack-strip-log-loader
:x::page_facing_up: Removes log (or any specific) module imports and usages
unlight/typescript-service
Language service which helps to get diagnostic messages from typescript source files.
blueagler/gcc-ts-bundler
GCC-TS-Bundler optimizes TypeScript code with Google Closure Compiler and Tsickle, producing smaller, faster code by restructuring and renaming properties for performance-critical apps.
rimanshupatel/typescript-tutorials
typeScript tutorial
shreyas-jadhav/ts-interface-validator
Generates JavaScript validation code to satisfy objects with TypeScript Interfaces