You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: