shrub/pkg/npm/api
Liam Fitzgerald fc955ab83e
interface: new BigIntOrderedMap
New ordered map implementation that is faster and more space
efficient. Stores the map and keys as a flat POJO, sorting them upon
iteration. The sorting cost is only typically paid once per render
however as the sorted array is cached until the map is mutated. This
implementation appears to play nicer with immer's structural sharing,
reducing the incidence of 'props are equal by value, but not by
reference'.
2021-04-20 13:31:57 +10:00
..
contacts api: brought to parity with livenet 2021-02-24 19:54:00 -08:00
graph interface: update transclusion for reference content 2021-03-24 13:11:48 +10:00
groups interface: support group-view %hide 2021-03-04 12:55:38 +10:00
hark notifications: update reducers 2021-03-19 11:32:17 +10:00
invite api: brought to parity with livenet 2021-02-24 19:54:00 -08:00
lib interface: new BigIntOrderedMap 2021-04-20 13:31:57 +10:00
metadata Post: update permissions to support admins properly 2021-04-02 11:48:38 +10:00
s3 api: brought to parity with livenet 2021-02-24 19:54:00 -08:00
settings Merge branch 'release/next-js' into lf/settings 2021-02-26 13:45:33 -05:00
.eslintrc.js added NPM packages 2021-01-26 21:45:18 -08:00
index.ts api: brought to parity with livenet 2021-02-24 19:54:00 -08:00
package-lock.json meta: enable package-lock on npm 2021-04-16 13:48:37 -04:00
package.json interface: mark BigIntOrderedMap compat with immer 2021-04-06 08:28:53 +10:00
tsconfig.json api: brought to parity with livenet 2021-02-24 19:54:00 -08:00