Skip to content

Commit

Permalink
Temporarily allow extension of Map.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138128647
  • Loading branch information
brad4d authored and blickly committed Nov 4, 2016
1 parent ea6fe82 commit 65fe1f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ private boolean isUnextendableNativeClass(NodeTraversal t, String className) {
case "Int32Array":
case "Int8Array":
case "InternalError":
case "Map":
// TODO(bradfordcsmith): Disallow Map again when client code is fixed.
// case "Map":
case "Number":
case "Promise":
case "Proxy":
Expand Down

0 comments on commit 65fe1f0

Please sign in to comment.