feat: resolve emitDecoratorMetadata in tsconfig#439
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for the tsconfig property emitDecoratorMetadata by introducing a corresponding field and accessor methods in the serde representation and trait definitions.
- Added a new field and associated getter/setter in the tsconfig serde implementation.
- Extended the CompilerOptions trait with getter/setter methods for emitDecoratorMetadata.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/tsconfig_serde.rs | Added a field for emitDecoratorMetadata and its getter/setter. |
| src/tsconfig.rs | Extended the CompilerOptions trait with emitDecoratorMetadata methods. |
CodSpeed Performance ReportMerging #439 will not alter performanceComparing Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #439 +/- ##
==========================================
- Coverage 95.02% 94.67% -0.36%
==========================================
Files 13 13
Lines 2696 2706 +10
==========================================
Hits 2562 2562
- Misses 134 144 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merged
Boshen
pushed a commit
that referenced
this pull request
Apr 2, 2025
## 🤖 New release * `oxc_resolver`: 5.0.1 -> 5.1.0 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [5.1.0](oxc_resolver-v5.0.1...oxc_resolver-v5.1.0) - 2025-04-02 ### <!-- 0 -->Features - resolve emitDecoratorMetadata in tsconfig ([#439](#439)) ### <!-- 3 -->Documentation - fix an incorrect comment on `Context::missing_dependencies` </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.