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

feat: lazy load cosmiconfig-typescript-loader #3694

Merged
merged 1 commit into from Oct 14, 2023
Merged

feat: lazy load cosmiconfig-typescript-loader #3694

merged 1 commit into from Oct 14, 2023

Conversation

brc-dd
Copy link
Contributor

@brc-dd brc-dd commented Oct 14, 2023

Description

Lazy load cosmiconfig-typescript-loader

Motivation and Context

To avoid loading cosmiconfig-typescript-loader (and consequently ts-node/jiti) when not required (i.e. when the user has no typescript-based config file). Refer #3256 (comment). This unblocks the users facing #3256 and improves perf.

How Has This Been Tested?

Manually tested on my project with the patch. The CI already has tests for TS-based config.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@escapedcat
Copy link
Member

Thanks @brc-dd !

@escapedcat escapedcat merged commit b058c7c into conventional-changelog:master Oct 14, 2023
5 checks passed
@escapedcat
Copy link
Member

https://github.com/conventional-changelog/commitlint/releases/tag/v17.8.0

@brc-dd brc-dd deleted the lazy-load-ts branch October 14, 2023 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants