mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
shim more buffer methods, and fs methods
getting importer plugin to work,
This commit is contained in:
@@ -9,6 +9,7 @@ import * as eventsShim from "./node/events.js";
|
||||
import * as osShim from "./node/os.js";
|
||||
import * as netShim from "./node/net.js";
|
||||
import * as httpShim from "./node/http.js";
|
||||
import * as zlibShim from "./node/zlib.js";
|
||||
import { wrapWithProxy, installDebugHelpers } from "./debug.js";
|
||||
|
||||
const rawRegistry = {
|
||||
@@ -25,6 +26,7 @@ const rawRegistry = {
|
||||
net: netShim,
|
||||
http: httpShim,
|
||||
https: httpShim,
|
||||
zlib: zlibShim,
|
||||
};
|
||||
|
||||
const shimRegistry = {};
|
||||
|
||||
Reference in New Issue
Block a user