This commit is contained in:
dmitry-vsl
2025-04-02 21:25:59 +00:00
parent fc23d1c367
commit 1a30311de4
118 changed files with 398088 additions and 1081 deletions

View File

@@ -0,0 +1,8 @@
// This file is a shim which defers loading the real module until the compile cache is enabled.
try {
const { enableCompileCache } = require("node:module");
if (enableCompileCache) {
enableCompileCache();
}
} catch {}
module.exports = require("./_typingsInstaller.js");