8000 feat: infer aliases from tsconfig.json by kricsleo · Pull Request #494 · unjs/unbuild · GitHub
[go: up one dir, main page]

Skip to content

feat: infer aliases from tsconfig.json #494

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

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: apply automated updates
  • Loading branch information
autofix-ci[bot] authored Jan 25, 2025
commit e241a15acb54ee8af3b261d25922309f938c17fc
2 changes: 1 addition & 1 deletion src/builders/rollup/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export async function resolveAliases(

/**
* REVIEW: This makes alias resolution asynchronous (which is contagious),
* because we are dynamically loading TypeScript (cause it's a peer dependency),
* because we are dynamically loading TypeScript (cause it's a peer dependency),
* or we can use a synchronous alternative [get-tsconfig](https://github.com/privatenumber/get-tsconfig).
*
* Additionally, do we need a flag to explicitly enable this feature?
Expand Down
Loading
0