Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1500)

Unified Diff: sdk/lib/_internal/libraries.dart

Issue 61793006: Mark dart:mirrors as having a (slightly) unstable API in the documentation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: it therefore -> therefore it Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index de035308f826d32c410d8033d177d6155ba52342..7135991af4687497312b3bfb4e4568ac219deb11 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -75,7 +75,7 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"isolate": const LibraryInfo(
"isolate/isolate.dart",
- maturity: Maturity.UNSTABLE,
+ maturity: Maturity.STABLE,
dart2jsPatchPath: "_internal/lib/isolate_patch.dart"),
"js": const LibraryInfo(
« no previous file with comments | « no previous file | sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698