-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Extract name and path from definePage()
#74
Comments
any estimated time to fix on this? trying definePage today, but got error because it does not added to |
This turns out to be really tricky: got the extraction working but I still have a few bugs to fix. I recommend you to stick to the definePage({ name: 'must be literal' }) I need to ensure that having imports doesn't have a huge impact on performance |
all right! thanks :D |
any update on this? @posva |
I haven't been able to work on this feature again yet |
all right, i hope this been fixed soon since it's really better to wrote everything using |
Currently, name and path defined through
definePage()
are not added to the types like it happens with the route block but it should be possible since they are extracted through the ASTThe text was updated successfully, but these errors were encountered: