more type fixes and rethinking writeStructs

This commit is contained in:
Kevin Jahns
2019-04-02 23:08:58 +02:00
parent 73c28952c2
commit e23582b1cd
35 changed files with 952 additions and 695 deletions

View File

@@ -64,7 +64,7 @@ export default [{
}, {
name: 'Y',
file: 'dist/yjs.mjs',
format: 'esm',
format: 'es',
sourcemap: true
}],
external: id => /^lib0\//.test(id)