Files
sdk/pkg/dev_compiler/lib/src
Nicholas Shahan bfb45a5476 [ddc] Make more ProgramCompiler members private
- All members that are currently only called within the library are
  now private.
- Remove some unnecessary getters and just access the private fields.
- Update some fields to be final and provide an initializer on the
  constructor.

Change-Id: I6183cc4452bc740150c0dce4137cee518cf8b280
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/376520
Commit-Queue: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Nate Biggs <natebiggs@google.com>
2024-07-19 17:21:19 +00:00
..