mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-25 04:32:31 +01:00
9 lines
329 B
JavaScript
9 lines
329 B
JavaScript
/* eslint-disable @typescript-eslint/no-var-requires */
|
|
import "@azure/core-asynciterator-polyfill";
|
|
import 'react-native-url-polyfill/auto';
|
|
import "./polyfills/console-time.js"
|
|
global.Buffer = require('buffer').Buffer;
|
|
import '../app/common/logger/index';
|
|
import { DOMParser } from './worker.js';
|
|
global.DOMParser = DOMParser;
|