Closed hanspagel closed 3 months ago
Latest commit: e5b68e2323ee358a84e1d798a7f004749d08b06d
The changes in this PR will be included in the next version bump.
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
e5b68e2(current) vs b78d593 main#127(baseline)
Bundle metrics
no changes
ββββββββββ | ββββββCurrent #128 |
βββββBaseline #127 |
---|---|---|
Initial JS | 74.91KiB |
74.91KiB |
Initial CSS | 0B |
0B |
Cache Invalidation | 0% |
0% |
Chunks | 45 |
45 |
Assets | 45 |
45 |
Modules | 45 |
45 |
Duplicate Modules | 0 |
0 |
Duplicate Code | 0% |
0% |
Packages | 0 |
0 |
Duplicate Packages | 0 |
0 |
no changes
Bundle analysis reportβBranch feat/expose-more-typesβProject dashboard
Latest commit: |
e5b68e2
|
Status: | β Deploy successful! |
Preview URL: | https://5d78b5d2.openapi-parser.pages.dev |
Branch Preview URL: | https://feat-expose-more-types.openapi-parser.pages.dev |
I find myself often using something like
But some types were already exposed under the OpenAPI namespace, e. g.
OpenAPI.Operation
. This PR exposes more types, not all but the ones I find myself working with a lot. Allows to just do this:Which should also make it easier to add OpenAPI 3.2/4.0 at some point.