fix: improve parseAs handling and cleanup lint issues#3859
fix: improve parseAs handling and cleanup lint issues#3859aartisonigra wants to merge 9 commits into
Conversation
|
|
🦋 Changeset detectedLatest commit: b684dac The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@aartisonigra is attempting to deploy a commit to the Hey API Team on Vercel. A member of the Team first needs to authorize it. |
|
Can you please review my PR? |
|
@aartisonigra please make sure CI checks pass! |
mrlubos
left a comment
There was a problem hiding this comment.
please make sure CI checks pass!
|
@mrlubos ,The build output is successfully generated and all dist artifacts are present. However, tsdown fails in a post-build “pack” step with a TypeError (reading 'filename'), which appears to be a tooling issue rather than a change introduced in this PR. |
Summary
This PR improves
getParseAshandling and fixes related type safety issues.Changes
getParseAs()response parsing logicrequire()to ES module importsTesting