Skip to content

Commit 692bd22

Browse files
author
dnolen
committed
ES6 collection now in official Google externs
1 parent bc1e1ab commit 692bd22

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/main/cljs/cljs/externs.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,6 @@ IteratorStep.prototype.done;
2121
*/
2222
IteratorStep.prototype.value;
2323

24-
/**
25-
* @constructor;
26-
*/
27-
function Map() {};
28-
Map.prototype.keys = function() {};
29-
Map.prototype.entries = function() {};
30-
Map.prototype.values = function() {};
31-
Map.prototype.has = function(k) {};
32-
Map.prototype.get = function(k) {};
33-
Map.prototype.forEach = function(f) {};
34-
35-
/**
36-
* @constructor;
37-
*/
38-
function Set() {};
39-
Set.prototype.keys = function() {};
40-
Set.prototype.entries = function() {};
41-
Set.prototype.values = function() {};
42-
Set.prototype.has = function(k) {};
43-
Set.prototype.forEach = function(f) {};
44-
4524
/**
4625
* @constructor;
4726
*/

0 commit comments

Comments
 (0)