-
Notifications
You must be signed in to change notification settings - Fork 8
Create metadata entries generator #271
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
Comments
Sounds good to me, however, I don't want to maintain unused code, so is there an actual need for this in our current codebase? |
I believe |
I can work on this if it sounds like a good idea for the whole team. @nodejs/web-infra |
+1 to this The thing for the The main thing I think that would benefit the generator though (and the new |
Uh oh!
There was an error while loading. Please reload this page.
I believe parsers should only convert source files to ASTs with minimal or zero transformation. The current AST to metadata entries transformation should be extracted into a separate generator. Other generators can depend on this metadata generator if needed. This would allow generators to choose between working directly with the raw AST or a more structured metadata representation, depending on their needs.
The text was updated successfully, but these errors were encountered: