githrun

A CLI tool to run Python scrip...
Log | Files | Refs | Activity | README | LICENSE

root / vscode-githrun / node_modules / typescript / lib / tsserver.js

tsserver.js (272B)


      1 // This file is a shim which defers loading the real module until the compile cache is enabled.
      2 try {
      3   const { enableCompileCache } = require("node:module");
      4   if (enableCompileCache) {
      5     enableCompileCache();
      6   }
      7 } catch {}
      8 module.exports = require("./_tsserver.js");
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror