typescript-parser-deluxe
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -68,2 +68,3 @@ "use strict"; | ||
const parentsToChildren = new Map(); | ||
const positionCache = {}; | ||
return target.reduce((all, cur) => { | ||
@@ -85,4 +86,5 @@ const params = all; | ||
for (const item of arr) { | ||
// const finalInsert = (item.kind === 163) ? item.getText() : | ||
// console.log(item.getText()) | ||
if (positionCache[item.pos] === true) { | ||
continue; | ||
} | ||
let finalText; | ||
@@ -89,0 +91,0 @@ if (item.kind === 163) { |
{ | ||
"name": "typescript-parser-deluxe", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Parser for typescript (and javascript) files, that compiles those files and generates a human understandable AST.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
180462
4904