ts2dart is a TypeScript to Dart transpiler, primarily developed to translate Angular 2 from TypeScript to Dart for its Dart user base. Version 0.9.11 is the latest stable release. The project is no longer actively maintained; users are advised to migrate to alternative solutions. Key differentiator: it enables Angular 2 Dart usage by transpiling TS directly to Dart.
npm install ts2dartNo compatibility data collected yet for this library.
Demonstrates installation and basic CLI usage of ts2dart to transpile a TypeScript file to Dart.
Migrate to currently supported TypeScript-to-Dart solutions or use Angular's Dart source directly.
Run `npm install -g ts2dart` for global CLI access.
Ensure npm global binaries are in PATH: `export PATH=$(npm bin -g):$PATH` or reinstall with `npm i -g ts2dart`.
No dependency data recorded yet.