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
Just tried to run the "typescript" filter and got this error:
"typescript"
webassets.exceptions.FilterError: typescript: subprocess had error: stderr=b'', stdout=b'error TS5101: Option 'out' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error. Use 'outFile' instead.\n', returncode=2
https://github.com/miracle2k/webassets/blob/master/src/webassets/filter/typescript.py#L42
The text was updated successfully, but these errors were encountered:
Fix typescript compiler crashing due to use of deprecated option
ac16794
Fixes miracle2k#546
Successfully merging a pull request may close this issue.
Just tried to run the
"typescript"
filter and got this error:https://github.com/miracle2k/webassets/blob/master/src/webassets/filter/typescript.py#L42
The text was updated successfully, but these errors were encountered: