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.
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
Param validators #4334
Param validators #4334
Changes from all commits
5799667
1e9e2ca
1db07a4
5fa067b
ca3d714
705721b
7a56ac2
29ea702
2a480cf
4ddcc55
e5245e8
273db5f
7424b04
098f0e6
eb77dfd
e79f4f2
aa415d9
ea24c9f
63b7f4a
fc80f31
07accf9
504ca26
ccc75e3
6d6c595
c6ccdf3
bbb1f80
ce6efd2
714f78c
5ab21cd
72fcf94
a01d452
d6f12c5
31135cc
316cfca
c650933
97c70ae
b45b3d0
3555883
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I personally liked
importer
a bit more to avoid conflating with the pageload
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.
this is quite far away from anything touching
page
, but the endpoints constructed here do have aload
method, so it arguably makes more sense this way. though the reason i changed it was because we need bothimport(...)
and() => import(...)
, and whileimport
/importer
would have been a good combo,import
isn't a valid variable name whereasload
is.