mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
deploy: leporello-js/app@5ce3bdca40
This commit is contained in:
8
typescript/tsc.js
Normal file
8
typescript/tsc.js
Normal 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("./_tsc.js");
|
||||
Reference in New Issue
Block a user