| Index: lib/compiler/compiler.dart
|
| ===================================================================
|
| --- lib/compiler/compiler.dart (revision 0)
|
| +++ lib/compiler/compiler.dart (working copy)
|
| @@ -2,10 +2,10 @@
|
| // 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('leg_api');
|
| +#library('compiler');
|
|
|
| #import('../../lib/uri/uri.dart');
|
| -#import('apiimpl.dart');
|
| +#import('implementation/apiimpl.dart');
|
|
|
| // Unless explicitly allowed, passing null for any argument to the
|
| // methods of library will result in a NullPointerException being
|
|
|