We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
punycode
When running quicktype with node v22, it produces the following warning:
quicktype
node
(node:42238) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
The issue doesn't affect correctness, just pollutes the logs.
Node version: v22 Input Format: --src-lang schema Output Language: --lang typescript
N/A
No warnings in log
Run with node v22
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running
quicktype
withnode
v22, it produces the following warning:Issue Type
The issue doesn't affect correctness, just pollutes the logs.
Context (Environment, Version, Language)
Node version: v22
Input Format: --src-lang schema
Output Language: --lang typescript
Description
The issue doesn't affect correctness, just pollutes the logs.
Input Data
N/A
Expected Behaviour / Output
No warnings in log
Current Behaviour / Output
Steps to Reproduce
Run with node v22
Possible Solution
The text was updated successfully, but these errors were encountered: