Skip to content

Commit 72534f1

Browse files
johnniwintherCommit Queue
authored andcommitted
[cfe] Remove library fasta.* names
Change-Id: I0a678e971395f70d09a3faf004e6476a9b5a48cb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/395000 Commit-Queue: Johnni Winther <[email protected]> Reviewed-by: Jens Johansen <[email protected]>
1 parent 14097a1 commit 72534f1

File tree

101 files changed

+3
-199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+3
-199
lines changed

pkg/_fe_analyzer_shared/lib/src/parser/quote.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library fasta.quote;
6-
75
import 'package:_fe_analyzer_shared/src/scanner/string_canonicalizer.dart';
86

97
import 'package:_fe_analyzer_shared/src/parser/listener.dart'

pkg/front_end/lib/src/base/command_line_reporting.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/// [CompilerContext] that are suitable for command-line tools. The methods in
77
/// this library aren't intended to be called directly, instead, one should use
88
/// [CompilerContext].
9-
library fasta.command_line_reporting;
9+
library;
1010

1111
import 'dart:math' show min;
1212
import 'dart:typed_data' show Uint8List;

pkg/front_end/lib/src/base/compiler_context.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library fasta.compiler_context;
6-
75
import 'dart:async' show Zone, runZoned;
86

97
import 'package:_fe_analyzer_shared/src/messages/codes.dart';

pkg/front_end/lib/src/base/configuration.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library fasta.configuration;
6-
75
class Configuration {
86
final int charOffset;
97
final String dottedName;

pkg/front_end/lib/src/base/constant_context.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library fasta.constant_context;
6-
75
enum ConstantContext {
86
/// Not in a constant context.
97
///

pkg/front_end/lib/src/base/crash.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library fasta.crash;
6-
75
import 'dart:convert' show jsonEncode;
86
import 'dart:io'
97
show ContentType, HttpClient, HttpClientRequest, SocketException, stderr;

pkg/front_end/lib/src/base/export.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library fasta.export;
6-
75
import 'package:kernel/ast.dart';
86

97
import '../builder/builder.dart';

pkg/front_end/lib/src/base/get_dependencies.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library fasta.get_dependencies;
6-
75
import 'dart:typed_data';
86

97
import 'package:kernel/kernel.dart' show Component, loadComponentFromBytes;

pkg/front_end/lib/src/base/identifiers.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library fasta.qualified_name;
6-
75
import 'package:_fe_analyzer_shared/src/scanner/scanner.dart' show Token;
86
import 'package:kernel/ast.dart' show Expression;
97

pkg/front_end/lib/src/base/ignored_parser_errors.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
library fasta.ignored_parser_errors;
6-
75
import 'package:_fe_analyzer_shared/src/scanner/token.dart'
86
show TokenIsAExtension, Keyword, Token;
97

0 commit comments

Comments
 (0)