mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Merge branch 'Youzini-afk:main' into main
This commit is contained in:
@@ -6,6 +6,6 @@
|
|||||||
"js": "index.js",
|
"js": "index.js",
|
||||||
"css": "style.css",
|
"css": "style.css",
|
||||||
"author": "Youzini",
|
"author": "Youzini",
|
||||||
"version": "4.6.1",
|
"version": "4.6.2",
|
||||||
"homePage": "https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology"
|
"homePage": "https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,11 @@
|
|||||||
import { register, registerHooks } from "node:module";
|
import * as nodeModule from "node:module";
|
||||||
|
|
||||||
|
const register =
|
||||||
|
typeof nodeModule.register === "function" ? nodeModule.register : undefined;
|
||||||
|
const registerHooks =
|
||||||
|
typeof nodeModule.registerHooks === "function"
|
||||||
|
? nodeModule.registerHooks
|
||||||
|
: undefined;
|
||||||
|
|
||||||
const DEFAULT_REGEX_ENGINE_HOOK_ENTRIES = Object.freeze([
|
const DEFAULT_REGEX_ENGINE_HOOK_ENTRIES = Object.freeze([
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user