typescript-to-lua
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -138,3 +138,3 @@ "use strict"; | ||
} | ||
return { resolvedFiles: dependencies, diagnostics }; | ||
return { resolvedFiles: deduplicateResolvedFiles(dependencies), diagnostics }; | ||
} | ||
@@ -146,3 +146,3 @@ function resolveDependency(requiringFile, dependency, program, emitHost) { | ||
if (options.tstlVerbose) { | ||
console.log(`Resolving "${dependency}" from ${(0, utils_1.normalizeSlashes)(fileDirectory)}`); | ||
console.log(`Resolving "${dependency}" from ${(0, utils_1.normalizeSlashes)(requiringFile.fileName)}`); | ||
} | ||
@@ -149,0 +149,0 @@ // Check if the import is relative |
{ | ||
"name": "typescript-to-lua", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "A generic TypeScript to Lua transpiler. Write your code in TypeScript and publish Lua!", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/TypeScriptToLua/TypeScriptToLua", |
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
866437