Skip to content

feat(plugin): support after declarations #968

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

Merged
merged 2 commits into from
Jul 7, 2021
Merged

feat(plugin): support after declarations #968

merged 2 commits into from
Jul 7, 2021

Conversation

Pong420
Copy link
Contributor

@Pong420 Pong420 commented Nov 28, 2020

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:

What is the current behavior?

paths alias in declaration files (d.ts) cannot be resolved.
microsoft/TypeScript#32999 (comment)

Issue Number: N/A

What is the new behavior?

Add afterDeclarations option for cli plugin. So users can implement a plugin like typescript-transform-paths to resolve the paths

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@kamilmysliwiec kamilmysliwiec merged commit 68d8da5 into nestjs:master Jul 7, 2021
@Pong420 Pong420 deleted the plugin/afterDeclarations branch July 7, 2021 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants