970cc5ba68
After this cleanup, RegExp no longer have a const constructor. Use 'new RegExp(...)' from now on. BUG= Review URL: https://codereview.chromium.org//11365196 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14838 260f80e4-7a28-3924-810f-c04153c831b5
6 lines
111 B
Dart
6 lines
111 B
Dart
#library("api");
|
|
// dart:core is implicit
|
|
#import("dart:html");
|
|
#import("dart:json");
|
|
#import("dart:isolate");
|