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(devkit): handle missing include and exclude in tsconfig options when updating tsconfig to support js #30073

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

leosvelperez
Copy link
Member

@leosvelperez leosvelperez commented Feb 17, 2025

Current Behavior

The updateTsConfigsToJs helper from @nx/devkit doesn't handle tsconfig files without the include or exclude properties.

Expected Behavior

The updateTsConfigsToJs helper from @nx/devkit should handle tsconfig files without the include or exclude properties.

Related Issue(s)

Fixes #30067

@leosvelperez leosvelperez self-assigned this Feb 17, 2025
@leosvelperez leosvelperez requested a review from a team as a code owner February 17, 2025 16:08
Copy link

vercel bot commented Feb 17, 2025

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 Feb 17, 2025 4:15pm

Copy link

nx-cloud bot commented Feb 17, 2025

View your CI Pipeline Execution ↗ for commit cac52fc.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 35m 52s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 16s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check --base= --he... ✅ Succeeded 6s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 5s View ↗
nx documentation ✅ Succeeded 50s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-17 16:52:07 UTC

@leosvelperez leosvelperez merged commit f6404f5 into master Feb 18, 2025
12 checks passed
@leosvelperez leosvelperez deleted the devkit/handle-nullable-props branch February 18, 2025 11:42
jaysoo pushed a commit that referenced this pull request Feb 18, 2025
…ns when updating tsconfig to support js (#30073)

## Current Behavior

The `updateTsConfigsToJs` helper from `@nx/devkit` doesn't handle
tsconfig files without the `include` or `exclude` properties.

## Expected Behavior

The `updateTsConfigsToJs` helper from `@nx/devkit` should handle
tsconfig files without the `include` or `exclude` properties.

## Related Issue(s)

Fixes #30067
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.

The "@nx/node:application" generator fails with "--js" flag
2 participants