Skip to content

jacob314/ts2dart

This branch is 107 commits behind dart-archive/ts2dart:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 28, 2016
Jan 28, 2016
Mar 12, 2015
Mar 27, 2015
Mar 27, 2015
Aug 1, 2015
Mar 5, 2015
Jun 23, 2015
Jan 28, 2016
Jan 28, 2016
Oct 21, 2015
Jun 5, 2015

Repository files navigation

TypeScript to Dart transpiler Build Status

ts2dart is a TypeScript to Dart transpiler. It's in its very early days and under heavy development, not ready for production use.

Installation

  • execute npm i to install the dependencies,
  • the Dart SDK must be available to run end to end tests.

Gulp tasks

  • gulp watch executes the unit tests in watch mode (use gulp test.unit for a single run),
  • gulp test.e2e executes the e2e tests,
  • gulp test.check-format checks the source code formatting using clang-format,
  • gulp test runs unit tests, e2e tests and checks the source code formatting.

About

ts2dart TypeScript to Dart transpiler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.1%
  • JavaScript 2.9%