Chromium Code Reviews| Index: lib/runtime/dartx.js |
| diff --git a/test/codegen/dir/html_input_c.dart b/lib/runtime/dartx.js |
| similarity index 53% |
| copy from test/codegen/dir/html_input_c.dart |
| copy to lib/runtime/dartx.js |
| index 32d604deef22ffc3aa9af93ccd95a8440bae0794..845105d573e1e4611e0a84ae90c6ec7a7e2f587b 100644 |
| --- a/test/codegen/dir/html_input_c.dart |
| +++ b/lib/runtime/dartx.js |
| @@ -2,8 +2,12 @@ |
| // 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 html_input_c; |
| +/* This library defines the namespace for Dart extension method symbols. |
| + */ |
| -import 'html_input_e.dart'; |
| +loader.library('dart/dartx', null, /* Imports */[ |
|
Jennifer Messerly
2015/06/12 17:32:25
not sure this is worth its own file.
Leaf
2015/06/12 19:52:14
I moved this to be a property on dart (dart.dartx)
|
| +], /* Lazy Imports */[ |
| +], function(exports) { |
| + 'use strict'; |
| -int y = 3 + w; |
| +}) |