Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pretty-ts-errors-lsp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-ts-errors-lsp - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

out/format/formatDiagnosticMessage.js

@@ -36,3 +36,3 @@ "use strict";

// Format types
.replaceAll(/(type|type alias|interface|module|file|file name) '(.*?)'[\.]?/gi, formatTypeOrModuleBlock)
.replaceAll(/(type|type alias|interface|module|file|file name) '(.*?)'[\.]?/gi, (_, p1, p2) => formatTypeOrModuleBlock(_, p1, p2, format))
// Format reversed types

@@ -39,0 +39,0 @@ .replaceAll(/(.*)'([^>]*)' (type|interface|return type|file|module)/gi, (_, p1, p2, p3) => `${p1}${formatTypeOrModuleBlock(_, "", p2, format)} ${p3}`)

@@ -6,3 +6,3 @@ {

"description": "Make TypeScript errors prettier and more human-readable in VSCode",
"version": "0.0.0",
"version": "0.0.1",
"icon": "assets/icon.png",

@@ -9,0 +9,0 @@ "repository": {

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