| OLD | NEW |
| 1 # | 1 # |
| 2 # Entries in this file define how editor maps #import(...) directives | 2 # Entries in this file define how editor maps #import(...) directives |
| 3 # | 3 # |
| 4 # A key that ends with '\:' maps an entire scheme to a directory tree | 4 # A key that ends with '\:' maps an entire scheme to a directory tree |
| 5 # (All ':' characters in the key must be escaped) | 5 # (All ':' characters in the key must be escaped) |
| 6 # For example, an entry in this file such as | 6 # For example, an entry in this file such as |
| 7 # foo\: = /user/name/some/dir | 7 # foo\: = /user/name/some/dir |
| 8 # will map the following imports | 8 # will map the following imports |
| 9 # #import('foo:bar') --> /user/name/some/dir/bar/bar.dart | 9 # #import('foo:bar') --> /user/name/some/dir/bar/bar.dart |
| 10 # #import('foo:blat.dart') --> /user/name/some/dir/blat.dart | 10 # #import('foo:blat.dart') --> /user/name/some/dir/blat.dart |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 # These copy most of the frog imports until we get the dart2js libs | 32 # These copy most of the frog imports until we get the dart2js libs |
| 33 # in the dart-sdk | 33 # in the dart-sdk |
| 34 | 34 |
| 35 dart\: = . | 35 dart\: = . |
| 36 dart\:core = core/core_frog.dart | 36 dart\:core = core/core_frog.dart |
| 37 dart\:coreimpl = coreimpl/coreimpl_frog.dart | 37 dart\:coreimpl = coreimpl/coreimpl_frog.dart |
| 38 dart\:dom = dom/dom_frog.dart | 38 dart\:dom = dom/dom_frog.dart |
| 39 dart\:html = html/html_frog.dart | 39 dart\:html = html/html_frog.dart |
| 40 dart\:isolate = isolate/isolate_leg.dart | 40 dart\:isolate = isolate/isolate_leg.dart |
| 41 dart\:json = json/json_frog.dart | 41 dart\:json = json/json_frog.dart |
| OLD | NEW |