Nicholas Shahan
|
ebd0b2ee16
|
[ddc] Merge the command libraries into one
Copy all of compiler/shared_command.dart into command/command.dart
Change-Id: Id8fb363b2800fe5fd60fae75f7dc557b33a806ee
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/388051
Reviewed-by: Mark Zhou <markzipan@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Nate Biggs <natebiggs@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
|
2024-10-08 16:51:12 +00:00 |
|
Nicholas Shahan
|
b4d5272d99
|
[ddc] Move command.dart library
From: lib/src/kernel/command.dart
To: lib/src/command/command.dart
This is a step towards organizing the code from shared_command.dart and
eventually deleting it.
Change-Id: I1ca9fcfd3d7d74511957d516c01544f4a68e4e89
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/388050
Reviewed-by: Nate Biggs <natebiggs@google.com>
Reviewed-by: Mark Zhou <markzipan@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
|
2024-10-08 00:47:01 +00:00 |
|
Nicholas Shahan
|
085deb8bc4
|
[ddc] Create new result.dart library
This is a step towards organizing the code from shared_command.dart and
eventually deleting it.
- Move `CompilerResult` from shared_command.dart.
Change-Id: Ibe4b8bbd5c6deb2558392255f3818773fa4ea80e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/388049
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Nate Biggs <natebiggs@google.com>
|
2024-10-07 22:54:09 +00:00 |
|
Nicholas Shahan
|
807660f323
|
[ddc] Create new options.dart library
This is a step towards organizing the code from shared_command.dart and
eventually deleting it.
- Move `SharedCompilerOptions` and rename to `Options` from
shared_command.dart along with helpers.
Change-Id: Ic9edfb47fc2425a28b1e948d94fad96a2f594108
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/388048
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Mark Zhou <markzipan@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Nate Biggs <natebiggs@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
|
2024-10-07 21:21:30 +00:00 |
|
Nicholas Shahan
|
9b7f5a0af6
|
[ddc] Create new arguments.dart library
This is a step towards organizing the code from shared_command.dart and
eventually deleting it.
- Move `ParsedArguments` and helpers from shared_command.dart.
Change-Id: I10a05f9595e5421b6d5498e2fd1138d0acfd5e35
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/388047
Reviewed-by: Mark Zhou <markzipan@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Nate Biggs <natebiggs@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
|
2024-10-07 19:27:19 +00:00 |
|