We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are a couple of aspects of Barrelsby that I think could be improved by the ability to hook into they TypeScript compiler's module resolution.
barrelsby
.ts
It would be great if we could hook into the TypeScript compiler's module resolution so that:
Potentially this could be achieved using one of the following methods:
Distributing an extended TypeScript compiler may come with its own issues:
The text was updated successfully, but these errors were encountered:
No activity has been seen recently, marking as stale. If this is a mistake please reach out to a collaborator
Sorry, something went wrong.
Just want to say that I actually made this idea a reality: https://github.com/zaguiini/typescript-virtual-barrel.
No branches or pull requests
There are a couple of aspects of Barrelsby that I think could be improved by the ability to hook into they TypeScript compiler's module resolution.
barrelsby
includes new.ts
files before the TypeScript compiler can start compiling them as part of your application.It would be great if we could hook into the TypeScript compiler's module resolution so that:
Potentially this could be achieved using one of the following methods:
Distributing an extended TypeScript compiler may come with its own issues:
The text was updated successfully, but these errors were encountered: