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

Unified Diff: pkg/lookup_map/README.md

Issue 1324213005: Lookup map: update readme (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/lookup_map/README.md
diff --git a/pkg/lookup_map/README.md b/pkg/lookup_map/README.md
index 73f5a81519a9f4c461b1a44607a87726cef7c790..ecab6b56964bc792d41d38ec0bcae002bcefca4d 100644
--- a/pkg/lookup_map/README.md
+++ b/pkg/lookup_map/README.md
@@ -14,6 +14,8 @@ const expression that can only be created with a const constructor. This means
that primitives, Strings, and constant objects that override the `==` operator
cannot be tree-shaken.
+**Note**: this feature is currently experimental in dart2js, we recommend trying
+other alternatives before relying on this feature.
## Examples
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698