Skip to content

JSON Config Schema Generator #216

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

Open
flakey5 opened this issue Mar 22, 2025 · 0 comments
Open

JSON Config Schema Generator #216

flakey5 opened this issue Mar 22, 2025 · 0 comments

Comments

@flakey5
Copy link
Member

flakey5 commented Mar 22, 2025

Enter your suggestions in details:

Re nodejs/node#57016 nodejs/node#57171

There is a new generator for node.config.json schema. The doc tooling just calls an internal function and writes what it returns to a file. The internal function (generateJsonSchema) could be moved into a new generator here.

However, it's worth noting that that function calls a native function (getEnvOptionsInputType) that does need to stay in Node core.

@flakey5 flakey5 added the help wanted Extra attention is needed label Mar 22, 2025
@avivkeller avivkeller self-assigned this Apr 20, 2025
@avivkeller avivkeller removed the help wanted Extra attention is needed label Apr 20, 2025
@avivkeller avivkeller removed their assignment Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants