keep original imports
This commit is contained in:
parent
12be6c006a
commit
eda085936a
@ -1,26 +1,18 @@
|
|||||||
|
|
||||||
import {
|
import {
|
||||||
DSDecoderV1,
|
|
||||||
DSDecoderV2,
|
|
||||||
DSEncoderV1,
|
|
||||||
DSEncoderV2,
|
|
||||||
GC,
|
|
||||||
ID // eslint-disable-line
|
|
||||||
,
|
|
||||||
Item,
|
|
||||||
StructStore, Transaction,
|
|
||||||
UpdateEncoderV2,
|
|
||||||
findIndexSS,
|
findIndexSS,
|
||||||
getState,
|
getState,
|
||||||
|
splitItem,
|
||||||
iterateStructs,
|
iterateStructs,
|
||||||
splitItem
|
UpdateEncoderV2,
|
||||||
|
DSDecoderV1, DSEncoderV1, DSDecoderV2, DSEncoderV2, Item, GC, StructStore, Transaction, ID // eslint-disable-line
|
||||||
} from '../internals.js'
|
} from '../internals.js'
|
||||||
|
|
||||||
import * as array from 'lib0/array'
|
import * as array from 'lib0/array'
|
||||||
import * as decoding from 'lib0/decoding'
|
|
||||||
import * as encoding from 'lib0/encoding'
|
|
||||||
import * as map from 'lib0/map'
|
|
||||||
import * as math from 'lib0/math'
|
import * as math from 'lib0/math'
|
||||||
|
import * as map from 'lib0/map'
|
||||||
|
import * as encoding from 'lib0/encoding'
|
||||||
|
import * as decoding from 'lib0/decoding'
|
||||||
|
|
||||||
export class DeleteItem {
|
export class DeleteItem {
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user