-
Notifications
You must be signed in to change notification settings - Fork 522
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
Provide an output group for ts_project
that contains DeclarationInfo
#1978
Labels
Comments
longlho
changed the title
Provider an output group for ts_project that contains
Provider an output group for Jun 29, 2020
d.ts
ts_project
that contains DeclarationInfo
longlho
changed the title
Provider an output group for
Provide an output group for Jun 29, 2020
ts_project
that contains DeclarationInfo
ts_project
that contains DeclarationInfo
Great point, you shouldn't have to write a rule just to consume the DeclarationInfo. filegroup with output groups is the simple API for a consumer to select the outputs they want. This should be easy so maybe a good training issue for anyone who wants to contribute - I can give some pointers where to look. |
I can put in a PR :)
…On Mon, Jun 29, 2020 at 10:26 AM Alex Eagle ***@***.***> wrote:
Great point, you shouldn't have to write a rule just to consume the
DeclarationInfo. filegroup with output groups is the simple API for a
consumer to select the outputs they want. This should be easy so maybe a
good training issue for anyone who wants to contribute - I can give some
pointers where to look.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1978 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABQM33AVYEDR7ZOQBQWFMDRZCQB3ANCNFSM4OK3IXWA>
.
|
longlho
pushed a commit
to longlho/rules_nodejs
that referenced
this issue
Jun 29, 2020
12 tasks
longlho
pushed a commit
to longlho/rules_nodejs
that referenced
this issue
Jul 1, 2020
longlho
pushed a commit
to longlho/rules_nodejs
that referenced
this issue
Jul 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 feature request
Relevant Rules
ts_project
Description
Right now there are tooling like
@microsoft/api-extractor
that bundles type definitions into a singled.ts
(kinda like rollup ford.ts
). However,ts_project
doesn't not export its type definitions so it'd be great if it does that either by default or an output group.I'm probably looking for type definitions to be included in
DefaultInfo
otherwise I don't thinknpm_package_bin
can read it asdata
?Describe the solution you'd like
It'd be great if it does that either by default or an output group
Describe alternatives you've considered
Custom rules to extract
DeclarationInfo
out ofts_project
The text was updated successfully, but these errors were encountered: