angular/modules
Yegor Jbanov 87cf434929 chore(sources): intro modules_dart; move analyzer code there
We have Dart code in `angular2` module that ought to be in its own
package. Examples include Dart analysis plugins, and potentially the
transformers (although transformers cannot be moved out just yet).
However, this code is Dart-only and it doesn’t make sense to use JS
directory layout for it. This commit introduces a sub-directory called
`modules_dart`. All modules in this directory are pure Dart packages
using standard pub directory layout. The code in these packages never
gets transpiled. It is directly copied to `dist` unmodified, except an
adjustment in relative paths in `pubspec.yaml` files.
2015-04-24 13:29:18 -07:00
..
angular2 chore(sources): intro modules_dart; move analyzer code there 2015-04-24 13:29:18 -07:00
angular2_material feat(view): reimplemented property setters using change detection 2015-04-23 11:55:27 -07:00
benchmarks feat(view): reimplemented property setters using change detection 2015-04-23 11:55:27 -07:00
benchmarks_external chore: show dart2js package warnings for angular2, benchmarks, examples 2015-04-21 16:22:49 -07:00
benchpress fix(benchpress): only print the CV when it is meaningful 2015-04-21 16:31:12 -07:00
examples chore: show dart2js package warnings for angular2, benchmarks, examples 2015-04-21 16:22:49 -07:00
rtts_assert Don't use the for..of syntax in AtScript. 2015-02-27 15:26:53 -08:00