miracle2k / webassets

Asset management for Python web development.
BSD 2-Clause "Simplified" License
924 stars 259 forks source link

'out' is deprecated and will stop functioning in TypeScript 5.5 #546

Open GammaGames opened 1 year ago

GammaGames commented 1 year ago

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

https://github.com/miracle2k/webassets/blob/master/src/webassets/filter/typescript.py#L42