CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
tsserver.js9 linesDownload Raw Back to lib
1// This file is a shim which defers loading the real module until the compile cache is enabled.2try {3  const { enableCompileCache } = require("node:module");4  if (enableCompileCache) {5    enableCompileCache();6  }7} catch {}8module.exports = require("./_tsserver.js");9