Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get entrypoint file #6200

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Next Next commit
refine log
  • Loading branch information
chunyu3 committed Jan 24, 2025
commit b49c25c034c9663af8cf3ae0f890bd0b9c12db74
Original file line number Diff line number Diff line change
@@ -329,6 +329,9 @@ async function doEmit(mainTspFile: string, emitter: Emitter) {
}

outputDir = outputDir.replace("{project-root}", baseDir);
outputDir = outputDir
.replace("{output-dir}", `${baseDir}/tsp-output`)
.replace("{emitter-name}", emitter.package);
const options: Record<string, string> = {};
logger.info(
`Start to generate ${emitter.language} ${emitter.kind} code under directory ${outputDir}`,
Loading
Oops, something went wrong.