/* eslint-disable @typescript-eslint/no-var-requires */ global.Buffer = require('buffer').Buffer; import '../app/common/logger/index'; import { DOMParser } from './worker.js'; global.DOMParser = DOMParser;