automerge/javascript/test
Orion Henry 3705212747
js: Add Automerge.clone(_, heads) and Automerge.view
Sometimes you need a cheap copy of a document at a given set of heads
just so you can see what has changed. Cloning the document to do this is
quite expensive when you don't need a writable copy. Add automerge.view
to allow a cheap read only copy of a document at a given set of heads
and add an additional heads argument to clone for when you do want a
writable copy.
2022-10-26 14:01:11 +01:00
..
legacy Move wrappers/javascript -> javascript 2022-10-16 19:55:54 +01:00
basic_test.ts js: Add Automerge.clone(_, heads) and Automerge.view 2022-10-26 14:01:11 +01:00
columnar_test.ts Move wrappers/javascript -> javascript 2022-10-16 19:55:54 +01:00
extra_api_tests.ts Move wrappers/javascript -> javascript 2022-10-16 19:55:54 +01:00
helpers.ts Move wrappers/javascript -> javascript 2022-10-16 19:55:54 +01:00
legacy_tests.ts js: Add Automerge.clone(_, heads) and Automerge.view 2022-10-26 14:01:11 +01:00
sync_test.ts Move wrappers/javascript -> javascript 2022-10-16 19:55:54 +01:00
text_test.ts Move wrappers/javascript -> javascript 2022-10-16 19:55:54 +01:00
uuid_test.ts Move wrappers/javascript -> javascript 2022-10-16 19:55:54 +01:00