New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

makit-recipe-tsc

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makit-recipe-tsc - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

12

dist/core/compiler.js

@@ -46,12 +46,10 @@ "use strict";

}
// content = this.preCompile(content, filePath);
// put into cache for ts compile host to get preCompile content
// this.contentCache.set(filePath, content);
const project = this.getProject();
// console.log(content);
// const sourcrFile = createSourceFile(filePath, "content", this.compilerOptions.target, true)
// program.emit(sourcrFile);
project.addSourceFileAtPath(filePath);
// throw error
const diagnostics = project.getPreEmitDiagnostics();
if (diagnostics.length > 0) {
throw new Error(project.formatDiagnosticsWithColorAndContext(diagnostics));
}
return project.emit();
// this.denpency
}

@@ -58,0 +56,0 @@ getDenpencies(content, filePath) {

{
"name": "makit-recipe-tsc",
"version": "0.0.1",
"version": "0.0.2",
"discription": "makit-recipe-tsc",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc