dart-sdk/pkg
Sigmund Cherem 5d7820e68a Simplify option processing
Using immutable options objects was nice, but it came with a tax every time we added or modified
options (often having to edit 5 locations). I'm now using a mutable object and
default values are inline with the field declaration.

Change-Id: I92768f0ff50a4140271dc0ebfa3b615c94a57e4d
Reviewed-on: https://dart-review.googlesource.com/48446
Reviewed-by: Stephen Adams <sra@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
2018-03-26 21:55:32 +00:00
..
analysis_server Adjust timeout for reanalyze_concurrent_test.dart. 2018-03-26 20:20:52 +00:00
analysis_server_client Clean up some hints 2018-03-26 17:39:18 +00:00
analyzer Adjust timeout for reanalyze_concurrent_test.dart. 2018-03-26 20:20:52 +00:00
analyzer_cli One more change to get the analyzer_cli tests to all pass under preview-dart-2 2018-03-23 16:13:31 +00:00
analyzer_plugin Update analyzer_plugin to be Dart 2 safe 2018-03-23 00:19:45 +00:00
async_helper Update language_2/await_test.dart to use async_helper. 2017-12-06 12:05:59 +00:00
compiler Simplify option processing 2018-03-26 21:55:32 +00:00
dart_internal Make warning more warning-y. 2018-03-02 02:04:44 +00:00
dart_messages Improve extraneous or out of position modifier recovery 2018-01-16 17:24:12 +00:00
dev_compiler [Corelib, VM runtime] Fix handling of zero operand in Bigint operations (fixes #32465). 2018-03-21 21:44:10 +00:00
expect Reland https://dart-review.googlesource.com/c/sdk/+/37441 with fixes 2018-02-08 20:46:19 +00:00
front_end [fasta] Move condition checks for some build steps inside the steps 2018-03-26 09:09:35 +00:00
js Making license files consistent across all packages 2017-09-28 19:33:08 +00:00
js_ast Add classes for instantiations 2018-03-03 00:50:59 +00:00
kernel [kernel/vm] Implement NSM-forwarding in the VM. 2018-03-22 19:14:04 +00:00
meta Add a README file to the meta package 2017-12-17 21:53:17 +00:00
microlytics
sourcemap_testing fix #32083, improve hover and stepping for DDC source maps 2018-02-17 21:25:56 +00:00
status_file Add ExtraSlow status file marker 2018-03-14 15:49:09 +00:00
telemetry Remove Fuchsia-specific build files. 2017-10-19 17:52:37 +00:00
testing Add testing chain to validate messages.yaml 2018-02-28 11:02:23 +00:00
vm [vm/kernel/aot] Fix representation of SuperPropertySet in TFA summaries 2018-03-26 16:41:25 +00:00
.gitignore
BUILD.gn
pkg.status [fasta] Refactor incremental_load_from_dill_test 2018-03-22 08:57:36 +00:00