angular/modules
Tim Blasi 77b31ab42f feat(dart/transform): Add debug transform parameters
Add two transform parameters to aid in debugging the transformer
- `mirror_mode`, with values {`debug`, `none`, and `verbose`}
- `init_reflector`, with values {`true`, `false`}

`mirror_mode`:
- `debug`: Allow reflective access, but log a message if it is used
- `none`: Remove reflective access, `throw` if it is used. Default value
- `verbose`: Allow reflective access, log a stack trace if it is used

`init_reflector`: Whether to generate calls to our generated
`initReflector` code.

These will be useful to reveal areas where the transformer is not generating
appropriate code and to quickly see where reflective accesses occur.

When the pub mode is `transform_dynamic`, we run in MirrorMode.debug
with `init_reflector = false`. This is used for testing purposes.
2015-04-20 12:32:04 -07:00
..
angular2 feat(dart/transform): Add debug transform parameters 2015-04-20 12:32:04 -07:00
angular2_material fix(facades): fix splice semantics; add test 2015-04-17 13:52:03 -07:00
benchmarks chore(analysis): analyze web folders; fix existing warnings 2015-04-17 13:52:02 -07:00
benchmarks_external chore(analysis): analyze web folders; fix existing warnings 2015-04-17 13:52:02 -07:00
benchpress docs(benchpress): add details about normalized mobile environment. 2015-04-15 10:12:13 -07:00
examples refactor(dart/transform): Remove index_static from hello_world 2015-04-17 16:11:48 -07:00
rtts_assert Don't use the for..of syntax in AtScript. 2015-02-27 15:26:53 -08:00