roblox-ts
Version:
<div align="center"><img width=25% src="https://i.imgur.com/yCjHmng.png"></div> <h1 align="center"><a href="https://roblox-ts.github.io/">roblox-ts</a></h1> <div align="center">A TypeScript-to-Lua Compiler for Roblox</div> <br> <div align="center"> <a hr
39 lines (38 loc) • 998 B
TypeScript
export * from "./array";
export * from "./await";
export * from "./binary";
export * from "./binding";
export * from "./block";
export * from "./call";
export * from "./class";
export * from "./conditional";
export * from "./enum";
export * from "./expression";
export * from "./function";
export * from "./identifier";
export * from "./if";
export * from "./indexed";
export * from "./literal";
export * from "./module";
export * from "./namespace";
export * from "./new";
export * from "./object";
export * from "./parenthesized";
export * from "./roact";
export * from "./security";
export * from "./sourceFile";
export * from "./spread";
export * from "./statement";
export * from "./switch";
export * from "./template";
export * from "./try";
export * from "./unary";
export * from "./variable";
export * from "./yield";
export * from "./break";
export * from "./continue";
export * from "./do";
export * from "./for";
export * from "./forOf";
export * from "./loop";
export * from "./while";