Implement merge elements in Tree.Edit #2122
Annotations
10 errors
build:
api/converter/to_bytes.go#L21
"reflect" imported but not used (typecheck)
|
build:
pkg/document/json/array.go#L209
p.CreatedAt undefined (type *Array has no field or method CreatedAt) (typecheck)
|
build:
pkg/document/json/array.go#L247
p.InsertAfter undefined (type *Array has no field or method InsertAfter) (typecheck)
|
build:
pkg/document/json/array.go#L258
p.FindPrevCreatedAt undefined (type *Array has no field or method FindPrevCreatedAt) (typecheck)
|
build:
pkg/document/json/array.go#L270
p.MoveAfter undefined (type *Array has no field or method MoveAfter) (typecheck)
|
build:
pkg/document/json/counter.go#L58
p.ValueType undefined (type *Counter has no field or method ValueType) (typecheck)
|
build:
pkg/document/json/counter.go#L82
p.CreatedAt undefined (type *Counter has no field or method CreatedAt) (typecheck)
|
build:
pkg/document/json/object.go#L234
p.CreatedAt undefined (type *Object has no field or method CreatedAt) (typecheck)
|
build:
pkg/document/json/object.go#L257
missing return (typecheck)
|
build:
pkg/document/json/object.go#L274
missing return (typecheck)
|