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(js): Update typescript plugin check for buildable projects #29431

Merged
merged 4 commits into from
Jan 9, 2025

Conversation

ndcunningham
Copy link
Contributor

@ndcunningham ndcunningham commented Dec 19, 2024

Current Behavior

Currently, we use rootDir to check if the project is buildable. This might not be correct in the case where the transpiled files are inside source.

Expected Behavior

It should work the for projects as long as the main / exports files are not source files.

Related Issue(s)

Fixes #

@ndcunningham ndcunningham requested a review from a team as a code owner December 19, 2024 18:13
Copy link

vercel bot commented Dec 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jan 8, 2025 1:17am

@ndcunningham ndcunningham self-assigned this Dec 19, 2024
@ndcunningham ndcunningham force-pushed the fix/js-plugin-non-buildable-libs branch from 6c54f95 to 42d8368 Compare December 19, 2024 18:14
Copy link

nx-cloud bot commented Dec 19, 2024

View your CI Pipeline Execution ↗ for commit f3d7a1d.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 37m 11s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 1m View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx format:check --base=81c66... ✅ Succeeded 20s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 19s View ↗
nx documentation --no-dte ✅ Succeeded 39s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-08 01:58:29 UTC

@ndcunningham ndcunningham force-pushed the fix/js-plugin-non-buildable-libs branch 3 times, most recently from 84f0e02 to 17e660c Compare December 19, 2024 18:31
@ndcunningham ndcunningham force-pushed the fix/js-plugin-non-buildable-libs branch from 17e660c to 832a1c9 Compare December 19, 2024 19:38
@ndcunningham ndcunningham force-pushed the fix/js-plugin-non-buildable-libs branch from 9f3b013 to 826be61 Compare December 19, 2024 20:53
@ndcunningham ndcunningham force-pushed the fix/js-plugin-non-buildable-libs branch from 826be61 to a69396b Compare December 19, 2024 22:18
@ndcunningham ndcunningham force-pushed the fix/js-plugin-non-buildable-libs branch from a69396b to 7112c2b Compare December 19, 2024 23:48
@ndcunningham ndcunningham force-pushed the fix/js-plugin-non-buildable-libs branch from f282f74 to dac5900 Compare December 20, 2024 18:23
@jaysoo jaysoo merged commit a77e3ef into master Jan 9, 2025
6 checks passed
@jaysoo jaysoo deleted the fix/js-plugin-non-buildable-libs branch January 9, 2025 16:03
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants