Skip to content
New issue

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

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

Open
GammaGames opened this issue Mar 21, 2023 · 0 comments · May be fixed by #548
Open

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

GammaGames opened this issue Mar 21, 2023 · 0 comments · May be fixed by #548

Comments

@GammaGames
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant