| Index: frog/lib/corelib.dart
|
| diff --git a/frog/lib/corelib.dart b/frog/lib/corelib.dart
|
| index e96946b57880220683b55d7eca185a14cae42c8a..6778b1d61ef51bad2763d385d4fecdb92a565dd8 100644
|
| --- a/frog/lib/corelib.dart
|
| +++ b/frog/lib/corelib.dart
|
| @@ -28,6 +28,7 @@
|
| #source("num.dart"); // overriden to include int members on num - weird typing
|
| #source("../../corelib/src/pattern.dart");
|
| #source("../../corelib/src/promise.dart");
|
| +#source("../../corelib/src/proxy.dart");
|
| #source("../../corelib/src/queue.dart");
|
| #source("../../corelib/src/regexp.dart");
|
| #source("../../corelib/src/set.dart");
|
|
|