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
InputFile
This seems to add more confusion than it helps. People pass all sorts of strings to InputFile.
Instead, require new InputFile({ path }).
new InputFile({ path })
The text was updated successfully, but these errors were encountered:
feat: require file paths explicitly
8b91d24
BREAKING: drop `new InputFile(path)` and prefer `new InputFile({ path })` Closes #706
No branches or pull requests
This seems to add more confusion than it helps. People pass all sorts of strings to
InputFile
.Instead, require
new InputFile({ path })
.The text was updated successfully, but these errors were encountered: