bridge-compile
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -17,7 +17,6 @@ "use strict"; | ||
const absolute = path_1.default.join(dir, file); | ||
console.log(absolute); | ||
if (fs_1.default.statSync(absolute).isDirectory()) { | ||
const sourceFilePathInDir = await (0, exports.findSourceFilePath)(absolute); | ||
const { sourceFilePath: sourceFilePathInDir, addedCode: addedCodeInDir } = await (0, exports.findSourceFilePath)(absolute); | ||
if (sourceFilePathInDir) | ||
return sourceFilePathInDir; | ||
return { sourceFilePath: sourceFilePathInDir, addedCode: addedCodeInDir }; | ||
} | ||
@@ -24,0 +23,0 @@ else if (absolute.substring(absolute.length - 3) === '.ts') { |
{ | ||
"name": "bridge-compile", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Compile the sdk of your Bridge project with one command locally", | ||
@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>", |
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
39729
889