ts2dart is a TypeScript to Dart transpiler. It's in its very early days and under heavy development, not ready for production use.
- execute
npm ito install the dependencies, - the Dart SDK must be available to run end to end tests.
gulp watchexecutes the unit tests in watch mode (usegulp test.unitfor a single run),gulp test.e2eexecutes the e2e tests,gulp test.check-formatchecks the source code formatting usingclang-format,gulp testruns unit tests, e2e tests and checks the source code formatting.