| OLD | NEW |
| 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 |
| 3 // BSD-style license that can be found in the LICENSE file. |
| 4 |
| 1 #library("dart:core"); | 5 #library("dart:core"); |
| 2 #import('dart:math'); | 6 #import('dart:math'); |
| 3 #import("dart:coreimpl"); | 7 #import("dart:coreimpl"); |
| 4 #source("bool.dart"); | 8 #source("bool.dart"); |
| 5 #source("collection.dart"); | 9 #source("collection.dart"); |
| 6 #source("comparable.dart"); | 10 #source("comparable.dart"); |
| 7 #source("date.dart"); | 11 #source("date.dart"); |
| 8 #source("double.dart"); | 12 #source("double.dart"); |
| 9 #source("duration.dart"); | 13 #source("duration.dart"); |
| 10 #source("errors.dart"); | 14 #source("errors.dart"); |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 // TODO: Add num.dart once the editor don't manually add it. | 29 // TODO: Add num.dart once the editor don't manually add it. |
| 26 #source("pattern.dart"); | 30 #source("pattern.dart"); |
| 27 #source("print.dart"); | 31 #source("print.dart"); |
| 28 #source("queue.dart"); | 32 #source("queue.dart"); |
| 29 #source("regexp.dart"); | 33 #source("regexp.dart"); |
| 30 #source("set.dart"); | 34 #source("set.dart"); |
| 31 #source("stopwatch.dart"); | 35 #source("stopwatch.dart"); |
| 32 #source("string_buffer.dart"); | 36 #source("string_buffer.dart"); |
| 33 #source("string.dart"); | 37 #source("string.dart"); |
| 34 #source("strings.dart"); | 38 #source("strings.dart"); |
| OLD | NEW |