Istvan Soos
2016-08-24 21:42:59 UTC
As dart2dart (and dart2js --output-type=dart) is no longer supported (and
the version in 1.18 does generate buggy dart output), is there a tool in
the SDK that could validate the consistency of a Dart server app? With
dart2dart it was possible to 'compile' it together, and if there was an
obvious mistake, the compiler caught it.
The next candidate would be along the lines of:
find . |grep dart$ | xargs -n 1 dartanalyzer
However, it won't fly well with 'part of' files, and filtering for those is
not straightforward.
Any thoughts?
Regards,
Istvan
the version in 1.18 does generate buggy dart output), is there a tool in
the SDK that could validate the consistency of a Dart server app? With
dart2dart it was possible to 'compile' it together, and if there was an
obvious mistake, the compiler caught it.
The next candidate would be along the lines of:
find . |grep dart$ | xargs -n 1 dartanalyzer
However, it won't fly well with 'part of' files, and filtering for those is
not straightforward.
Any thoughts?
Regards,
Istvan
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.