move browser-only rrdom features to the new rrdom package (#913)
This commit is contained in:
13
packages/rrdom-nodejs/src/index.ts
Normal file
13
packages/rrdom-nodejs/src/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import {
|
||||
polyfillPerformance,
|
||||
polyfillRAF,
|
||||
polyfillEvent,
|
||||
polyfillNode,
|
||||
polyfillDocument,
|
||||
} from './polyfill';
|
||||
polyfillPerformance();
|
||||
polyfillRAF();
|
||||
polyfillEvent();
|
||||
polyfillNode();
|
||||
polyfillDocument();
|
||||
export * from './document-nodejs';
|
||||
Reference in New Issue
Block a user