[dartdev] bring in the new stagehand project template

Change-Id: Ie6c0c83bec3db86f430faeb033b0de7ebaf183cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136660
Reviewed-by: Jaime Wren <jwren@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
Devon Carew 2020-02-21 00:26:30 +00:00 committed by commit-bot@chromium.org
parent b81f12a549
commit 9bedc9a7af
3 changed files with 4 additions and 4 deletions

2
DEPS
View file

@ -134,7 +134,7 @@ vars = {
"source_maps_tag": "8af7cc1a1c3a193c1fba5993ce22a546a319c40e",
"source_span_tag": "1.5.5",
"stack_trace_tag": "1.9.3",
"stagehand_tag": "v3.3.6",
"stagehand_tag": "v3.3.7",
"stream_channel_tag": "2.0.0",
"string_scanner_tag": "1.0.3",
"test_descriptor_tag": "1.1.1",

View file

@ -15,10 +15,10 @@ import '../sdk.dart';
/// A command to create a new project from a set of templates.
class CreateCommand extends DartdevCommand {
static String defaultTemplateId = 'console-full';
static String defaultTemplateId = 'console-simple';
static List<String> legalTemplateIds = [
'console-full',
'console-simple',
'package-simple',
'web-simple'
];

View file

@ -10,7 +10,7 @@ dependencies:
cli_util: ^0.1.0
intl: ^0.16.0
path: ^1.6.2
stagehand: 3.3.6
stagehand: 3.3.7
watcher: ^0.9.7+13
yaml: ^2.2.0