| Index: frog/lib/corelib.dart
|
| diff --git a/frog/lib/corelib.dart b/frog/lib/corelib.dart
|
| index bf94e232747e23f37c29ad68ce193b3cd097683c..741e4cd35edca3f642e4b4044a2a5d6592bbc49b 100644
|
| --- a/frog/lib/corelib.dart
|
| +++ b/frog/lib/corelib.dart
|
| @@ -25,6 +25,7 @@
|
| #source("../../corelib/src/map.dart");
|
| #source("math.dart"); // overriden to be more directly native
|
| #source("natives.dart"); // native helpers generated by the compiler
|
| +#source("newisolate.dart"); // work in progress towards the new API
|
| #source("num.dart"); // overriden to include int members on num - weird typing
|
| #source("../../corelib/src/options.dart");
|
| #source("../../corelib/src/pattern.dart");
|
|
|