Skip to content

Comments

fix: 🐛 route payload options missing types#4507

Merged
Marsup merged 3 commits intohapijs:masterfrom
damusix:fix/missing-types
Jun 12, 2024
Merged

fix: 🐛 route payload options missing types#4507
Marsup merged 3 commits intohapijs:masterfrom
damusix:fix/missing-types

Conversation

@damusix
Copy link
Contributor

@damusix damusix commented Jun 9, 2024

🎟️ Fixes #4505 #4501 #4504

Additionally adds missing method cache typings to select cache name and segment name

@damusix damusix force-pushed the fix/missing-types branch from 0b7b1bd to c8d7e2a Compare June 10, 2024 00:07
@damusix damusix force-pushed the fix/missing-types branch from c8d7e2a to 8a249d3 Compare June 10, 2024 00:15
@@ -1,5 +1,6 @@
import { types as lab } from '@hapi/lab';
import { expect } from '@hapi/code';
import * as CatboxMemory from '@hapi/catbox-memory';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependent on hapijs/catbox-memory#90 for tests to pass

Copy link
Member

@Nargonath Nargonath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM. We'll see how the tests looks once the dependent PR is merged and deployed.

@Marsup Marsup added this to the 21.3.10 milestone Jun 12, 2024
@Marsup Marsup linked an issue Jun 12, 2024 that may be closed by this pull request
@Marsup Marsup merged commit f1c16c6 into hapijs:master Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

I cannot get any types Missing maxParts type in route.d.ts

4 participants