mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(nbstore): add blob sync storage (#10752)
This commit is contained in:
@@ -3,6 +3,7 @@ import './array-to-spliced';
|
||||
import './dispose';
|
||||
import './iterator-helpers';
|
||||
import './promise-with-resolvers';
|
||||
import './set-union';
|
||||
|
||||
import { polyfillEventLoop } from './request-idle-callback';
|
||||
import { polyfillResizeObserver } from './resize-observer';
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
import 'core-js/es/set/union.js';
|
||||
Reference in New Issue
Block a user