Orion Henry
ee50b4a3ca
dropped change set accidently
2022-08-23 11:43:21 -05:00
Orion Henry
50cea87c82
wasm-pack v0.1.6
2022-08-22 14:30:01 -05:00
Ryan Fitzgerald
88073c0cf4
Fix TypeScript syntax error in automerge-wasm
definitions
...
I'm not sure if there are some configurations under which this works,
but I get
index.d.ts:2:21 - error TS1005: ';' expected.
2 export default from "automerge-types"
~~~~~~~~~~~~~~~~~
both in my project that depends on `automerge-wasm` and when I run `tsc`
in this repo.
It seems like `export default from` is still a Stage 1 proposal, so I
wouldn't expect it to be supported by TS, although I couldn't really
find hard evidence one way or the other. It does seem like this syntax
should be exactly equivalent based on the proposal doc though.
2022-06-17 20:11:26 -07:00
Orion Henry
8859806da5
Merge branch 'main' into marks
2022-06-16 16:59:43 -04:00
Peter van Hardenberg
cf97432df3
all tests passing for wasm & rust, note that we removed the Vec<ExId> / touched values from various functions
2022-06-14 11:54:07 -07:00
Peter van Hardenberg
8982b96c41
first build since merge
2022-06-14 11:44:52 -07:00
Orion Henry
8ce10dab69
some api changes/tweaks - basic js package
2022-05-31 13:49:18 -04:00
Orion Henry
210c6d2045
move types to their own package
2022-05-27 10:23:51 -07:00
Orion Henry
07f5678a2b
linting in wasm
2022-05-22 13:54:59 -04:00
Orion Henry
d638a41a6c
record type
2022-05-22 13:53:11 -04:00
Orion Henry
bd35361354
fixed typescript errors, pull wasm dep (mostly) out
2022-05-22 13:53:11 -04:00
Orion Henry
515a2eb94b
removing some ts errors
2022-05-22 13:53:11 -04:00
Orion Henry
551f6e1343
convert automerge-js to typescript
2022-05-22 13:53:11 -04:00
Orion Henry
e1f3ecfcf5
typescript implicit any
2022-05-16 15:09:55 -04:00
Orion Henry
e41c5ae021
typescript bugfix
2022-04-20 22:05:05 -04:00
Orion Henry
71977451b6
typescript fix
2022-04-20 15:50:38 -04:00
Orion Henry
bce30fa9b2
Merge branch 'experiment' into marks
2022-04-17 09:00:02 -04:00
Orion Henry
965240d8f6
Merge remote-tracking branch 'origin/experiment' into wasm_readme
2022-04-08 18:07:44 -04:00
Orion Henry
5555d50693
readme fixes
2022-04-08 17:10:53 -04:00
Andrew Jeffery
07553195fa
Update wasm and js with new names
2022-04-08 18:23:56 +01:00
Orion Henry
9fe8447d21
loadDoc -> load() and forkAt()
2022-04-07 01:19:27 -04:00
Orion Henry
4edb034a64
adding readme tests
2022-04-04 12:50:08 -04:00
Orion Henry
83c08344e7
wip2
2022-04-04 12:37:57 -04:00
Orion Henry
d8c126d1bc
wip
2022-04-04 12:35:28 -04:00
Andrew Jeffery
d331ceb6d4
Rename set to put and set_object to put_object
2022-04-01 13:40:58 +01:00
Andrew Jeffery
632857a4e6
Rename del and inc in wasm and js
2022-04-01 13:36:26 +01:00
Andrew Jeffery
0c16dfe2aa
Change js function names to camelCase
2022-04-01 11:46:43 +01:00
Orion Henry
ab580df947
Merge remote-tracking branch 'origin/experiment' into getnerate-patches
2022-03-30 13:04:51 -06:00
Martin Kleppmann
94ff10f690
Rename and reformat a bit
2022-03-30 13:12:07 -04:00
Martin Kleppmann
26efee509d
First patch implementation from pairing session with Orion
2022-03-30 13:12:01 -04:00
Orion Henry
657bd22d61
Merge branch 'experiment' into marks
2022-03-23 09:35:20 -04:00
Orion Henry
f5e8b998ca
expose getChangeByHash in wasm
2022-03-23 09:34:44 -04:00
Orion Henry
84619d8331
Merge branch 'changed_objs' into marks
2022-03-21 17:39:34 -04:00
Orion Henry
5d4e1f0c42
return touched objects from apply_changes
2022-03-21 17:36:11 -04:00
Orion Henry
25afa0b12b
unmark() - 0.0.21
2022-03-21 13:36:01 -04:00
Orion Henry
a0f78561c4
Merge branch 'paths' into marks
2022-03-09 19:28:10 -05:00
Orion Henry
c51073c150
add paths/materialize to api
2022-03-09 17:53:30 -05:00
Orion Henry
b81e0fd619
update wasm test for set_object
2022-03-09 15:14:20 -05:00
Orion Henry
cbf1ac03b2
added attribute2() - janky version
2022-03-08 12:00:02 -05:00
Orion Henry
4094e82f04
rename tests to attribute
2022-03-07 13:50:05 -05:00
Orion Henry
beae33402a
update wasm test for set_object
2022-03-07 11:46:25 -05:00
Orion Henry
6d5f16c9cd
Merge branch 'experiment' into marks
2022-03-04 17:26:14 -05:00
Orion Henry
4c11c86532
v0.0.16 - properly blame items deleted by both
2022-03-02 10:27:54 -05:00
Orion Henry
b21b59e6a1
blame v0.1
2022-03-01 22:09:21 -05:00
Orion Henry
a84fa64554
change MAP,LIST,TEXT to be {},[],'' - allow recursion
2022-02-24 17:41:33 -05:00
Orion Henry
2fc0705907
change MAP,LIST,TEXT to be {},[],'' - allow recursion
2022-02-23 19:43:13 -05:00
Orion Henry
561cad44e3
Revert "remove marks"
...
This reverts commit c8c695618b
.
2022-02-22 12:11:49 -05:00
Orion Henry
c8c695618b
remove marks
2022-02-10 11:42:15 -05:00
Orion Henry
9136f00e43
bugfix: duplicate seq not blocked on apply_changes, clone did not close a transaction, added fork and merge to wasm
2022-02-10 11:14:44 -05:00
Orion Henry
a9ddb9398c
cleanup typescript defs
2022-02-06 19:01:37 -05:00