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

Side by Side Diff: lib/compiler/implementation/leg.dart

Issue 10990060: Added support for exports and re-exports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 8 years, 2 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
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, 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('leg'); 5 #library('leg');
6 6
7 #import('dart:uri'); 7 #import('dart:uri');
8 8
9 #import('closure.dart', prefix: 'closureMapping'); 9 #import('closure.dart', prefix: 'closureMapping');
10 #import('dart_backend/dart_backend.dart', prefix: 'dart_backend'); 10 #import('dart_backend/dart_backend.dart', prefix: 'dart_backend');
(...skipping 14 matching lines...) Expand all
25 #import('types/types.dart', prefix: 'ti'); 25 #import('types/types.dart', prefix: 'ti');
26 26
27 #source('code_buffer.dart'); 27 #source('code_buffer.dart');
28 #source('compile_time_constants.dart'); 28 #source('compile_time_constants.dart');
29 #source('compiler.dart'); 29 #source('compiler.dart');
30 #source('constants.dart'); 30 #source('constants.dart');
31 #source('constant_system.dart'); 31 #source('constant_system.dart');
32 #source('constant_system_dart.dart'); 32 #source('constant_system_dart.dart');
33 #source('diagnostic_listener.dart'); 33 #source('diagnostic_listener.dart');
34 #source('enqueue.dart'); 34 #source('enqueue.dart');
35 #source('library_loader.dart');
35 #source('resolved_visitor.dart'); 36 #source('resolved_visitor.dart');
36 #source('resolver.dart'); 37 #source('resolver.dart');
37 #source('script.dart'); 38 #source('script.dart');
38 #source('tree_validator.dart'); 39 #source('tree_validator.dart');
39 #source('typechecker.dart'); 40 #source('typechecker.dart');
40 #source('warnings.dart'); 41 #source('warnings.dart');
41 #source('world.dart'); 42 #source('world.dart');
OLDNEW
« no previous file with comments | « lib/compiler/implementation/elements/elements.dart ('k') | lib/compiler/implementation/library_loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698