Commit 1452729
committed
missing collection protocol method for simple-map-entry
- add ILookup
- add IFind
- add lite-collection-test for these cases
- NOTE: it wasn't clear until we we got to testing that we would need
all this stuff. Perhaps we just want to use MapEntry, this does
create a dependence on Vector, but I think simple-map-entry was
created to avoid the connection to PV before I had done all work to emit
the simple vector type under :lite-mode1 parent 681a507 commit 1452729
File tree
2 files changed
+21
-2
lines changed- src
- main/cljs/cljs
- test/cljs/cljs
2 files changed
+21
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10412 | 10412 | | |
10413 | 10413 | | |
10414 | 10414 | | |
10415 | | - | |
| 10415 | + | |
| 10416 | + | |
| 10417 | + | |
| 10418 | + | |
| 10419 | + | |
| 10420 | + | |
| 10421 | + | |
| 10422 | + | |
| 10423 | + | |
| 10424 | + | |
10416 | 10425 | | |
10417 | 10426 | | |
10418 | 10427 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
42 | 52 | | |
43 | 53 | | |
44 | | - | |
| 54 | + | |
45 | 55 | | |
46 | 56 | | |
47 | 57 | | |
0 commit comments