[cfe] Remove library fasta.* names
Change-Id: I0a678e971395f70d09a3faf004e6476a9b5a48cb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/395000 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Jens Johansen <jensj@google.com>
This commit is contained in:
committed by
Commit Queue
parent
14097a1aba
commit
72534f18fa
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.quote;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/scanner/string_canonicalizer.dart';
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/parser/listener.dart'
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/// [CompilerContext] that are suitable for command-line tools. The methods in
|
||||
/// this library aren't intended to be called directly, instead, one should use
|
||||
/// [CompilerContext].
|
||||
library fasta.command_line_reporting;
|
||||
library;
|
||||
|
||||
import 'dart:math' show min;
|
||||
import 'dart:typed_data' show Uint8List;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.compiler_context;
|
||||
|
||||
import 'dart:async' show Zone, runZoned;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/messages/codes.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.configuration;
|
||||
|
||||
class Configuration {
|
||||
final int charOffset;
|
||||
final String dottedName;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.constant_context;
|
||||
|
||||
enum ConstantContext {
|
||||
/// Not in a constant context.
|
||||
///
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.crash;
|
||||
|
||||
import 'dart:convert' show jsonEncode;
|
||||
import 'dart:io'
|
||||
show ContentType, HttpClient, HttpClientRequest, SocketException, stderr;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.export;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
|
||||
import '../builder/builder.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.get_dependencies;
|
||||
|
||||
import 'dart:typed_data';
|
||||
|
||||
import 'package:kernel/kernel.dart' show Component, loadComponentFromBytes;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.qualified_name;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/scanner/scanner.dart' show Token;
|
||||
import 'package:kernel/ast.dart' show Expression;
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.ignored_parser_errors;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/scanner/token.dart'
|
||||
show TokenIsAExtension, Keyword, Token;
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.import;
|
||||
|
||||
import 'package:kernel/ast.dart' show LibraryDependency;
|
||||
|
||||
import '../builder/builder.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.incremental_compiler;
|
||||
|
||||
import 'dart:async' show Completer;
|
||||
import 'dart:convert' show JsonEncoder;
|
||||
import 'dart:typed_data';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.incremental_serializer;
|
||||
|
||||
import 'dart:typed_data' show Uint8List;
|
||||
|
||||
import 'package:kernel/binary/ast_from_binary.dart' show SubComponentView;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.library_graph;
|
||||
|
||||
import 'package:kernel/kernel.dart'
|
||||
show Library, LibraryDependency, LibraryPart;
|
||||
import 'package:kernel/util/graph.dart' show Graph;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.loader;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/messages/severity.dart' show Severity;
|
||||
import 'package:kernel/ast.dart' show Class, DartType, ExtensionTypeDeclaration;
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.messages;
|
||||
|
||||
import 'package:kernel/ast.dart' show Library, Location, Source;
|
||||
|
||||
import '../codes/cfe_codes.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.operators;
|
||||
|
||||
/// The user-definable operators in Dart.
|
||||
///
|
||||
/// The names have been chosen to represent their normal semantic meaning.
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.problems;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/messages/severity.dart'
|
||||
show Severity, severityTexts;
|
||||
import 'package:kernel/ast.dart' show FileUriNode, TreeNode;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.scope;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/class_hierarchy.dart';
|
||||
import 'package:kernel/type_environment.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.ticker;
|
||||
|
||||
class Ticker {
|
||||
final Stopwatch sw = new Stopwatch()..start();
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.uri_translator;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/util/libraries_specification.dart'
|
||||
show TargetLibrariesSpecification;
|
||||
import 'package:package_config/package_config.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.declaration;
|
||||
|
||||
import '../base/problems.dart' show unsupported;
|
||||
|
||||
abstract class Builder {
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.constructor_reference_builder;
|
||||
|
||||
import '../base/messages.dart' show noLength, templateConstructorNotFound;
|
||||
import '../base/scope.dart';
|
||||
import 'builder.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.dynamic_type_builder;
|
||||
|
||||
import 'package:kernel/ast.dart' show DartType, Nullability;
|
||||
|
||||
import 'declaration_builders.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.field_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
|
||||
import 'member_builder.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.formal_parameter_builder;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/parser/formal_parameter_kind.dart'
|
||||
show FormalParameterKind;
|
||||
import 'package:_fe_analyzer_shared/src/scanner/scanner.dart' show Token;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.procedure_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
|
||||
import 'member_builder.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.function_type_builder;
|
||||
|
||||
import 'package:kernel/ast.dart'
|
||||
show
|
||||
DartType,
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.future_or_type_builder;
|
||||
|
||||
import 'package:kernel/ast.dart' show DartType, FutureOrType, Nullability;
|
||||
import 'package:kernel/class_hierarchy.dart';
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.library_builder;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/messages/severity.dart' show Severity;
|
||||
import 'package:kernel/ast.dart' show Class, Library, Version;
|
||||
import 'package:kernel/reference_from_index.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.member_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
|
||||
import '../kernel/hierarchy/class_member.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.metadata_builder;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/scanner/scanner.dart' show Token;
|
||||
import 'package:_fe_analyzer_shared/src/metadata/expressions.dart' as shared;
|
||||
import 'package:kernel/ast.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.mixin_application_builder;
|
||||
|
||||
import 'declaration_builders.dart';
|
||||
import 'type_builder.dart';
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.name_iterator;
|
||||
|
||||
import 'builder.dart';
|
||||
|
||||
/// An iterator on [Builder]s that provide the name that they are mapped to.
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.named_type_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/class_hierarchy.dart';
|
||||
import 'package:kernel/src/bounds_checks.dart' show VarianceCalculationValue;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.never_type_builder;
|
||||
|
||||
import 'package:kernel/ast.dart' show DartType, Nullability;
|
||||
import 'package:kernel/class_hierarchy.dart';
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.null_type_declaration_builder;
|
||||
|
||||
import 'package:kernel/ast.dart' show DartType, Nullability;
|
||||
import 'package:kernel/class_hierarchy.dart';
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.prefix_builder;
|
||||
|
||||
import 'package:kernel/ast.dart' show LibraryDependency;
|
||||
|
||||
import '../base/combinator.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.type_builder;
|
||||
|
||||
import 'package:kernel/ast.dart'
|
||||
show DartType, Nullability, Supertype, TreeNode, Variance;
|
||||
import 'package:kernel/class_hierarchy.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.kernel_variable_builder;
|
||||
|
||||
import 'package:kernel/ast.dart' show VariableDeclaration;
|
||||
|
||||
import '../builder/builder.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.dill_class_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/class_hierarchy.dart';
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.dill_library_builder;
|
||||
|
||||
import 'dart:convert' show jsonDecode;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.dill_loader;
|
||||
|
||||
import 'dart:collection' show Queue;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/messages/severity.dart' show Severity;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.dill_member_builder;
|
||||
|
||||
import 'package:kernel/ast.dart'
|
||||
show
|
||||
Annotatable,
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.dill_typedef_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/class_hierarchy.dart';
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.body_builder;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/messages/severity.dart' show Severity;
|
||||
import 'package:_fe_analyzer_shared/src/parser/parser.dart'
|
||||
show
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.collections;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/src/printer.dart';
|
||||
import 'package:kernel/type_environment.dart' show StaticTypeContext;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
/// Furthermore due to the lowering of certain constructs in the front-end
|
||||
/// (e.g. '??') we need to support a super-set of the normal constant expression
|
||||
/// language. Issue(http://dartbug.com/31799)
|
||||
library fasta.constant_evaluator;
|
||||
library;
|
||||
|
||||
import 'dart:io' as io;
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.constness;
|
||||
|
||||
enum Constness {
|
||||
explicitConst,
|
||||
explicitNew,
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
/// A library to help generate expression.
|
||||
library fasta.expression_generator;
|
||||
library;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/parser/parser.dart'
|
||||
show lengthForToken, lengthOfSpan;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.expression_generator_helper;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/scanner/token.dart' show Token;
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/type_algebra.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.fangorn;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/src/printer.dart';
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.class_hierarchy_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/type_algebra.dart';
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.class_hierarchy_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/src/types.dart';
|
||||
import 'package:kernel/type_algebra.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.class_hierarchy_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/class_hierarchy.dart'
|
||||
show ClassHierarchyBase, ClassHierarchyExtensionTypeMixin;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.class_hierarchy_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/src/nnbd_top_merge.dart';
|
||||
import 'package:kernel/src/norm.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.class_hierarchy_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/class_hierarchy.dart' show ClassHierarchyMembers;
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.class_hierarchy_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/class_hierarchy.dart' show ClassHierarchy;
|
||||
import 'package:kernel/names.dart' show noSuchMethodName;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.class_hierarchy_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/class_hierarchy.dart' show ClassHierarchyBase;
|
||||
import 'package:kernel/core_types.dart' show CoreTypes;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.implicit_type;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/scanner/token.dart' show Token;
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/class_hierarchy.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.implicit_type_argument;
|
||||
|
||||
import 'package:kernel/ast.dart'
|
||||
show
|
||||
AuxiliaryType,
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.kernel_constants;
|
||||
|
||||
import '../builder/library_builder.dart';
|
||||
import '../codes/cfe_codes.dart' show LocatedMessage;
|
||||
import '../source/source_loader.dart' show SourceLoader;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.kernel_target;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/clone.dart' show CloneVisitorNotMembers;
|
||||
import 'package:kernel/type_algebra.dart' show Substitution;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.kernel_target;
|
||||
|
||||
import 'dart:typed_data';
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/messages/severity.dart' show Severity;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.kernel_variable_builder;
|
||||
|
||||
import 'package:kernel/ast.dart' show VariableDeclaration;
|
||||
|
||||
import '../builder/builder.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.type_builder_computer;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/parser/parser.dart'
|
||||
show FormalParameterKind;
|
||||
import 'package:kernel/ast.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.diet_listener;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/parser/parser.dart'
|
||||
show
|
||||
Assert,
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.diet_parser;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/parser/parser.dart'
|
||||
show ClassMemberParser, Listener, MemberKind;
|
||||
import 'package:_fe_analyzer_shared/src/scanner/token.dart' show Token;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.outline_builder;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/parser/parser.dart'
|
||||
show
|
||||
Assert,
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.source_class_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/class_hierarchy.dart'
|
||||
show ClassHierarchy, ClassHierarchyBase, ClassHierarchyMembers;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.enum_builder;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/parser/formal_parameter_kind.dart';
|
||||
import 'package:_fe_analyzer_shared/src/scanner/token.dart';
|
||||
import 'package:kernel/ast.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.field_builder;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/scanner/scanner.dart' show Token;
|
||||
import 'package:_fe_analyzer_shared/src/metadata/expressions.dart' as shared;
|
||||
import 'package:kernel/ast.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.procedure_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/class_hierarchy.dart';
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.source_library_builder;
|
||||
|
||||
import 'dart:convert' show jsonEncode, utf8;
|
||||
import 'dart:typed_data';
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.source_loader;
|
||||
|
||||
import 'dart:collection' show Queue;
|
||||
import 'dart:convert' show utf8;
|
||||
import 'dart:typed_data' show Uint8List;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.member_builder;
|
||||
|
||||
import 'package:kernel/ast.dart';
|
||||
import 'package:kernel/class_hierarchy.dart';
|
||||
import 'package:kernel/type_environment.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.stack_listener_impl;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/experiments/flags.dart' as shared
|
||||
show ExperimentalFlag;
|
||||
import 'package:_fe_analyzer_shared/src/parser/stack_listener.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.assert_locations_test;
|
||||
|
||||
import 'package:expect/async_helper.dart' show asyncTest;
|
||||
import 'package:expect/expect.dart' show Expect;
|
||||
import "package:front_end/src/api_prototype/compiler_options.dart"
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.expression_test;
|
||||
|
||||
import "dart:io" show File, IOSink;
|
||||
import 'dart:typed_data' show Uint8List;
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.incremental_test;
|
||||
|
||||
import "dart:convert" show JsonEncoder;
|
||||
import "dart:io" show File;
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.incremental_expectations;
|
||||
|
||||
import "dart:convert" show JsonDecoder, JsonEncoder;
|
||||
|
||||
const JsonEncoder json = const JsonEncoder.withIndent(" ");
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.incremental_dynamic_test;
|
||||
|
||||
import 'package:expect/async_helper.dart' show asyncTest;
|
||||
import 'package:expect/expect.dart' show Expect;
|
||||
import "package:front_end/src/api_prototype/compiler_options.dart"
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.incremental_source_files;
|
||||
|
||||
/// Expand a file with diffs in common merge conflict format into a [List] that
|
||||
/// can be passed to [expandUpdates].
|
||||
///
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.modular_suite;
|
||||
|
||||
import 'utils/suite_utils.dart' show internalMain;
|
||||
import 'testing/environment_keys.dart';
|
||||
import 'testing/suite.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.outline_suite;
|
||||
|
||||
import 'utils/suite_utils.dart' show internalMain;
|
||||
import 'testing/environment_keys.dart';
|
||||
import 'testing/suite.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.strong_suite;
|
||||
|
||||
import 'utils/suite_utils.dart' show internalMain;
|
||||
import 'testing/environment_keys.dart';
|
||||
import 'testing/suite.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.incremental_dynamic_test;
|
||||
|
||||
import "package:_fe_analyzer_shared/src/messages/diagnostic_message.dart"
|
||||
show
|
||||
DiagnosticMessage,
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.testing.suite;
|
||||
|
||||
import 'dart:convert' show jsonDecode, utf8;
|
||||
import 'dart:io' show Directory, File, Platform;
|
||||
import 'dart:typed_data' show Uint8List;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.textual_outline_test;
|
||||
|
||||
import 'dart:io';
|
||||
import 'dart:typed_data';
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.testing.kernel_chain;
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:io' show Directory, File, IOSink, Platform;
|
||||
import 'dart:typed_data';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.testing.scanner_chain;
|
||||
|
||||
import 'dart:typed_data' show Uint8List;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/scanner/io.dart' show readBytesFromFile;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.suite_utils;
|
||||
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:testing/src/chain.dart' show CreateContext;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.weak_suite;
|
||||
|
||||
import 'utils/suite_utils.dart' show internalMain;
|
||||
import 'testing/environment_keys.dart';
|
||||
import 'testing/suite.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.tool.additional_targets;
|
||||
|
||||
import 'package:compiler/src/kernel/dart2js_target.dart' show Dart2jsTarget;
|
||||
import 'package:dart2wasm/target.dart' as wasm show Mode;
|
||||
import 'package:dart2wasm/target.dart' show WasmTarget;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.tool.additional_targets_test;
|
||||
|
||||
import 'package:front_end/src/base/command_line_options.dart';
|
||||
import 'package:front_end/src/codes/cfe_codes.dart'
|
||||
show MessageCode, messageFastaUsageLong;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.tool.entry_points;
|
||||
|
||||
import "dart:convert" show JsonEncoder;
|
||||
import "dart:io" show File;
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.tool.command_line;
|
||||
|
||||
import 'dart:io' show exit;
|
||||
|
||||
import 'package:_fe_analyzer_shared/src/messages/severity.dart' show Severity;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.compile_platform_test;
|
||||
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:expect/async_helper.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.test.compile_platform_test;
|
||||
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:expect/async_helper.dart';
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
library fasta.tool.entry_points;
|
||||
|
||||
import 'dart:convert' show JsonEncoder, LineSplitter, jsonDecode, utf8;
|
||||
import 'dart:io'
|
||||
show File, Platform, ProcessSignal, exit, exitCode, stderr, stdin, stdout;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user