Skip to content

Commit

Permalink
Remove library tags, they aren't needed
Browse files Browse the repository at this point in the history
(with one exception: libs that have parts)

[email protected]

Review URL: https://codereview.chromium.org/1644823002 .
  • Loading branch information
John Messerly committed Jan 29, 2016
1 parent edaf069 commit cf6bca8
Show file tree
Hide file tree
Showing 35 changed files with 0 additions and 56 deletions.
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/devc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// The main library for the Dart Dev Compiler.
library dev_compiler.devc;
export 'src/analysis_context.dart'
show createAnalysisContext, createAnalysisContextWithSources;
Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/runtime/messages_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// This library displays [MessageSummary]s from the Dart Dev Compiler.
library dev_compiler.messages;
import 'dart:convert';
import 'dart:html';
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/analysis_context.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.analysis_context;

import 'package:analyzer/src/generated/engine.dart';
import 'package:analyzer/src/generated/java_io.dart' show JavaFile;
import 'package:analyzer/src/generated/sdk_io.dart' show DirectoryBasedDartSdk;
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/closure/closure_annotation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.closure.closure_annotation;

import 'closure_type.dart';

/// Set of closure annotations that can be [toString]ed to a single JsDoc comment.
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/closure/closure_annotator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.closure.closure_codegen;

import 'package:analyzer/analyzer.dart' show ParameterKind;
import 'package:analyzer/src/generated/element.dart';
import 'package:analyzer/src/generated/resolver.dart' show TypeProvider;
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/closure/closure_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.closure.closure_type;

/// Poor-man's representation of a Closure type.
/// See https://developers.google.com/closure/compiler/docs/js-for-compiler
///
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/codegen/ast_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.codegen.ast_builder;

import 'package:analyzer/src/generated/ast.dart';
import 'package:analyzer/src/generated/scanner.dart';
import 'package:analyzer/src/generated/utilities_dart.dart';
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/codegen/code_generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.codegen.code_generator;

import 'package:analyzer/src/generated/element.dart'
show CompilationUnitElement, LibraryElement;
import 'package:analyzer/src/generated/engine.dart' show AnalysisContext;
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/codegen/html_codegen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.codegen.html_codegen;

import 'package:html/dom.dart';
import 'package:html/parser.dart' show parseFragment;
import 'package:logging/logging.dart' show Logger;
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/codegen/js_codegen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.codegen.js_codegen;

import 'dart:collection' show HashSet, HashMap, SplayTreeSet;

import 'package:analyzer/analyzer.dart' hide ConstantEvaluator;
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/codegen/js_field_storage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.codegen.js_field_storage;

import 'dart:collection' show HashMap, HashSet;
import 'package:analyzer/src/generated/ast.dart' show Identifier;
import 'package:analyzer/src/generated/element.dart';
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/codegen/js_interop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.js_interop;

import 'package:analyzer/src/generated/ast.dart';
import 'package:analyzer/src/generated/element.dart';
import 'package:analyzer/src/generated/constant.dart';
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/codegen/js_metalet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.codegen.js_metalet;

// TODO(jmesserly): import from its own package
import '../js/js_ast.dart';
import '../js/precedence.dart';
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/codegen/js_names.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.codegen.js_names;

import 'dart:collection';

import '../js/js_ast.dart';
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/codegen/js_printer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.codegen.js_printer;

import 'dart:convert' show JSON, JsonEncoder;
import 'dart:io' show Directory, File, Platform, Process;

Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/codegen/module_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.codegen.module_builder;

import 'package:path/path.dart' as path;

import '../js/js_ast.dart' as JS;
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/codegen/reify_coercions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.codegen.reify_coercions;

import 'package:analyzer/analyzer.dart' as analyzer;
import 'package:analyzer/src/generated/ast.dart';
import 'package:analyzer/src/generated/element.dart';
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/codegen/side_effect_analysis.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.codegen.side_effect_analysis;

import 'package:analyzer/src/generated/ast.dart';
import 'package:analyzer/src/generated/constant.dart';
import 'package:analyzer/src/generated/element.dart';
Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/src/compiler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// Command line tool to run the checker on a Dart program.
library dev_compiler.src.compiler;
import 'dart:async';
import 'dart:collection';
Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/src/dart_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/// Common logic needed to provide a Dart SDK to the analyzer's resolver. This
/// includes logic to determine where the sdk is located in the filesystem, and
/// definitions to provide mock sdks.
library dev_compiler.src.dart_sdk;
import 'package:analyzer/src/generated/engine.dart'
show AnalysisContext, TimestampedData;
Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/src/info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

/// Defines static information collected by the type checker and used later by
/// emitters to generate code.
library dev_compiler.src.info;
import 'package:analyzer/src/generated/ast.dart';
import 'package:analyzer/src/generated/element.dart';
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/js/characters.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 js_character_codes;

const int $EOF = 0;
const int $STX = 2;
const int $BS = 8;
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/js/precedence.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 precedence;

const EXPRESSION = 0;
const SPREAD = EXPRESSION + 1;
const YIELD = SPREAD + 1;
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/multi_package_resolver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.multi_package_resolver;

import 'dart:io';

import 'package:analyzer/src/generated/java_io.dart';
Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/src/options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// Set of flags and options passed to the compiler
library dev_compiler.src.options;
import 'dart:io';

Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/src/report.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// Summarizes the information produced by the checker.
library dev_compiler.src.report;
import 'dart:math' show max;

Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/report/html_gen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.html_gen;

/// A class to generate an html page.
class HtmlGen {
final _buffer = new StringBuffer();
Expand Down
2 changes: 0 additions & 2 deletions pkg/dev_compiler/lib/src/report/html_reporter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 dev_compiler.src.html_reporter;

import 'dart:collection' show LinkedHashSet;
import 'dart:convert' show HTML_ESCAPE;
import 'dart:io';
Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/src/runner/file_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// File-listing utils used by dartdevrun.
library dev_compiler.src.runner.file_utils;
import 'dart:async';
import 'dart:io';
Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/src/runner/runtime_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// JS runtime files utilities used by dartdevrun.
library dev_compiler.src.runner.runtime_utils;
import 'dart:async';
import 'dart:io';
Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/src/runner/v8_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// V8 runner support used by dartdevrun.
library dev_compiler.src.runner.v8_utils;
import 'dart:async';
import 'dart:io';
Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/src/server/dependency_graph.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// Tracks the shape of the import/export graph and dependencies between files.
library dev_compiler.src.dependency_graph;
import 'dart:collection' show HashSet, HashMap;

Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/src/server/server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// Development server that compiles Dart to JS on the fly.
library dev_compiler.src.server;
import 'dart:async';
import 'dart:convert';
Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/src/summary.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// Summary of error messages produced by a `SummaryReporter`.
library dev_compiler.src.summary;
import 'dart:collection' show HashSet;

Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// Holds a couple utility functions used at various places in the system.
library dev_compiler.src.utils;
import 'dart:io';

Expand Down

0 comments on commit cf6bca8

Please sign in to comment.