Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move server code to devtools_server package #539

Merged
merged 4 commits into from
Apr 16, 2019

Conversation

kenzieschmoll
Copy link
Member

No description provided.

help: 'Sets output format to JSON for consumption in tools.',
);

void serveDevTools(List<String> arguments) async {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bonus points: make a second method that takes a bunch of named parameters instead of a list String arguments.

@@ -15,6 +15,8 @@ dependencies:
args: ^1.5.1
codemirror: ^0.5.3
collection: ^1.14.11
devtools_server:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I bet you can also remove some things from this pubspec now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants