refactor rebuild implementation which mount DOM onto the target document object
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import snapshot, { serializeNodeWithId, resetId } from './snapshot';
|
||||
import rebuild from './rebuild';
|
||||
import rebuild, { buildNodeWithSN } from './rebuild';
|
||||
export * from './types';
|
||||
|
||||
export { snapshot, serializeNodeWithId, resetId, rebuild };
|
||||
export { snapshot, serializeNodeWithId, resetId, rebuild, buildNodeWithSN };
|
||||
|
||||
Reference in New Issue
Block a user