Skip to content

Commit 286199c

Browse files
committed
revert frontend_server_common
1 parent d652fbe commit 286199c

File tree

17 files changed

+66
-2
lines changed

17 files changed

+66
-2
lines changed

dwds/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ dev_dependencies:
5353
built_value_generator: ^8.4.2
5454
dart_flutter_team_lints: any
5555
graphs: ^2.1.0
56+
frontend_server_common:
57+
path: ../frontend_server_common
5658
io: ^1.0.5
5759
js: ">=0.6.4 <0.8.0"
5860
pubspec_parse: ^1.2.0

dwds/test/fixtures/context.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ import 'package:dwds/src/services/expression_compiler_service.dart';
2424
import 'package:dwds/src/utilities/dart_uri.dart';
2525
import 'package:dwds/src/utilities/server.dart';
2626
import 'package:file/local.dart';
27+
import 'package:frontend_server_common/src/devfs.dart';
28+
import 'package:frontend_server_common/src/resident_runner.dart';
2729
import 'package:http/http.dart';
2830
import 'package:http/io_client.dart';
2931
import 'package:logging/logging.dart' as logging;
@@ -39,8 +41,6 @@ import 'package:vm_service/vm_service_io.dart';
3941
import 'package:webdriver/async_io.dart';
4042
import 'package:webkit_inspection_protocol/webkit_inspection_protocol.dart';
4143

42-
import '../frontend_server_common/devfs.dart';
43-
import '../frontend_server_common/resident_runner.dart';
4444
import 'project.dart';
4545
import 'server.dart';
4646
import 'utilities.dart';
File renamed without changes.

frontend_server_common/LICENSE

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Copyright 2020, the Dart project authors.
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions are
5+
met:
6+
7+
* Redistributions of source code must retain the above copyright
8+
notice, this list of conditions and the following disclaimer.
9+
* Redistributions in binary form must reproduce the above
10+
copyright notice, this list of conditions and the following
11+
disclaimer in the documentation and/or other materials provided
12+
with the distribution.
13+
* Neither the name of Google LLC nor the names of its
14+
contributors may be used to endorse or promote products derived
15+
from this software without specific prior written permission.
16+
17+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
21+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include: package:analysis_config/analysis_options.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.

dwds/test/frontend_server_common/frontend_server_client.dart renamed to frontend_server_common/lib/src/frontend_server_client.dart

File renamed without changes.

0 commit comments

Comments
 (0)