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

expose the raw swc rule as public API #13

Merged
merged 2 commits into from
Dec 21, 2021
Merged

expose the raw swc rule as public API #13

merged 2 commits into from
Dec 21, 2021

Conversation

alexeagle
Copy link
Member

This is needed when it's called as the transpiler of a ts_project

This is needed when using it with the ts_project#transpiler attribute, as it wants to set js_outs rather than reuse the swc macro to do that.
@alexeagle alexeagle force-pushed the rule_api branch 3 times, most recently from 95074c7 to f9eff7f Compare December 21, 2021 20:56
Comment on lines 20 to 21
"js_outs": attr.output_list(doc = "List of expected JavaScript output files"),
"map_outs": attr.output_list(doc = "List of expected source map output files"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: other docs don't capitalize first letter

@alexeagle alexeagle merged commit 3b050db into main Dec 21, 2021
@alexeagle alexeagle deleted the rule_api branch December 21, 2021 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants