Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: sdk/lib/_internal/compiler/implementation/common.dart

Issue 1259553002: Emit program and dependency information as relations in a Prolog database. Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « program.pl ('k') | sdk/lib/_internal/compiler/implementation/compiler.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library dart2js.common; 5 library dart2js.common;
6 6
7 export 'dart2jslib.dart' show 7 export 'dart2jslib.dart' show
8 CompilerTask, 8 CompilerTask,
9 Compiler, 9 Compiler,
10 Constant, 10 Constant,
(...skipping 13 matching lines...) Expand all
24 TypeVariableType, 24 TypeVariableType,
25 Types; 25 Types;
26 26
27 export 'elements/elements.dart' show 27 export 'elements/elements.dart' show
28 ClassElement, 28 ClassElement,
29 ClosureFieldElement, 29 ClosureFieldElement,
30 Element, 30 Element,
31 Elements, 31 Elements,
32 FunctionElement, 32 FunctionElement,
33 FunctionSignature, 33 FunctionSignature,
34 CompilationUnitElement,
34 LibraryElement, 35 LibraryElement,
35 MetadataAnnotation, 36 MetadataAnnotation,
36 MixinApplicationElement, 37 MixinApplicationElement,
37 TypedefElement, 38 TypedefElement,
38 VariableElement; 39 VariableElement;
39 40
40 export 'tree/tree.dart' show 41 export 'tree/tree.dart' show
41 Node; 42 Node;
42 43
43 export 'types/types.dart' show 44 export 'types/types.dart' show
44 TypeMask; 45 TypeMask;
45 46
46 export 'universe/universe.dart' show 47 export 'universe/universe.dart' show
47 SelectorKind; 48 SelectorKind;
48 49
49 export 'util/util.dart' show 50 export 'util/util.dart' show
50 Link, 51 Link,
51 SpannableAssertionFailure; 52 SpannableAssertionFailure;
OLDNEW
« no previous file with comments | « program.pl ('k') | sdk/lib/_internal/compiler/implementation/compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698