This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
This file contains 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
🦋 Changeset detectedLatest commit: f16fa71 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
#75 Bundle Size — 114.71KiB (+0.5%).Bundle metrics
|
Current #75 |
Baseline #73 |
|
---|---|---|
Initial JS | 114.71KiB (+0.5% ) |
114.14KiB |
Initial CSS | 0B |
0B |
Cache Invalidation | 6.25% |
0.91% |
Chunks | 45 (+2.27% ) |
44 |
Assets | 45 (+2.27% ) |
44 |
Modules | 45 (+2.27% ) |
44 |
Duplicate Modules | 0 |
0 |
Duplicate Code | 0% |
0% |
Packages | 0 |
0 |
Duplicate Packages | 0 |
0 |
Bundle analysis report Branch fix/max-call-stack-error Project dashboard
Deploying openapi-parser with Cloudflare Pages
|
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
I’ve seen max call stack exceeded errors for a few specifications. This PR fixes it,
but it’s a terrible hack.The problem is, that for the pipeline to work as expected, all functions need to return a
FileSystem
. But thedeference
function returns more (errors, OpenAPI version …). From now on, all relevant functions return an object.Let me think about a better solution to streamline the return of the functions.