mirror of
https://github.com/yjs/yjs.git
synced 2025-12-29 00:25:01 +01:00
fix linting
This commit is contained in:
@@ -413,11 +413,6 @@ export default function extendStruct (Y) {
|
||||
id: op.id,
|
||||
type: op.type
|
||||
}
|
||||
if (op.requires != null) {
|
||||
debugger // TODO: this is used. adapt binarEncode/Decode!!
|
||||
console.warn('Note to myself: this is used. adapt binarEncode/Decode!!')
|
||||
e.requires = op.requires
|
||||
}
|
||||
if (op.info != null) {
|
||||
e.info = op.info
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* globals crypto */
|
||||
|
||||
import { BinaryDecoder, BinaryEncoder } from './Encoding.js'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user