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

fix: support .js inputs without out_dir #244

Merged
merged 1 commit into from
Feb 28, 2024
Merged

fix: support .js inputs without out_dir #244

merged 1 commit into from
Feb 28, 2024

Conversation

jbedard
Copy link
Member

@jbedard jbedard commented Feb 28, 2024

Type of change

  • Bug fix (change which fixes an issue)

Test plan

  • New test cases added

@jbedard jbedard requested a review from alexeagle February 28, 2024 19:00
out = []
for f in srcs:
js_out = _calculate_js_out(f, out_dir, root_dir)
if js_out:
if js_out and js_out != f:
Copy link
Member

Choose a reason for hiding this comment

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

Nit: copy comment from rules_ts and/or link to that spot?

@jbedard jbedard merged commit 140c6d2 into main Feb 28, 2024
10 checks passed
@jbedard jbedard deleted the js-outs branch February 28, 2024 19:22
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.

2 participants