-
Notifications
You must be signed in to change notification settings - Fork 196
feat: introduced minimal bundleOas export function #2365
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
Conversation
🦋 Changeset detectedLatest commit: 95b4c72 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 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 |
116c4d3 to
8c194c0
Compare
|
b467b52 to
f351c8b
Compare
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1760519150 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/[email protected]
# or
npm install @redocly/[email protected]
# or
npm install @redocly/[email protected] |
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1760542816 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/[email protected]
# or
npm install @redocly/[email protected]
# or
npm install @redocly/[email protected] |
1a94208 to
57371fe
Compare
tatomyr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good, the only question is regarding what we export.
|
📦 A new experimental 🧪 version v0.0.0-snapshot.1760615215 of Redocly CLI has been published for testing. Install with NPM: npm install @redocly/[email protected]
# or
npm install @redocly/[email protected]
# or
npm install @redocly/[email protected] |
3e1a4ef to
b6d1b2e
Compare
tatomyr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
4c06207 to
95b4c72
Compare
What/Why/How?
bundleOasthat support only OAS bundling. Minimized bundle size with onlybundleOasand empty config should be near ~299.83KiB.utilsto allow importing isolated functions.jest-matcher-utilsfromrespect-core.minimatchtopicomatch.Reference
Testing
Screenshots (optional)
Check yourself
Security