Files
sdk/compiler/api.dart
T
vsm@google.com 9be4ac00ed Move dart:dom to dart:dom_deprecated
Brian: Can you please look at the editor / dartc changes?

Bob: Can you look at the apidoc changes?

Stephen/Pavel: Can you guys look at the rest?

Pavel: I will update, test, and land your Dartium CL along with this change.

Review URL: https://chromiumcodereview.appspot.com//10389097

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7587 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-13 04:10:43 +00:00

6 lines
168 B
Dart

#library("api");
// dart:core and dart:coreimpl are implicit
#import("dart:html"); // this includes dart:dom_deprecated
#import("dart:json");
#import("dart:isolate");