OLD | NEW |
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2015, 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 library web_components; | 4 library web_components; |
5 | 5 |
6 export 'src/custom_element.dart'; | 6 export 'src/custom_element.dart'; |
| 7 export 'src/init.dart'; |
7 export 'custom_element_proxy.dart'; | 8 export 'custom_element_proxy.dart'; |
8 export 'html_import_annotation.dart'; | 9 export 'html_import_annotation.dart'; |
OLD | NEW |