8d262e2944
Dartdev will use the user's home directory to store the server information and will keep a directory for cached kernel files in each dart package's .dart_tool directory and in the .dart directory for stand alone dart programs. This functionality is accessed by providing the --resident flag to the Dart CLI, and the server can be manually shutdown with the new shutdown command. Change-Id: I5231a00b7535266ab0704ca3ae35c039738bd38b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/254341 Reviewed-by: Jake Macdonald <jakemac@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Michael Richards <msrichards@google.com> Reviewed-by: Siva Annamalai <asiva@google.com>