typescript-in-closure

This is a sandbox repository for TypeScript in Google Closure

Stars
1
Committers
1

TypeScript with Google Closure Tools

This is a repository to combine with TypeScript and Google Closure Tools.

Try it

npm install
npm start
# or
npm build:start # with production build

I intentionally add compiled js files from TypeScript into the repository because I'd like to confirm the compiled results.

Features

  • ✅ Compiling TypeScript to JavaScript compatible Closure Compiler Advanced mode
  • ✅ Use TypeScript modules from Closure scripts
  • ✅ Use Closure modules from TypeScript as any
  • ✅ Use globally installed React
  • ✅ Extract type information from Closure modules for TypeScript, which could be available with Clutz #4
  • 🏃 Use CommonJS #2
  • ❓ Gennerate .d.ts for Closure Library