Just tried to run the "typescript" filter and got this error:
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
Just tried to run the
"typescript"
filter and got this error:https://github.com/miracle2k/webassets/blob/master/src/webassets/filter/typescript.py#L42