@@ -16,20 +16,74 @@ dependency_overrides:
1616 path : ../angular2_material
1717transformers :
1818- angular2 :
19+ $exclude :
1920 # The build currently fails on material files because there is not yet
2021 # support for transforming cross-package urls. (see issue #2982)
21- $exclude : ' web/src/material/**'
22+ - ' web/src/material/**'
23+ - ' web/src/zippy_component/**'
24+ # No need to transform the dart:mirrors specific entrypoints
25+ - ' **/index_dynamic.dart'
2226 entry_points :
23- - web/src/hello_world/index_common.dart
27+ - web/src/gestures/index.dart
28+ - web/src/hello_world/index.dart
29+ - web/src/http/index.dart
30+ - web/src/key_events/index.dart
31+ - web/src/sourcemap/index.dart
2432 - web/src/todo/index.dart
33+ # These entrypoints are disabled until nested-directives are supported
34+ # by transformers (issue #1747):
35+ # web/src/model_driven_forms/index.dart
36+ # web/src/order_management/index.dart
37+ # web/src/person_management/index.dart
38+ # web/src/template_driven_forms/index.dart
39+ #
40+ # These entrypoints are disabled until cross-package urls are working (issue #2982)
41+ # - web/src/material/button/index.dart
42+ # - web/src/material/checkbox/index.dart
43+ # - web/src/material/dialog/index.dart
44+ # - web/src/material/grid_list/index.dart
45+ # - web/src/material/input/index.dart
46+ # - web/src/material/progress-linear/index.dart
47+ # - web/src/material/radio/index.dart
48+ # - web/src/material/switcher/index.dart
49+ # - web/src/zippy_component/index.dart
50+ #
51+ # This entrypoint is not needed:
52+ # - web/src/material/demo_common.dart
2553 reflection_entry_points :
54+ - web/src/gestures/index.dart
2655 - web/src/hello_world/index.dart
56+ - web/src/http/index.dart
57+ - web/src/key_events/index.dart
58+ - web/src/sourcemap/index.dart
2759 - web/src/todo/index.dart
60+ # These entrypoints are disabled until nested-directives are supported
61+ # by transformers (issue #1747):
62+ # web/src/model_driven_forms/index.dart
63+ # web/src/order_management/index.dart
64+ # web/src/person_management/index.dart
65+ # web/src/template_driven_forms/index.dart
66+ #
67+ # These entrypoints are disabled until cross-package urls are working (issue #2982)
68+ # - web/src/material/button/index.dart
69+ # - web/src/material/checkbox/index.dart
70+ # - web/src/material/dialog/index.dart
71+ # - web/src/material/grid_list/index.dart
72+ # - web/src/material/input/index.dart
73+ # - web/src/material/progress-linear/index.dart
74+ # - web/src/material/radio/index.dart
75+ # - web/src/material/switcher/index.dart
76+ # - web/src/zippy_component/index.dart
77+ #
78+ # This entrypoint is not needed:
79+ # - web/src/material/demo_common.dart
80+
2881- $dart2js :
2982 minify : false
3083 commandLineOptions :
31- - --dump-info
3284 - --show-package-warnings
3385 - --trust-type-annotations
3486 - --trust-primitives
3587 - --enable-experimental-mirrors
88+ # Uncomment to generate summaries from dart2js
89+ # - --dump-info
0 commit comments