You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Could not recognize TS format during slice!
The difference appears to be that the actual files moved into
lib/_tsc.js
lib/_tsserver.js
and the tsc.js and tsserver.js are now only shims:
// 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");
The text was updated successfully, but these errors were encountered:
The difference appears to be that the actual files moved into
and the
tsc.js
andtsserver.js
are now only shims:The text was updated successfully, but these errors were encountered: