Files
dns-server/node_modules/webpack/hot/emitter-event-target.js
T
Alex Yang f627244b8f 更新
2026-03-30 01:04:46 +08:00

8 lines
174 B
JavaScript

if (typeof EventTarget !== "function") {
throw new Error(
"Environment doesn't support lazy compilation (requires EventTarget)"
);
}
module.exports = new EventTarget();