Files
flutter/packages/flutter_tools/lib/src/base
Ryan Macnak a4b29d6414 Pass --enable_mirrors=false when building script snapshots for the debug mode. (#12472)
The initial loading happens on the host, which was building a script snapshot and allowing imports of dart:mirrors. Hot reload happens on the device, which then notices the imports and issues a compile-time error. This change causes programs with imports of dart:mirrors to be rejected during the initial load.

Fixes https://github.com/flutter/flutter/issues/12440
2017-10-12 14:46:37 -07:00
..
2017-03-29 21:21:46 +02:00
2017-09-28 09:36:55 -07:00
2017-09-28 17:37:34 -07:00
2017-09-27 16:13:48 -07:00