@travetto/compiler
Advanced tools
Comparing version 3.2.2 to 3.3.0
{ | ||
"name": "@travetto/compiler", | ||
"version": "3.2.2", | ||
"version": "3.3.0", | ||
"description": "The compiler infrastructure for the Travetto framework", | ||
@@ -34,8 +34,8 @@ "keywords": [ | ||
"@parcel/watcher": "^2.2.0", | ||
"@travetto/manifest": "^3.2.0", | ||
"@travetto/terminal": "^3.2.0", | ||
"@travetto/transformer": "^3.2.2" | ||
"@travetto/manifest": "^3.3.0", | ||
"@travetto/terminal": "^3.3.0", | ||
"@travetto/transformer": "^3.3.0" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/cli": "^3.2.3" | ||
"@travetto/cli": "^3.3.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependenciesMeta": { |
@@ -128,3 +128,3 @@ import ts from 'typescript'; | ||
const relativeInput = `${module.outputFolder}/${moduleFile}`; | ||
const sourceFile = path.toPosix(path.resolve(this.#manifest.workspacePath, module.sourceFolder, moduleFile)); | ||
const sourceFile = path.resolve(this.#manifest.workspacePath, module.sourceFolder, moduleFile); | ||
const sourceFolder = path.dirname(sourceFile); | ||
@@ -131,0 +131,0 @@ const inputFile = path.resolve(this.#rootDir, relativeInput); // Ensure input is isolated |
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
62050
Updated@travetto/manifest@^3.3.0
Updated@travetto/terminal@^3.3.0
Updated@travetto/transformer@^3.3.0