pretty-ts-errors-lsp
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27852