Skip to content

Create Entrypoint for Standalone XLR Export#2

Draft
KetanReddy wants to merge 2 commits intomainfrom
entrypoint
Draft

Create Entrypoint for Standalone XLR Export#2
KetanReddy wants to merge 2 commits intomainfrom
entrypoint

Conversation

@KetanReddy
Copy link
Member

@KetanReddy KetanReddy commented Feb 12, 2026

To avoid having to pull in the Player CLI (which is an opinionated implementation of XLR's exporting functionality) we should offer a way to export XLRs in a generic fashion. This PR adds a way to export any exported types found in a given file which should serve as a basic entrypoint for creating XLRs

Change Type (required)

Indicate the type of change your pull request is:

  • patch
  • minor
  • major

Release Notes

Offer single file export from converters package

📦 Published PR as canary version: 0.2.0--canary.2.60

Try this version out locally by upgrading relevant packages to 0.2.0--canary.2.60

@KetanReddy KetanReddy added the minor Increment the minor version when merged label Feb 12, 2026
@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

❌ Patch coverage is 8.47458% with 54 lines in your changes missing coverage. Please review.
✅ Project coverage is 62.04%. Comparing base (d74a36a) to head (e92dd55).

Files with missing lines Patch % Lines
converters/src/helpers/converter.ts 6.66% 28 Missing ⚠️
converters/src/helpers/writeManifest.ts 7.14% 26 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #2      +/-   ##
==========================================
- Coverage   62.84%   62.04%   -0.80%     
==========================================
  Files          22       24       +2     
  Lines        4010     4068      +58     
  Branches      694      694              
==========================================
+ Hits         2520     2524       +4     
- Misses       1483     1537      +54     
  Partials        7        7              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@KetanReddy
Copy link
Member Author

/canary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Increment the minor version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments